.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}
.menu:visited {
	color: #006699;
	text-decoration: none;
}
.menu:active {
	color: #006699;
	text-decoration: none;
}
.menu:hover {
	color: #0099FF;
	text-decoration: none;
}
.currentPageMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}
.currentPageTdMenu {
	background-color: #EEEEEE;
}
.tdHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.reportOut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.textInputBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 18px;
}.textOutBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 18px;
	font-weight: bold;
	text-align: right;
	border: 0px;
	background-color: #EDEDED;


}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 18px;
}
.radio {
	height: 5px;
	width: 5px;
}
.bgTopTab {
	background-image: url(../images/bg_td.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bgFlipTopTab {
	background-image:  url(../images/bg_td_flip.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.underline {
	text-decoration: underline;
}
.equipMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006699;
	text-decoration: none;
}
.equipMenu:visited {
	color: #006699;
	text-decoration: none;
}
.equipMenu:active {
	color: #006699;
	text-decoration: none;
}
.equipMenu:hover {
	color: #0099FF;
	text-decoration: none;
}
.scroll {
	SCROLLBAR-FACE-COLOR: #FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #006699; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #CCCCCC; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF
}

