/* CSS Document */

html,body{
    height: 100%;
    margin: 0px;
	color: #353535;
	font-family: Verdana;
	font-size: 12px;
}

h1{
	font-size:11px;
	font-weight: bold;
	color: #353535;
	padding-bottom: 5px;
}

h2{
	font-size:11px;
	color: #353535;
	font-weight: bold;
}

img
{  border-style: none;
}

.bodyarea {
    width: 1023px;
	height: 772px;
	background-image:url(images/background.gif);
	background-repeat: no-repeat;
}

a.mainnavigation, a.mainnavigation:link, a.mainnavigation:visited, a.mainnavigation:active {
	font-family: Verdana;
	font-size: 11px;
	color:#187070;
	text-decoration: none;
	font-weight: bold;
}

a.mainnavigation:hover {
	font-family: Verdana;
	font-size: 11px;
	color:#7eb4b9;
	text-decoration: none;
	font-weight: bold;
}

.pictureborder {
	border: 1px solid #353535;
}

.bodytext {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

a.bodytextlink, a.bodytextlink:link, a.bodytextlink:visited, a.bodytextlink:active {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #7eb4b9;
}

a.bodytextlink:hover {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #7eb4b9;
}

.bullets {
	font-size: 11px;
	color: #353535;
	text-align: left;
}

.copyrighttext {
	font-size: 9px;
	color:#474646;
}

a.copyrightlink, a.copyrightlink:link, a.copyrightlink:visited, a.copyrightlink:active {
	font-family: Verdana;
	font-size: 9px;
	color:#474646;
	text-decoration: none;
	font-weight: bold;
}

a.copyrightlink:hover {
	font-family: Verdana;
	font-size: 9px;
	color:#474646;
	text-decoration: underline;
	font-weight: bold;
}

a.enlarge, a.enlarge:link, a.enlarge:visited, a.enlarge:active {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #7eb4b9;
}

a.enlarge:hover {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #7eb4b9;
}

.formboxes {
border: 1px solid #aeaeae;
background-color: #eaf1f0;
color: #353535;
font: verdana;
font-size: 11px;
}

.checkboxes {
vertical-align:bottom;
}