body { 
	background-color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ff00ff; 
	font-size: 12px; 
} 

td {  
	font-size: 12px; 
} 

h1 { 
	font-size: 18px;
	font-weight: normal 
} 

h2 { 
	font-size: 16px; 
	font-weight: normal;
	color: #ffffff
} 

h3 { 
	font-size: 14px; 
	font-weight: normal
} 

a { 
	text-decoration: none; 
	color:  #cccccc; 
} 

a:hover { 
	color: #ff00ff;
}

input {
	border: 1px solid #ff00ff;
	color: #ff00ff;
	background-color: #000000;
}

textarea {
	border: 1px solid #ff00ff;
	color: #ff00ff;
	background-color: #000000;
	scrollbar-face-color:#000000; 
    scrollbar-shadow-color:#000000; 
    scrollbar-highlight-color:#ff00ff; 
	scrollbar-3dlight-color:#000000; 
    scrollbar-darkshadow-color:#000000; 
   	scrollbar-track-color:#000000; 
   	scrollbar-arrow-color:#ff00ff;
}

.footer {
	font-size: 11px
}

.footer td {  
	font-size: 11px 
} 

.imgborder {
	border: 1px solid #ff00ff;
}

.greybox {
	background-color: #f0f0f0;
	border: 1px solid #999999;
	padding:10px;
	width: 385px;
}

.greybox a {
	color: #000000;
}

.redtext {
	color: #ff0000;
}

.dpstyle{
width: 99%;
}

.dpstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dpstyle ul{
width: 100%;
padding: 2px 0;
margin: 0;
}

.dpstyle ul li{
display: inline;
}

.dpstyle ul li a{
padding: 2px 3px;
margin: 0;
text-decoration: none;
}

.dpstyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*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:normal 12px;
line-height:18px;
z-index:6000;
width: 170px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #000000;
background-color: #f0f0f0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f0f0f0;
}