/* CSS Document for Hat & Hair 2009 */

/* COLORS */
body, table.nav a { /* Default Color */
	color: #4e4e4e;
}
.header_text { /* Header Text Color - Blue */
	color: #1b74c9;
}
table.nav a:hover,
.copyright, .copyright a { /* Header & Nav Rollover Color */
	color: #8dc0e4;
}
.highlight_text { /* Highlight Color */
	color: #18569a;
}
.top_nav, .top_nav a,
.bottom_nav, .bottom_nav a { /* Header & Bottom Nav Text */
	color: #97b91f;
}
.box_header { /* Box Header */
	color: white;
}

/* TYPOGRAPHY */
.header_text {
	font-size: 18px;
}
.highlight_text {
	font-size: 12px;
}
.top_nav, .top_nav a,
.bottom_nav, .bottom_nav a {
	text-decoration: none;
	font-size: 11px;
}
.top_nav a:hover, .bottom_nav a:hover {
	text-decoration: underline;
}
.copyright, .copyright a {
	text-decoration: none;
	font-size: 10px;
}
.copyright a:hover {
	text-decoration: underline;
}
.box_header {
	font-size: 16px;
	font-weight: bold;
	}
.box_text {
	font-size: 11px;
	color: #aaaaaa;
}

/* GENERAL */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* NAVIGATION */
table.nav {
	font-size: 12px;
	margin-top: 45px;
}
table.nav a {
	text-decoration: none;
}
td.text {
	padding: 5px 0 6px 0;
}
