/* CSS Document */

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

TABLE.HEAD {
  background-color: #243249;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 11px;
  font-weight: normal;
}

TABLE.dir {

  background-color: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}


TD.dir {

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

.poll_form
{
	margin:0;
	padding:0;
}

.poll_form input
{
	margin:0;
	padding:0;
}


TD, UL, LI {


  font-size: 12px;
  font-weight: normal;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-top: 0px;
}


H3 {

  color: #333333;
  font-size: 16px;
  font-weight: bold;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-top: 0px;
}

B {

  color: #333333;
  font-size: 14px;
  font-weight: bold;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-top: 0px;
}

a:link { 
  color: #006699;
  text-decoration: none;
}
a:visited { 
  color: #006699;
  text-decoration: none;
}

a:hover { 
  color: #000033;
  text-decoration: underline;
}

a:active { 
  color: #330000;
  text-decoration: none;
}

#RLINKS .links a:active, #RLINKS .links a:visited {
  color: #660000;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

#RLINKS .links a:hover {
  color: #660000;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
}



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;
}

/* 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; }
