/* ---------------------------------
	Homespring styles 
--------------------------------- */

body {
	margin: 50px 0 10px 0;
	padding: 0;
	color: #666;
	font-family: Palatino, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	line-height: 18px;
}

/* ---------------------------------
	link styles
--------------------------------- */
a, a:link, a:active, a:visited {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.calendar a, .calendar a:link, .calendar a:active, .calendar a:visited {
	color: #fff;
	text-decoration: none;
}
.calendar a:hover {
	color: #999;
}
.sections a, .sections a:link, .sections a:active, .sections a:visited {
	color: #fff;
	text-decoration: none;
}
.sections a:hover {
	color: #999;
}

/* ---------------------------------
	table styles
--------------------------------- */
table, td {
	font-family: Palatino, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border-collapse: collapse;
	line-height: 18px;
}

/* ---------------------------------
	misc styles
--------------------------------- */
h1, h2, h3 {
	margin: 3px 0;
	padding: 2px;
	font-weight: normal;
	font-family: Palatino, Verdana, Arial, Helvetica, sans-serif;
	color: #06c;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
hr {
	width: 100%;
	height: 1px;
	color: #ccc;
	background: #ccc;
	padding: 0;
	margin: 0;
}
td.content {
	padding: 5px 0;
	text-align: left;
}
a.footer, td.footer {
	color: #999;
	font-size: 10px;
}
a:hover.footer {
	color: #06c;
	font-size: 10px;
}

