/* CSS Document */

body, p, h1, h2, div, ol, ul, dl {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

INPUT { 
 font: 11px Arial, Helvetica, sans-serif;
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}

SELECT { 
 font: 11px Arial, Helvetica, sans-serif; 
}


TD.NAV {

  padding-left: 5px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  border-top: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
}



TD {

	font-family: Verdana, Arial;
	font-size: 9pt;
  font-weight: normal;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
}

H3 {font-size: 20px; font-family: Arial, Helvetica, sans-serif; color: #660000;}
SMALL {font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 11px;}
B {font-family: Arial, Helvetica, sans-serif; color: #003300; font-size: 14px;}

a:link { 
  text-decoration: none;
}
a:visited { 
  text-decoration: none;
}

a:hover { 
  text-decoration: underline;
}

a:active { 
  text-decoration: none;
}





body {
	background-color: #E4E4BE;
	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 }

/* This is the border line & background colour round the entire page */
.granite	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.kt	{ background-color: #FFFFFF; border: 2px #006699 solid; }



/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }