
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #f0f0f0;
	SCROLLBAR-ARROW-COLOR: #666666;
}

/* General font families for common tags */
font,th,td,p { font-family: Tahoma }
a:link,a:active,a:visited { color : #666666;  text-decoration: none;}
a:hover		{ text-decoration: none; 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; }
.genwhite { font-size : 10px; }
.gensmalldark { font-size : 10px; }
.gen,.genmed,.gensmall { color : #666666; }
.gensmalldark { color : #333333; }
.genwhite { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #333333; text-decoration: none; }
a.gensmalldark { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000000; text-decoration: none; }


/* 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: none; color : #000000; }

/* Used for the Top Story  */
.topstory			{ font-family:Arial; font-weight: bold; font-size: 14px; color : #BA1D1A;}
a.topstory			{  text-decoration: none; color : #BA1D1A; }
a.topstory:hover		{ text-decoration: none; color : #BA1D1A; }

/* Used for the Top Summary  */
.topsummary			{ font-family:Tahoma; font-size: 10px; color : #B04600;}
a.topsummary			{ text-decoration: underline; color : #B04600; }
a.topsummary:hover		{ text-decoration: underline; color : #B04600; }


/* Main title: Text and link used in headers */
.bigtitle                        { font-family:Tahoma; font-weight: bold; font-size: 24px; color : #B04600; }
.maintitle		{ font-family:arial,verdana,sans-serif; font-weight: bold; font-size: 18px; color : #737E88; }
a.maintitle 	{ text-decoration: none; color : #333333; }
a.maintitle:hover{ text-decoration: none; color : #000000; }

/* Main2 title: Text and link used in headers */
.maintitle2		{ font-family:arial,verdana,sans-serif; font-weight: bold; font-size: 15px; color : #737E88; }
a.maintitle2 	{ text-decoration: none; color : #333333; }
a.maintitle2:hover{ text-decoration: none; color : #000000; }


/* Sub title: Sub text and link used in headers */
.subtitle		{ font-family:arial,verdana,sans-serif; font-weight: bold; font-size: 13px; color : #F11A1A; }
a.subtitle 	{ text-decoration: none; color : #333333; }
a.subtitle:hover{ text-decoration: none; color : #000000; }



/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Tahoma; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #333333; text-decoration: none;}




}



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
