a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #6F6F6F;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #6F6F6F;
	text-decoration: underline;
}
p, li, td {
	font-family: Georgia;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
input, textarea, select {
	font-family: Georgia; 
	font-size: 9px;
	font-style: bold;
	color: #6F6F6F;
	background-color: #F2F0F0;
	border: 1px;
	border-color: #6F6F6F;
	border-style: solid;
	text-decoration: none;
}
body {
	background-image: url(images/background.gif);
}

.head:first-letter, .header:first-letter{
font-size: 16pt;
color: #6F6F6F;
text-align: justify;   
text-transform: lowercase;
font-family: Georgia;
font-weight: bold;
font-style: italic;
}

.head, .header{
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #6F6F6F;
padding-bottom: 1px;
font-family: Georgia; 
font-size: 8px;
color: #6F6F6F;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
text-align: right;
}

.smallhead{
font-family: Georgia; 
font-size: 8px;
font-weight: bold;
color:#6F6F6F;
border-bottom: 1px solid #6F6F6F;
width: 10%;
}

.nav{
margin: 0px 0px 0px 0px;
width: 182px;
}

.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{
border: 0px;
width: 100%;
background-color: #E0E0E0;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background-color: #E0E0E0;
}

.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: 1px solid #808080; /*THEME CHANGE HERE*/
font:normal 8px Georgia;
line-height:18px;
z-index:100;
background-color: #F2F0F0;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F2F0F0; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font: Georgia;
font-size: 8px;
text-transform: uppercase;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
}