.menu
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #3775AD;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}
.menuOver
{
	font-family: Arial;
	font-size: 12px;
	color: #cccccc;
	background-color:#3876AE;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #3775AD;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}

a.menu:hover
{
	color: #cccccc;
}
a
{
	text-decoration:none;
}
.tbox
{
	font-family: Arial; 
	font-size: 11px; 
	border: 1px solid #3D5D68; 
	background-color: #E4E6D9;
}
.tbox2
{
	font-family: Calibri; 
	font-size: 12pt; 
	border: 1px solid #3D5D68; 
}
#msg
{
	position:absolute;
	z-index:500;
	width: 355px;
	border: 1px solid #a12016;
}
.butt
{
	font-family: Arial; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold; 
	border: 3px solid #CCCCCC; 
	background: url('../images/topmenuback.png'); 
	cursor:pointer;
	width:70; 
	height:24;
}
