/* background image and color */

body {
background-color: #000000;
background-image: url(back.jpg);
scrollbar-face-color: black;
scrollbar-highlight-color: 800000;
scrollbar-shadow-color: 800000;
scrollbar-3dlight-color: black;
scrollbar-arrow-color: white;
scrollbar-track-color: black;
scrollbar-darkshadow-color black;
scrollbar-base-color: black;
	
}

/* main bold links*/

.style1 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal
}


/* Normal text font */

.style9 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 10px;
}

.style99 {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana;
}

/* Title Font */

.style12 {
	color: #800000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

/* Links within doc */

.style13 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}

/* Grey Bold Font */

.style37 {
	color: #999999;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}

/* White Bold Font */

.style40 {
    font-family: Verdana; 
    font-size: 12px; 
    font-weight: bold; 
    color: #FFFFFF; 
}

.style3 {
color: #4B0007; 
font-size: 10px; }

a:link {
	text-decoration: none;
	color: #800000;
}
a:visited {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #800000;
}

/* Different tables for firefox */

#mytable1, #mytable1 td {
   border: 1px solid #4b0007;
}

#mytable2, #mytable2 td {
   border: 0px none #000000;
}

/* Submit Button */

input.submit {
	color: #FFFFFF;
	background: #000000;
	border: 1px outset #800000;
}

/* Selects are a bit smaller, because it makes them look even better for rating script 8). */
select{ color:#FFF;  background:#000000;  border:1px solid #800000;  font-family:Georgia,serif;  font-size:90%;  font-weight:normal;  font-family:verdana,serif}

/* Input boxes - just a bit smaller than normal so they align well for rating script. */
input, button{ font-size:90%;  color:#000000;  font-family:verdana,serif}