/* General page style. The scroll bar colours only visible in IE5.5+ */
A:link {
COLOR: #cc5500; 
TEXT-DECORATION: none
}
A:visited {
COLOR: #7c3e1a; 
TEXT-DECORATION: none
}
A:active {
COLOR: #cc5500; 
TEXT-DECORATION: none
}
A:hover {
COLOR: #cc5500; 
TEXT-DECORATION: underline
}
BODY {
FONT-SIZE: 12px; 
COLOR: #333333; 
BACKGROUND-color: #000000; 
FONT-FAMILY:  futura, verdana, arial, helvetica, sans-serif; 
SCROLLBAR-BASE-color:  #B3B3B3;
SCROLLBAR-ARROW-color: #f1f1f1;
}

/* General font families for common tags */
font,th,td,p { font-family: futura, verdana, arial, helvetica, sans-serif }
hr {
border-top: 1px solid #aaaaaa;
border-bottom: 1px solid #ffffff;
height: 2px;
width: 100%;
}

td.row1	{ 
background-color : #D8D8D8;
BORDER-TOP: #B7B7B7 1px solid; 
BORDER-BOTTOM: #E7E7E7 1px solid; 
BORDER-LEFT: #B7B7B7 1px solid; 
BORDER-RIGHT: #E7E7E7 1px solid; 
}
td.catHead {
height: 28px;
background-color: #B9B9B9;
background-image: url(forum/templates/BBLite/images/bar2.gif);
background-repeat: repeat-x;
BORDER-TOP: #B7B7B7 1px solid; 
BORDER-BOTTOM: #E7E7E7 1px solid; 
BORDER-LEFT: #B7B7B7 1px solid; 
BORDER-RIGHT: #E7E7E7 1px solid; 
}


.title {	
			font-size: 24px; font-family: Verdana, Arial, Helvetica, sans-serif;
			color : #000000; font-weight: bold;
}
.subtitle {
	font-size : 16px;
	color: #000000;
}
.maintextemphasis { font-size : 15px; font-weight:bold;}
.maintextlarge { font-size : 13px;}
.maintext { font-size : 12px;}
.maintextsmall { font-size : 11px; }

.copyright		{ font-size: 10px; color: #444444;}
a.copyright		{ font-size: 10px; color: #444444; text-decoration: none;}
a.copyright:link		{ font-size: 10px; color: #444444; text-decoration: none;}
a.copyright:visited		{ font-size: 10px; color: #444444; text-decoration: none;}
a.copyright:hover { font-size: 10px; color: #000000; text-decoration: underline;}
