body {
	margin:0;
	padding:0;
}
body, td, input, textarea, select, option  {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:8pt;
}
h1 {
	font-size:13pt;
}
h2 {
	font-size:11pt;
}
h3, h4 {
	font-size:8pt;
}
ul {
	list-style-position:outside;
}
form {
	display:inline;
}
img {
	border:0 none;
}
input, textarea, select {
	border:inherit 1px gray;
}
div {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.errorform {
	color:red;
	font-weight:bold;
}
a.submitlink, a.submitlink:hover {
	border:solid 1px gray;
	text-decoration:none;
	background-color:#F0F0F0;
	color:#000000;
	font-size:10px;
	padding:2px 10px 2px 10px;
	cursor:default;
}
/*++++++++++++++++++++++++++++++++++++++++
C O N T A I N E R
++++++++++++++++++++++++++++++++++++++++*/
div#main_container {
	background-color:#ffffff;
}
div#head_container {
	padding-left:10px;
	background-color:#00489b;
}
table#content_table {
	width:100%;
}
table#content_table th, table#content_table td {
	vertical-align:top;
}
/*++++++++++++++++++++++++++++++++++++++++
T O P   M E N U
++++++++++++++++++++++++++++++++++++++++*/
.menuInActive {
	margin-right:1px;
	padding:4px 4px 4px 4px;
	border:none;
	background-color:#2570B8;
	text-align:center;
}
.menuActive {
	margin-right:1px;
	padding:4px 4px 4px 4px;
	border:none;
	background-color:#D3D6D8;
	text-align:center;
}
a.amenuActive, a.amenuActive:hover {
	text-decoration:none;
	color:#2570B8;
	font-weight:bold;
}
a.amenuInActive {
	text-decoration:none;
	color:white;
	font-weight:bold;
}
a.amenuInActive:hover {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
.submenuInActive {
	padding:4px 4px 4px 4px;
	border:none;
	background-color:#ffffff;
	text-align:left;
}
.submenuActive {
	padding:4px 4px 4px 4px;
	border:none;
	background-color:#2570B8;
	text-align:left;
}
a.asubmenuActive, a.asubmenuActive:hover {
	text-decoration:none;
	color:white;
	font-weight:bold;
}
a.asubmenuInActive {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
a.asubmenuInActive:hover {
	text-decoration:none;
	color:white;
	font-weight:bold;
}
