/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #cadd86;
	margin: 0px;
	padding: 0px;
}
td {
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 2em;

}
.bigGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #b1cc27;
}
.green {
	color: #71AAC5;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
}

.subnav {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-weight: bold;

}

.subnav a {
text-decoration: none;
color: #666;
}

.subnav a:link {
text-decoration: none;
color: #666;
}

.subnav a:visited {
text-decoration: none;
color: #666;
}

.subnav a:hover {
text-decoration: none;
color: #000000;
}
