A:link {
	color: #FF0000;
	text-decoration: none;
}

A:visited {
	color: #FF0000;
	text-decoration: none;
}

A:active {
	color: #FF0000;
	text-decoration: none;
}

A:hover {
	color: #000066;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #767981;
	height : 1px;
}

.footertext {
	font-size: 8pt;
	font-family : Verdana;
	color : #000000;
}

a:link.smalllinks {
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}

a:visited.smalllinks {
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}

a:active.smalllinks {
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}

a:hoover.smalllinks {
	font-size: 8pt;
	color: #FF0000;
	text-decoration: underline;
}

a:link.paragraphlinks {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a:visited.paragraphlinks {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a:active.paragraphlinks {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

a:hoover.paragraphlinks {
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}

.chromestyle{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
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;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}

.chromestyle ul{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
border: 0px solid #BBB;
width: 100%;
margin: 0;
text-align: center; padding-left:0; padding-right:0; padding-top:4px; padding-bottom:4px
}

.chromestyle ul li{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
display: inline;
}

.chromestyle ul li a{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #B11E1E;
}

.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{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
border-left:0px solid #BBB; border-right:0px solid #BBB; border-top:0px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}


.dropmenudiv a{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
background-color: #F0F0F0;
}

.dropmenuseparator{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
border-left:0px solid #BBB; border-right:0px solid #BBB; border-top:0px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #000000;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}


.dropmenuseparator a{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background-color: #000000;
}

* html .dropmenuseparator a{ /*IE only hack*/
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}

.dropmenuseparator a:hover{ /*THEME CHANGE HERE*/
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
background-color: #FFCC00;
}