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

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #EC008C;
	text-decoration: none;
}
a:visited {
	color: #EC008C;
	text-decoration: none;
}
body {
	color: #000000;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	color: #000000;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.description {
	color: #060709;
	font-size: 14px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.judges {
	margin: 0px;
	width: 630px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(pics/judges_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	float: right;
}
.main {
	background-color: #060709;
}
.adtag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	color: #CCCCCC;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ED028D;
	text-transform: none;
}
.title {
	font-family: "ATSackers Gothic Light", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.first {
	font-family: "ATSackers Gothic Light", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 2px;
	margin-bottom: 0px;
	text-align: right;
}
.last {
	font-family: "ATSackers Gothic Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}
.NavWrap {
	padding-top:0px;
	padding-bottom: 50px;
	padding-left:0px;
	padding-right: 40px;
	float: right;
}
