 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	color : #E4E4E4;
	background-color: #1E1E2A;
	SCROLLBAR-base-COLOR: #2A2A34; 
	SCROLLBAR-ARROW-COLOR: #9F9FA8;
	line-height:11px;
	margin: 0px 0px 0px 0px ;
}

.content {background-color: #696C7E}

.link {
	font-family : verdana;
	font-size: 8pt;
	color: grey;
	text-decoration: none;
}




/* General font families for common tags */
font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif }
	a:link, a:active, a:visited { color : #E4E4E4; text-decoration: none; }
	a:hover		{ text-decoration: none; color : #EFC70A; }
	hr {
		border-top: 1px solid #121316;
		border-bottom: 1px solid #47475D;
		height: 2px;
		width: 100%;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle, h1, h2	{
font-weight: bold; 
font-size: 22px; 
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #ffffff;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen, .genmed, .gensmall { color : #E4E4E4; }
a.gen, a.genmed, a.gensmall { color: #E4E4E4; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #F3D823; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #E4E4E4; }
a.mainmenu		{ text-decoration: none; color : #E4E4E4;  }
a.mainmenu:hover{ text-decoration: none; color : #F3D823; }


/* 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 : #E4E4E4;}
a.nav			{ text-decoration: none; color : #E4E4E4; }
a.nav:hover		{ text-decoration: none; }

.footer {	background-color: black;	font-family : verdana;
	font-size: 8pt;
	color: grey;
	text-decoration: none;}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
