 /* 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;}/* General font families for common tags */font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }/* a:link,a:active,a:visited { color : #000000; } */a:hover      { text-decoration: underline; color: #0099D4 }a:active		{ text-decoration: underline; color: #0099D4 }hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}/* This is the border line & background colour round the entire page */.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }/* This is the outline round the main forum tables */.forumline	{ background-color: #FFFFFF; }/* Main table cell colours and backgrounds */td.row1	{ background-color: #EFEFEF; border: 1px #006237 solid }td.row2	{ background-color: #DEE3E7; border: 1px #0099D4 solid }td.row3	{ background-color: #D1D7DC; border: 1px #0099D4 solid }td.topwhite {background-color: #FFFFFF;border-top: 1px solid #006237;border-left: 1px solid #006237;border-right: 1px solid #006237;font-size: 12px;font-weight : bold; }td.rowtop    { background-color: #FFFFFF; border-top: 1px solid #006237; }td.rowleft   { background-color: #FFFFFF; border-left: 1px solid #006237; }td.rowright  { background-color: #FFFFFF; border-right: 1px solid #006237; }td.rowbottom { background-color: #FFFFFF; border-bottom: 1px solid #006237; }td.rowbotleft { background-color: #FFFFFF; border-bottom: 1px solid #006237; border-left: 1px solid #006237; }td.rowbotright { background-color: #FFFFFF; border-bottom: 1px solid #006237; border-right: 1px solid #006237; }td.rowfullbottom { background-color: #FFFFFF; border-bottom: 1px solid #006237; border-right: 1px solid #006237; border-left: 1px solid #006237; }/* Header cells - the blue and silver gradient backgrounds */th	{ color: #FFFFFF; font-size: 12px; font-weight : bold; background-color: #006237; height: 20px; }th.thHead{border-width: 1px 1px 1px 1px;color: #FFFFFF;font-size: 12px;font-weight : bold;background-color: #006237;height: 25px;}/* General text */.gen { font-size : 12px; }.genmed { font-size: 11px; }.gensmall { font-size : 10px; }.gen,.genmed,.gensmall { color : #006237; }a.gen,a.genmed,a.gensmall { color: #006237; text-decoration: none; }a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #0099D4; text-decoration: underline; }/* Menu text */.menu { font-size: 11px; }.menu { color: #006237; }a.menu { color: #006237; text-decoration: none; }a.menu:hover {color: #0099D4; text-decoration: underline; } /* 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: #000000; text-decoration: underline;}/* Form elements */input, textarea, select {	color: #000000;	font-style: normal;	font-variant: normal;	font-weight: normal; 	font-size: 11px;	font-family: Verdana, Arial, Helvetica, sans-serif;	border: 1px solid #006237; }/* The text input fields background colour */input.post, textarea.post, select {	background-color : #FFFFFF; }input { text-indent : 2px; }/* The buttons used for bbCode styling in message post */input.button {	background-color : #EFEFEF;	color : #000000;	font-size: 11px;	font-family: Verdana, Arial, Helvetica, sans-serif;	border: 1px solid #006237; }/* The main submit button option */input.mainoption {	background-color : #FAFAFA;	font-weight : bold;}/* None-bold submit button */input.liteoption {	background-color : #FAFAFA;	font-weight : normal;}/* This is the line in the posting page which shows the rollover  help line. This is actually a text box, but if set to be the same  colour as the background no one will know ;)*/.helpline { background-color: #DEE3E7; border-style: none; }/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */@import ; 