body,table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 18px;
}
.aMainMenu {
	font-size: 10px;
	color: #909090;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 20px;
	text-decoration: none;
	letter-spacing: 1px;
}
.aMainMenu:hover {
	color: #20408B;
}
.aSubMenu:hover {
	color: #20408B;
}
.aSubMenu {
	font-size: 10px;
	color: #909090;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 12px;

}
.pFooter {
	font-size: 9px;
	margin-top: 30px;
	text-align: left;
	line-height: 12px;
}
.spanMessage{
	color: #FF0000;
}
a{
	color: #20408B;
}
h1 {
	font-size: 20px;
	color: #FF0000;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}
#divHeader {
	width: 100%;
	min-width: 800px;
	width:expression(document.body.clientWidth < 800? "800px": "100%" );
}
#divContent{
	/*max-width: 700px;
	overflow: visible;
	width:expression(document.body.clientWidth > 800? "700px": "auto" );*/
}
p {
	margin-top: 2px;
}

label {
	height: 20px;
	margin-right:0px;
}

td p,td h2{
	margin-top: 2px;
	margin-left: 0px;
}
td.rightSpace{
	width: 130px;
	max-width: 130px;
}
td.mainSpace
{
	width: 570px;
}

ul {
	list-style-position: outside;
	list-style-type: hyphen;
	list-style-image: url(../_images/bullet-hyphen.gif);
	margin-left: 20px;
	padding: 0px;






     }
