/* CSS Document */
a {
	font-size: 10px;
	color: #CC9933;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9933;
}
a:hover {
	text-decoration: none;
	color: #CC9933;
}
a:active {
	text-decoration: none;
	color: #CC9933;
}

.classicText {
	font: 9px Verdana,sans-serif;
	color: #CC9933;
	}
	
.largeText {
	font: 20px Verdana,sans-serif;
	color: #CC9933;
	line-height: 25px;
	}
	
.normalText {
	font: 11px Verdana,sans-serif;
	color: #CC9933;
	}

.input_text {
	font: 11px Verdana,sans-serif;
	color: #CC9933;
	background-color: #000445;
	border: 1px solid #CC9933;
}
