body {
background-color : #FFFFFF; 
margin : 0px;
font-family : verdana, arial, helvetica, monaco, sans-serif; 
font-size : 12px; 
color : #0e341A; 
width: 800px;
margin-left: 50px;
margin-top: 10px;
} 
.titlebar {
background-color : #EFE9B8; 
border-bottom : 1px solid #00469B;
} 
a.titlebar2 {
background-color : #EFE9B8; 
border-bottom : 1px solid #00469B;
color : #0e341A;
 
} 
.td{
		background-color: #00469B;
		font-family : verdana, arial, helvetica, monaco, sans-serif; 
      font-size : 12px; 
		color : #FFFFFF; 

}
.tdT {
	background-color: White;
	color : #0e341A; 
	border-bottom : 1px solid #303090;
   border-right : 1px solid #303090;

}
.navbar {
background-color : #C2B000; 
padding : 4px; 
border-bottom : 1px solid #303090; 
text-align : left; 
font-family : verdana, arial, helvetica, monaco, sans-serif; 
font-size : 12px; 
color : #0E391D;

} 
a {
color : #2F4F4F; 
text-decoration : none;
font-weight: bold;
} 

a:hover {
font-size : 12px; 
color : #00469B; 
text-decoration : underline;
} 
a:visited{
	color :  #00469B; 
text-decoration : none;
font-weight: bold;
}

.warning {
font-family : verdana, arial, sans=serif; 
font-size : 12px; 
color : #d03030; 
margin : 8px;
} 
.header {
font-family : trebuchet ms, verdana, arial, sans=serif; 
font-size : 14px; 
color : #00469B; 
margin : 10px;
} 


input.textbox, textarea.textbox{
	background-color: #EFE9B8;
	border-style:inset;
	border-width:1px;
	border-color:#c2c2c2;
	font-family : trebuchet ms, verdana, arial, sans=serif; 
	color:  #00469B;
	padding:2px;
	}
	img{
		border-color: #C6B200;
	}
	.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(../img/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
}

.glossymenu li a:hover{
background-image: url(../img/glossyback2.gif);
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #C6B200;
}
