body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0E0E0;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	background-image: url(../graphix/pagebg.jpg);
	background-repeat: repeat-x;
		scrollbar-face-color: black;
        scrollbar-highlight-color: red;
        scrollbar-shadow-color: #DEE3E7;
        scrollbar-3dlight-color: #D1D7DC;
        scrollbar-arrow-color:  red;
        scrollbar-track-color: #C0C0C0;
        scrollbar-darkshadow-color: #98AAB1;
}














td {
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11;
color: #E0E0E0;
font-weight: bold;
	margin: 0;
	padding: 0;
}





.copyright {
	FONT-SIZE: 10px;
 COLOR: #C0C0C0; 
FONT-FAMILY: verdana, helvetica, arial, sans-serif;
font-style: italic;
}
 a.copyright:link {color: white;text-decoration:none;}
 a.copyright:visited {color: White;text-decoration:none;}    
a.copyright:hover {color: #710100;text-decoration:none;}




 a.news:link { color:red; text-decoration:none}
 a.news:visited { color:red; text-decoration:none}
 a.news:hover { color:#FFFFFF; text-decoration:none; cursor:default}
 a.news:active { color:red; text-decoration:none}


 a.left:link { color:white; text-decoration:none}
 a.left:visited { color:white; text-decoration:none}
 a.left:hover { color:red; text-decoration:none; cursor:default}
 a.left:active { color:red; text-decoration:none}



.headline {
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12;
font-weight: bold;
color: #E00000;
}

.headlinew {
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12;
font-weight: bold;
font-style: italic;
color: white;
}

h1 {
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 22;
font-weight: bold;
font-style: italic;
color: white;
}

.fixt {
	color: black;
}



.bodytextred {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
}
.bodytextwhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}




    .textbox {
        background-color : white; 
        border-bottom : 1px solid black; 
        border-left : 1px solid black; 
        border-right : 1px solid black; 
        border-top : 1px solid black; 
        padding-bottom : 1px; 
        padding-left : 1px; 
        padding-right : 1px; 
        padding-top : 1px; 
        color : black; 
        background : white; 		
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
    } 




.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	padding: 1px; 
}














/* ######### chrome Style LEAVE ######### */

.chromestyle{
width: 100%;
font-weight: bold; 
font:bold 11px Verdana;
}

.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 solid #000;
width: 100%;
background: url(chromebg6.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 7px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg6-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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 #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #720000;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
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: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: black;
}