@charset "utf-8";
/* CSS Document */
.star { color: #FF0000; }
.subdescription { font-size: 11px; }
.table_color { background-color:#000000; }

a:link { text-decoration: none; color: #ffa729; font-weight: bold; }
a:visited { text-decoration: none;  color: #ffa729; font-weight: bold; }
a:active { text-decoration: none; color: red; font-weight: bold; }
a:hover { text-decoration: none; color: red; font-weight: bold; }

body {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 3px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}

input.submit {
	background: #dedede;
	color:#000000;
}


