body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
a:link {
	color: #0066CC;
	font-weight: bold;
	text-decoration:underline;
}

a:visited {
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #66CCCC;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #66CCCC;
	font-weight: bold;
	text-decoration: underline;
}

input.aqua {
	background-color: #99FFFF;
	font-weight: bold;
	font-size: 10px;
	color: #0066CC;
	border: 0;
}

input {font-size: 10px;}

.emphasis {
	color: #0066CC;
	font-weight: bold;
}


.footer {
	padding: 10px 10px 10px 200px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.header {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009999;
	margin: 0px;
	padding: 0px;
}
.subhead {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.divider  {
	background-image: url(images/divider.gif);
	background-repeat:repeat-x;
}