UL {
   list-style-type: none;
}

HR {
   font-size:1;
   width:75%;
}

H1  {
	font-size : 16pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : darkblue;
}

H2  {
	font-size : 14pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : darkblue;
}

H3  {
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : italic;
	color : darkblue;
}

H6  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : darkblue;
}

BODY  {
	color : darkblue;
	font-size : 12pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}

INPUT  {
	color : darkblue;
	font-size : 12pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}

TD  {
	color : darkblue;
	font-size : 12pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}

P  {
	font-size : 12pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : darkblue;
}

A:link  {
	font-size : 12pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : blue;
}

A:hover  {
	font-size : 12pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : navy;
}

A:visited  {
	font-size : 12pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : blue;
}

.menu {
   display:block;
   float:left;
   width:19%;
   height:99%;
   border:0;
}

.mainContent {
   display:block;
   float:left;
   width:80%;
   height:99%;
   border:0;
   margin-left:1%;
}

.bgdiv {
   bgcolor:#cbd5db;
   position:absolute;
   height:98%;
   width:99%;
}

.bgdiv2 {
   bgcolor:#cbd5db;
}

.bgdiv_white {
   bgcolor:#ffffff;
   position:absolute;
   height:98%;
   width:99%;
}

.bgdiv_centerimage {
   position:relative;
   text-align:center;
}

.footer {
   position:relative;
   text-align:center;
   vertical-align: bottom;
   font-size:xx-small;
}

.timestamp {
   position:relative;
   text-align:center;
   vertical-align: bottom;
   font-size:small;
}

