@import url("css/lightbox.css");

body, html, th, td, input, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

body {
	background-image: url(images/bg.gif);
}

a {
	color:			#000;
}

.text_copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	text-align: left;
	color: #000;
	padding: 3px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 {
	font-size: 20px;
	color: #c00;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px;
}

h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

h3 {
	color: #000;
}

img {
	border: 0px;
}

.text_center {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	text-align: center;
	color: #000;
	padding: 3px;
}


.subNav {
	margin:				0;
	padding:			0;
}

.subNav li {
	display:			inline;
	border-right:		1px solid #CD0000;
}

.subNav li.last {
	border-right:		none;
}

.subNav a {
	font-weight:		bold;
	color:				#CD0000;
	padding:			8px;
}

.subNav a:hover {
	text-decoration:	none;
}

table.results th {
	background-color:	#CD0000;
	color:				#FFF;
	padding:			4px;
}

table.results td {
	padding:			4px;
	font-size:			0.6em;
}

table.results tr.even {
	background-color:	#FCF3CF;
}

table.results tr.odd {
	background-color:	#F2BFBF;
}

.right {
	float:				right;
	margin:				5px;
	clear:				right;
}
