body {
	margin: 0px;
	background-color: #E0E0E0;
}

td, p {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #404040;
}

h1 {
	font-family: trebuchet, verdana;
	font-size: 13px;
	font-weight: bold;
	color: #800000;
	margin: 0px;
	text-transform: uppercase;
}

.title {
	font-family: trebuchet, verdana;
	font-size: 11px;
	color: #800000;
	margin: 0px;
	text-transform: uppercase;
}

.title2 {
	font-family: trebuchet, verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	text-transform: uppercase;
}

.nav0 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	background: url(images/n_bg.gif);
	cursor: hand;
}

a:link.nav, a:active.nav, a:visited.nav {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover.nav {
	color: #FFFFFF;
}

.date {
	color: #476E6E;
	font-size: 10px;
	font-weight: bold;
}

.news {
	font-family: arial;
	color: #868686;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

a:link, a:visited, a:active {
	font-family: verdana;
	color: #800000;
	font-size: 10px;
	text-decoration: underline;
}

a:hover {
	color: #999999;
}

a:link.light, a:visited.light, a:active.light {
	font-family: verdana;
	color: #C68688;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: -1;
}

a:hover.light {
	color: #800000;
}

a:link.news, a:visited.news, a:active.news {
	font-family: arial;
	color: #868686;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.news {
	color: #800000;
}

.bottom {
	color: #530000;
}

a:link.bottom, a:visited.bottom, a:active.bottom {
	font-family: verdana;
	color: #530000;
	text-decoration: none;
}

a:hover.bottom {
	color: #530000;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: verdana;
	font-size: 10px;
}

.button {
	color: #FFFFFF;
	background-color: #800000;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	border: 1px solid #BED3E3;
	background: url(images/btn_bg.gif);
}