


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #e6e6e6;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #666666; }
a:hover		{ text-decoration: underline; color : #333333; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}



/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #616161; }
a.gen,a.genmed,a.gensmall { color: #333333; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ font-weight: bold; color: #000000; text-decoration: underline; }



/* 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 : #666666;}
a.nav			{ text-decoration: none; color : #333333; }
a.nav:hover		{ text-decoration: underline; color : #000000; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #666666; }
a.forumlink 	{ text-decoration: none; color : #333333; }
a.forumlink:hover{ text-decoration: underline; color : #000000; }



/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #333333; text-decoration: underline;}




}



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

