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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E0F05;
	
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E0F05;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1E0F05;
}
a:hover {
	text-decoration: underline;
	color: #89733C;
}
a:active {
	text-decoration: none;
	color: #1E0F05;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#judgeTbl img {
	float: right;
	border: 3px solid #333333;
	margin-right: 0px;
}
.judges {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#judgeTbl p {
	padding-left: 10px;
	padding-right: 20px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	width: 380px;
}
#judgeTbl td {
	padding: 10px;
}
#judgeTbl h3 {
	font-size: 16px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#judge_link a {
	font-size: 18px;
	text-decoration: none;
}
#judge_link a:hover {
	color: #532A0F;
}
