
.header {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #6890ca;
	font-weight: bold;

}
.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF6633;
	font-weight: bold;

}
.linkname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #336699;
}
.errorMsg{
	font-family : Tahoma;
	background-color : #ff9966;
	font-weight : normal;
	font-size : 10pt;
	cursor:pointer;
}

.trListOdd{
	font-family : Tahoma;
	background-color : #336699;
	font-weight : normal;
	font-size : 10pt;
	cursor:pointer;
}
	
.trListEven{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #336699;
}

.trListOddOver {
	font-family : Tahoma;
	background-color : #996633;
	font-weight : normal;
	font-size : 10pt;
	cursor:hand;
}
.trListEvenOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #6699CC;
	background-color : #336699;
	cursor:hand;
}
.tableHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #336699;
	font-weight: bold;
	border: solid 1px #336699;

}
.tableText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #336699;
	font-weight: normal;
}

.headerBlock{
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	color: white;
	font-weight: bold;
}

.headerBorder{
	border-top:1px black solid;
	border-left:1px black solid;
	border-right:1px black solid;
}

.office{
	font-family: Arial, Verdana, Helvetica;
	font-size: x-small;
	color: #747373;
	font-weight: normal;
}

.footer{
	font-family: Arial, Verdana, Helvetica;
	font-size: small;
	color: white;
	font-weight: normal;
}

.navigation{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: black;
	font-weight: normal;
}

.navtitle{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.navselect{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.navsub{
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: black;
	font-weight: normal;
}

.navsubselect{
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: black;
	font-weight: bold;
}

.navwhite{
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration:none;
}

.navblack{
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration:none;
	line-height: 12pt;
}

.bodyTitle{
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.bodyText{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: black;
	font-weight: normal;
	line-height: 14pt;
	text-align: justify;
}

.rightImage
{
    text-align:right;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.colPadding{
    width:15px;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 2px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]: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-bottom-width: 0;
font-family: Arial, Verdana, Helvetica;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
font-family: Arial, Verdana, Helvetica;
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
font-size: 11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}