/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #ffffffff;
	margin: 0px;
}

/* General font families for common tags */
font,th,td,p { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16px;}
a:link,a:active,a:visited { color : #003399; text-decoration: none; border-width: 0px; font-weight:bold;}
a:hover		{ text-decoration: underline; color : #003399; border-width: 0px; font-weight:bold;}
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
h1 { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 30px; color : #003399;}
h2 { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 20px; color : #003399;}
h3 { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16px; color : #003399;}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #0000AA; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #32329C; text-decoration: underline; }