body, p, td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #CCCCCC;
}
	
b, strong {
	color: #FFFFFF;
}

a:link,a:visited {
	color: #DFB3B3;
	text-decoration: underline;
	font-weight : bold;
}

a:active {
	color: #CFC4C4;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #CFC4C4;
	text-decoration: none;
	font-weight : bold;
}
/*
.catlist {
	background-color : #000000;
	padding: 2px;
	width:100%	
}
*/
.catlist a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight : normal;
}

.catlist a:visited {
	color: #EEEEEE;
	text-decoration: none;
	font-weight : normal;
}
.catlist a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight : normal;
}

.catlist a:active {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight : normal;
}

.catmain {
	background-color : #666666;
	color : #FFFFFF;
	font-weight : bold;
	padding :  2px 2px 2px 2px;
}

.white {
	color: #FFFFFF;
}

.boldgrey {
	font-weight : bold;
	padding-left : 3px;
}

.small {
	font-size : 12px;
}

.smallbold {
	font-size : 12px;
	font-weight : bold;
}

.menutitle {
	cursor:pointer;
	margin-bottom: 2px;
	background-color:#666666;
	color:#FFFFFF;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}

.submenu {
	margin-bottom: 0.5em;
}

.active {
	background-color : #660000;
	/*padding: 1px;*/
	width:140px;	
}

.subhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF;
	font-weight : bold;
	line-height : 24px;
}
	
.teamtext {
	font-family: Times New Roman, Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF;
}
	
/*
All classes used by the menu must include "position:absolute" 
When using background-color remember to add layer-background-color with the same value for NS4
On the classes used for mouseover (overClass) set cursor:pointer; cursor:hand to get hand cursor in all browsers.
*/

/* CoolMenus 4 - default styles - do not edit */

.clCMEvent {
	position:absolute; 
	z-index:300; 
	width:100%; 
	height:100%; 
	clip:rect(0,100%,100%,0); 
	left:0; 
	top:0; 
	visibility:hidden;
}
	
.clCMAbs {
	position:absolute; 
	width:10; 
	height:10; 
	left:0; 
	top:0; 
	visibility:hidden;
}
	
	
/* CoolMenus 4 - default styles - end */

.levelOne, .levelTwo, .levelOne_over, .levelTwo_over {
	position:absolute; 
	overflow:hidden; 
	cursor:pointer; 
	cursor:hand;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;	
}
	
.levelOne {
	color: #FFFFFF;
	background-color:#000000;
	layer-background-color:#000000; 
}
	
.levelOne_over {
	color: #CCCCCC;
	background-color:#000000; 
	layer-background-color:#000000;
}
	
.levelTwo {
	color: #FFFFFF;
	background-color:#666666; 
	layer-background-color:#666666;
}

.levelTwo_over {
	color: #000000;
	background-color:#666666; 
	layer-background-color:#666666;
}

.clB {
	background-color:transparent;
	layer-background-color:transparent; 
	position:absolute; 
	visibility:hidden; 
	z-index:300;
}
	
.clBar {
	position:absolute; 
	width:100%; 
	height:20; 
	visibility:visible; 
	layer-background-color:#660000; 
	background-color:#660000;	
}
