
html, body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #820101 url(../images/background.jpg) repeat-x top left;
}

html, body, td, p, b {
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}

table, tr, td, form {
	table-layout: auto;
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #0d690a;
}
a:hover {
	text-decoration: underline;
	color: #820101;
}

a.FooterLinks {
	text-decoration: none;
	color: #ffffff;
}
a.FooterLinks:hover {
	text-decoration: underline;
	color: #ffffff;
}


input[type="submit"], input[type="button"] {
	background-color: #293235;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.CalendarEvent {
	width: 100%;
	padding: 2px;
	font-size: 9px;
	color: #000000;
	border-bottom: 1px #54656b solid;
}

