body {
	font-family: arial, helvetica, sans-serif;
	margin: 0px 0px 45px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	
	color: #008000;
}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

select, input {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

p, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f26223;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 0;
}



/* background colors */


.dottedBG {
	background-color: #514f50;
	background-image: url('../images/bg_dotted_line.gif');
}




/* link styles */

a, a:visited {
	color: #008000;
	text-decoration: underline;
}
a:active, a:hover {
	color:  #008000;
	text-decoration: none;
}

a.navigation, a.navigation:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	margin-left: 30px;
	top:300px;

}

a.navigation:active {
	color: #666666;
	text-decoration: none;
top:300px;
}

a.navigation:hover {
	color: #008000;
	text-decoration: none;
top:300px;
}

a.navigationOn, a.navigationOn:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #008000;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
top:300px;
}
a.navigationOn:active, a.navigationOn:hover {
	color: #008000;
	text-decoration: none;
top:300px;
}







