/* CSS Document */
body {
	margin-top: 50px;
	margin-bottom: 50px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #666666;
}
.content {
	padding:20px;
}
.subNav {
	font-size: x-small;
}
a:link {	
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.seasons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
}

.copyright a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.copyright a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.copyright a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.houseTitle {
	text-transform: uppercase;
	font-size: medium;
}
.houseSubTitle {
	color: #B8DEEC;
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-small;
}
.houseContent {
	padding:20px;
	background-color: #f5fcfb;
}
