/* General page style. The scroll bar colours only visible in IE5.5+ */
body{
	background-color: #E5E5E5;
	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;
}

/* This is the border line & background colour round the entire page */
.bodyline{background-color: #FFFFFF; border: 1px #98AAB1 solid; }
.frontline{background-color: #E5E5E5; border: 1px #98AAB1 solid;height:95%;padding:10px;}

/* General font families for common tags */
font,th,td,p {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
a:link,a:active,a:visited {text-decoration:none;color:#006699;}
a:hover{text-decoration:underline;color:#DD6900;}
hr {height:0px;border:solid #D1D7DC 0px; border-top-width: 1px;}

.desc {width:480;background-color:AntiqueWhite;border-style:groove;}
.log {position:absolute;right:5;}


#logo{position:absolute;left:400;z-index:1;top:2;border: 1px #98AAB1 ridge;}
.logo2{z-index:1;border: 1px #98AAB1 ridge;position:absolute;top:5;left:20;}
#header{position:absolute;background-color:AntiqueWhite;width:800;padding:2;}
h4{color:blue;}
h3,h2{color:green;}
h5{color:red;}

/* Taken from subsilver css file in phpBB */
		

