body { 
    background-color: #8e0808;
}

.text {
	font: 12px Verdana;
    font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
} 

TD {
	font: 12px Verdana;
    font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
} 

.tit {
	font: 14px Verdana;
    font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
} 

.b { 
	font: 12px Verdana;
    font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
} 


A:link {
	font: 12px Verdana;
    font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #FF9900;
    text-decoration: underline;
} 

A:hover {
	font: 12px Verdana;
    font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #FFFF99;
    text-decoration: none;
} 

A:visited {
	font: 12px Verdana;
    font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #FFCC99;
    text-decoration: underline;
} 

A:active {
	font: 12px Verdana;
    font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #FFCC66;
    text-decoration: underline;
} 


B { 
	font-weight: bold;
} 

.mini {
	font: 12px Verdana;
    font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
} 

#info {
	width:500px;
}



#info input.inputext {
	border:1px solid #000; 
	width:300px;
}

#info input.no_color {
	width:auto;
}

#info input {
	border:1px solid #000; 
	width:150px;
}

#info textarea{
	border:1px solid #000; 
	width:300px;
	height:150px;
}

#info .button{
	width:85px;
	background-color:#fff;
}