body, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #6e7a64; }
.red { font-weight: bold; color: #8b0000; }
input, select, option { font-size: 10px; }
.opt_green { font-size: 10px; font-weight: bold; color: #6e7a64; }
.poll { color: #6e7a64; font-weight: bold; font-size: 10px; }
.titles { color: #6e7a64; font-weight: bold; font-size: 10px; }
.screenshots { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffcb05; font-weight: bold; }
.backgrounds { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #6e7a64; font-weight: bold; }
.scores_input {
	border: 1px solid #6e7a64;
}
.scores_select {
	border: 1px solid #6e7a64;
}
.scores_textarea {
	border: 1px solid #6e7a64;
}

a:link{
	text-decoration: none;
	color: #6e7a64;
	font-weight: bold;
}
a:visited{
	text-decoration: none;
	color: #6e7a64;
	font-weight: bold;
}
a:active{
	text-decoration: none;
	color: #6e7a64;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

a.subnav:link{
	text-decoration: none;
	color: #6e7a64;
	font-weight: normal;
}
a.subnav:visited{
	text-decoration: none;
	color: #6e7a64;
	font-weight: normal;
}
a.subnav:active{
	text-decoration: none;
	color: #6e7a64;
	font-weight: normal;
}
a.subnav:hover{
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}

a.screenshots:link{
	text-decoration: none;
	color: #ffcb05;
}
a.screenshots:visited{
	text-decoration: none;
	color: #ffcb05;
}
a.screenshots:active{
	text-decoration: none;
	color: #ffcb05;
}
a.screenshots:hover{
	text-decoration: underline;
	color: #ffcb05;
}


a.midnav:link{
	text-decoration: none;
	font-weight: bold;
	color: #6e7a64;
}
a.midnav:visited{
	text-decoration: none;
	font-weight: bold;
	color: #6e7a64;
}
a.midnav:active{
	text-decoration: none;
	font-weight: bold;
	color: #6e7a64;
}
a.midnav:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #6e7a64;
	background-color: #f5f5f5;
}

.tableLink{ background-color: #f5f5f5; }