UL {
   list-style-type: none;
}

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

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

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

H3  {
	font-size : 12pt;
	font-family : arial, sans-serif;
	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 : royalblue;
}

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;
}


.bgdiv2 {
   background-color:#cbd5db;
}

.bgdiv_white {
   background-color:#ffffff;
   position:absolute;
   width:97%;
   height:96%;
   margin-left:20px;
}

.bgdiv_centerimage {
   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;
}

