a.text {
	font: 11px Arial,Helvetica;
	color: #910024;
	font-weight: bold;
	text-decoration: underline;
}
a.text:hover {
	font: 11px Arial,Helvetica;
	color: #910024;
	font-weight: bold;
	text-decoration: none;
}
p.page_title {
	color: #910024;
	font: bold 12px Arial,Helvetica;
	margin-left: 15px;
	margin-right: 10px;
}

p.page_text {
	margin-left: 15px;
	margin-right: 10px;
	font: 11px Arial,Helvetica;
}

p.small {
	margin-left: 15px;
	margin-right: 10px;
	font: 10px Arial,Helvetica;
}

.maroon {
	color: #910024;
	font: bold 12px Arial,Helvetica;
}
.form_input {
	font: 11px Arial,Helvetica;
}
td {
	font: 11px Arial,Helvetica;
}
.red_text {
	font: 11px Arial,Helvetica;
	color: #FF0000;
}
td img.nice {
	display: block;
	vertical-align: bottom;
}

#chromemenu{
width: 100%;
}

#chromemenu:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin: -3px 0 1px 0;
float: left;
font-family: Arial,Helvetica;
font-weight: bold;
letter-spacing: 0px;
}

#chromemenu ul li{
display: inline;
vertical-align: top;
}


#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 3px 0px 1px 0px;
text-decoration: none;
line-height: 17px;
}

#chromemenu ul li a:hover{
background: #C1C1C1;
color: #000000;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000; /*Theme Change here*/
border-bottom-width: 0;
font:normal 11px Arial,Helvetica;
line-height:18px;
z-index:100;
background-color: #C1C1C1;
width: 130px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}
