@charset "utf-8";
/* CSS Document */

body {
	background:#1a1a1a;
	margin:5px;
	margin-top:10px;
	margin-right:20px;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#ffffff;
}


a:link,a:visited,a:active {
	color:#b8b189;
	text-decoration:none;
}
a:hover {
	color:#b8b189;
	text-decoration:underline;
}


.flashTd {
	padding-left:45px;
	padding-bottom:15px;
}

.selectTd {
	padding-bottom:7px;
	}


.selectMenu {
	width:170px;
	background:#000000;
	color:#e0d7a5;
	border:#979797 1px solid;
	font-size:8pt;
}

.selectMenuSmall {
	width:50px;
	background:#000000;
	color:#e0d7a5;
	border:#979797 1px solid;
	font-size:8pt;
}

.yearField {
	width:50px;
	background:#000000;
	color:#e0d7a5;
	font-size:8pt;
}


.enterButton {
	background:url(images/enter.gif) no-repeat top left;
	width:81px;
	height:27px;
	border:none;
}