
 /* 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 : #737E88;  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 : 13px; }
.genmed { font-size : 11px; }
.genmed1 { font-size : 11px; }
.genmed2 { font-size : 11px; }
.genmed3 { font-size : 11px; }
.gensmall { font-size : 10px; }
.genred { font-size : 14px; }
.genwhite { font-size : 11px; }
.gen,.genmed,.gensmall { color : #333333; }
.genmed1 { color : #339966; }
.genmed2 { color : #9B1F00; }
.genmed3 { color : #806600; }
.genred { color : #666666; }
.genwhite { color : #F2F2F2; }
a.gen,a.genmed,a.gensmall { color: #333333; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000000; text-decoration: none; }
a.genwhite { color: #F2F2F2; text-decoration: none; }
a.genwhite:hover	{ color: #F2F2F2; 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 : #737E88;}
a.nav			{ text-decoration: none; color : #737E88; }
a.nav:hover		{ text-decoration: none; color : #666666; }


/* Used for the secondary navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav2			{ font-weight: normal; font-size: 11px; color : #737E88;}
a.nav2			{ text-decoration: none; color : #737E88; }
a.nav2:hover		{ text-decoration: none; color : #666666; }



/* Main title: Text and link used in headers */
.maintitle		{ font-family:Tahoma; font-weight: bold; font-size: 19px; color : #333333; }
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:Tahoma; font-weight: normal; font-size: 17px; color : #333333; }
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:Tahoma; font-weight: bold; font-size: 15px; color : #14578C; }
a.subtitle 	{ text-decoration: none; color : #14578C; }
a.subtitle:hover{ text-decoration: none; color : #14578C; }



/* 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;}




}



