
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
}

.maintable {
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
}


/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


h1			{ FONT: bold 38px Arial, Helvetica, sans-serif; COLOR: #000000; margin: 0;}
h2			{ FONT: bold 26px Arial, Helvetica, sans-serif; COLOR: #000160; margin-bottom: 3px;}

h2 a { FONT: bold 24px Arial, Helvetica, sans-serif; COLOR: #000160; TEXT-DECORATION: none;}
h2 a:hover { FONT: bold 24px Arial, Helvetica, sans-serif; color : #DD6900; text-decoration: underline; }
h2 a:visited {FONT: bold 24px Arial, Helvetica, sans-serif; COLOR: #000160; TEXT-DECORATION: none;}


.topbox {
	min-width: 528px;
	height: 220px;
	background-image: url('/images/toptable.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 310px;
	padding-right: 130px;
	padding-top: 35px;
}
.topbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	width: 314px;
}
.topbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin: 0;
}

a img {border:none;}

/* General text */
.genextralarge { font-size : 20px; text-decoration: none;}
.genlarge { font-size : 16px; text-decoration: none;}
.genblack { FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none; margin:0; margin-top:10px;}
.gen { FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none; margin:0; margin-top:10px;}
.genblue { FONT-SIZE: 12px; COLOR: #4698d0; TEXT-DECORATION: none; margin:0; margin-top:10px;}
.genmed { font-size : 11px; color : #000000;text-decoration: none;}
.gensmall { font-size : 10px; color : #000000;text-decoration: none;}

/* General text a (link) */
a.genextralarge { font-size : 20px; color: #006699;text-decoration: none;}
a.genlarge { font-size : 16px; color: #006699;text-decoration: none;}
a.gen {  font-size : 12px;color: #006699; text-decoration: none; }
a.genmed { font-size : 11px;color: #006699; text-decoration: none; }
a.gensmall {font-size : 10px; color: #006699; text-decoration: none; }
a.genextralarge:hover { font-size : 20px;text-decoration: underline; color : #DD6900; }
a.genlarge:hover { font-size : 16px;text-decoration: underline; color : #DD6900; }
a.gen:hover { font-size : 12px;text-decoration: underline; color : #DD6900; }
a.genmed:hover { font-size : 11px;text-decoration: underline; color : #DD6900; }
a.gensmall:hover { font-size : 10px;text-decoration: underline; color : #DD6900; }
a.genextralarge:visited { font-size : 20px;text-decoration: underline; color : #DD6900; }
a.genlarge:visited { font-size : 16px;text-decoration: underline; color : #DD6900; }
a.gen:visited { font-size : 12px;text-decoration: underline; color : #DD6900; }
a.genmed:visited { font-size : 11px;text-decoration: underline; color : #DD6900; }
a.gensmall:visited { font-size : 10px;text-decoration: underline; color : #DD6900; }

td.justify { text-align:justify; }

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

