body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #DDDDDD;
}
body, td {
	font-family:Trebuchet MS, Georgia, Times New Roman, Times, serif;
	font-size:12px;
}
.content {
	line-height:20px;
}
h1 {
	font-size:15px;
	font-weight:bold;
	color:#034238;
	margin-top:8px;
	margin-bottom: 0px;
    padding-bottom: 0px;
}
a {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
.sub {
	text-decoration:none;
	font-weight:bold;
	color:#034238;
}
.sub:hover {
	text-decoration:none;
	color:#94D52B;
}
hr {
	height:1px;
	color:#CCCCCC;
}
select, input, textarea {
	font-family:Trebuchet MS, Georgia, Times New Roman, Times, serif;
	font-size:11px;
}
.imgborder {
	border:1px solid #DDDDDD;
}
li {
	list-style-type:square;
}
#dropmenudiv{
	position:absolute;
	font:11px;
	margin-top:3px;
	margin-left:5px;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	font-weight:bold;
	padding-left:5px;
	padding-bottom:2px;
	color:#FFFFFF;
	width:150px;
	background:#94D52B;
	text-decoration:none;
}
#dropmenudiv a:hover{
	color:#FFFFFF;
	width:150px;
	background:#034238;
}