/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
body {
	background-color: #CDE6E6;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #8cc6c6;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
.greenLgBd {
	color: #008080;
	font-weight: bold;
	font-size: 14px;
}
.greenVLgBd {
	color: #008080;
	font-weight: bold;
	font-size: 16px;
}
.footer {
border: 1px solid #008080;

}
ul {
list-style-image:url(images/bullet.gif);
list-style-position:outside;
}
.activated {
	color: #FFFFFF;
	font-weight: bold;
}
.formfield {
width: 98%;
border: 1px solid #008080;
margin-bottom: 10px;
}
.submitbutton {
border: none;
background-color: #008080;
color: #FFF;
font-weight: bold;
}
#contactBox {
background-color:#cde6e6;
padding: 10px;
}
#navbar td {
font-size: 12px;
line-height: 14px;
}
.small {
font-size:10px;
font-weight:normal;
}