body {
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

html,body { height:100.1% }

.outerTable {
	border: 2px solid #999999;
	background-color: #FFFFFF;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #666666;
}

.topnav td {
	background-color: #666666;
	border-left: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;


}

.topnav a:link {
	color: #FFFF00;
	text-decoration: none;
	background-color: #666666;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;

}

.topnav a:visited {
	color: #FFFF00;
	text-decoration: none;
	background-color: #666666;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

.topnav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF00;

}

.topnav2{
	background-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;


}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #999999;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;





}

.bottomnav a:link {
	color: #000000;
	text-decoration: none;



}

.bottomnav a:visited {
	color: #000000;
	text-decoration: none;


}

.bottomnav a:hover {
	color: #FFFF00;
	text-decoration: none;


}

.sidebar {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 10px;

}

.sidebarSimple {
	border: 1px solid #999999;
	padding: 10px;

}

a:link {
	color: #000000;
	text-decoration: underline;

}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;

}
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: -14px;
	padding-top: -14px;
	margin-bottom: -3px;
	padding-bottom: -3px;

}
li {
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.formleft {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
#classForm td {
	padding-bottom: 3px;
	padding-top: 3px;
}
.imageRight {
	float: right;
	border: 1px solid #CCCCCC;
}

