html,
body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
li,
ul {
	font-size: 11px;
	line-height: 150%;
}
ul {
	list-style-position: inside;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, CenturyGothic, "Century Gothic", Helvetica;
	background-color: #ccdaf0;
}
h1 {
	font-family: CenturyGothic, "Century Gothic", Arial, Helvetica;
	font-size: 32px;
	text-transform: uppercase;
	color: #660000;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 100%;
}
h2 {
	font-family: CenturyGothic, "Century Gothic", Arial, Helvetica;
	color: #FFFFFF;
	background-color: #660000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
h3 {
	font-family: CenturyGothic, "Century Gothic", Arial, Helvetica;
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	line-height: 100%;
}
h4 {
	color: #FFFFFF;
	background-color: #000099;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 12px;
}
a:link,
a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.bigLogo {
	position: absolute;
	left: 30%;
	top: -325px;
	z-index: 2;
	height: 100%;
	width: 100%;
	margin-left: -625px;
}
.navContainer {
	position: absolute;
	top: 0px;
	right: 71%;
	width: 200px;
	z-index: 5;
}
.logoGroup {
	position: absolute;
	z-index: 1;
	right: 40px;
	bottom: 25px;
}
.typeArea {
	z-index: 20;
	position: absolute;
	top: 149px;
	width: 55%;
	left: 30%;
}
.subcategory:link,
.subcategory:visited {
	background-color: #660000;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.subcategory:hover {
	color: #660000;
	background-color: #FFFFFF;
}
td.odd,
td.even {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
td.odd {
	background-color: #EAEFF9;
}
td.even {
	background-color: #B7CEEC;
}
input.cleardefault {
	color: #999999;
	width: 300px;
	font-size: 10px;
}
input.cleardefault#number_entries {
	width: 30px;
}
input.cleardefault#small_text {
	width: 100px;
}
input.cleardefault#medium_text {
	width: 175px;
}
input.cleardefault:focus {
	color: #000000;
	background-color: #FFFFCC;
}
table.entryTable {
	width: 900px;
}
.hlBlue {
	background-color: #000099;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFFFFF;
}
img.inside {
	border: 1px solid FFFFFF;
	padding: 5px;
	margin-right: 5px;
}