


/* General font families for common tags */
font,th,td,p { font-size:11px; font-family: Tahoma }
a:link,a:active,a:visited { color : #6F777B;  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 : 14px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 10px; }
.genwhite { font-size : 10px; }
.gensmalldark { font-size : 10px; }
.gen,.genmed,.gensmall { color : #333333; }
.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 : #6F777B;}
a.nav			{ text-decoration: none; color : #6F777B; }
a.nav:hover		{ text-decoration: none; color : #000000; }


/* Main title: Text and link used in headers */
.maintitle		{ font-family:Tahoma; font-weight: bold; font-size: 15px; color : #333333; }
a.maintitle 	{ text-decoration: none; color : #333333; }
a.maintitle:hover{ text-decoration: none; color : #000000; }

/* Product Title: Text and link used in headers */
.producttitle		{ font-family:arial,verdana,sans-serif; font-weight: bold; font-size: 23px; color : #B04600; }
a.producttitle 	{ text-decoration: none; color : #B04600; }
a.producttitle: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: 12px; text-decoration: underline; color : #333333; }
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");

