 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
    margin-top: 0;
    margin-left: 0;
 	background-color: #FFFFFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}


/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { font-weight : bold; color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #dd6900 0px; border-top-width: 1px;}
li { margin-bottom : 2px; margin-left: -13px; }
ol { list-style-type : none; }
img {border:none;}

 .nav			{ font-weight: bold; font-size: 11px; color : #000000; text-align : center; }
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }

/* General text */
.gentitle {font-weight: bold; font-size : 16px; color : #006699;}
.genauthor {font-weight: bold; font-size : 13px; color : #006699;}
.genlrg { font-size : 15px; }
.genmed { font-size : 13px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall,.genlrg { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }
.frame {border: solid thin #006699; }
.subtext {font-size : 9; color: #000000; }

div.centered {text-align: center;}
div.centered table {margin: 0 auto; text-align: left;}
