body, td {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
}

th {
	font-size: 11px;
	font-weight: bold;
	font-color: maroon;
	bgcolor: pink;
}

.news {
	font-size: 11px;
	color: silver;
}

.small {
	font-size: 10px;
	color: silver;
}

.NavLink {
	color: white;
}

.NavLink:hover {
	color: silver;
}

.header {
	font-size: 14px;
	font-weight: bold;
	color: white;
	bgcolor: maroon;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
}

.callout {
	color: #8C2633;
}

A {
	color: #8C2633;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #AB7540;
	font-weight: bold;
	text-decoration: none;
}

.about_title {
	font-size: 14px;
	font-weight: bold;
	color: #5A5A5A;
}

.img_maroon {
	border: 2px solid #8C2633;
}

.img_brown {
	border: 2px solid #AB7540;
}

.img_green {
	border: 2px solid #546957;
}

.img_rust {
	border: 2px solid #CF6940;
}

.img_blue {
	border: 2px solid #283C5A;
}

.img_gray {
	border: 2px solid #5A5A5A;
}

/* Calendar Style Sheet */
a.prevnext:link {color: navy; font-size: 10px; text-decoration:underline; font-family: sans-serif}
a.prevnext:visited {color: navy; font-size: 10px; text-decoration:underline; font-family: sans-serif}
a.prevnext:hover {color: blue; font-size: 10px; text-decoration:underline; font-family: sans-serif}
a.prevnext:active {color: navy; font-size: 10px; text-decoration:underline; font-family: sans-serif}

a.day:link {color: black; font-size: 11px; text-decoration:underline; font-family: sans-serif}
a.day:visited {color: black; font-size: 11px; text-decoration:underline; font-family: sans-serif}
a.day:hover {color: red; font-size: 11px; text-decoration:underline; font-family: sans-serif}
a.day:active {color: black; font-size: 11px; text-decoration:underline; font-family: sans-serif}

a.event:link {color: blue; font-size: 10px; text-decoration:underline; font-family: sans-serif}
a.event:visited {color: blue; font-size: 10px; text-decoration:underline; font-family: sans-serif}
a.event:hover {color: red; font-size: 10px; text-decoration:underline; font-family: sans-serif}
a.event:active {color: blue; font-size: 10px; text-decoration:underline; font-family: sans-serif}

a.admin:link {color: blue; font-size: 10px; text-decoration:underline; font-family: sans-serif}
a.admin:visited {color: blue; font-size: 10px; text-decoration:underline; font-family: sans-serif}
a.admin:hover {color: red; font-size: 10px; text-decoration:underline; font-family: sans-serif}
a.admin:active {color: blue; font-size: 10px; text-decoration:underline; font-family: sans-serif}

table.cal {
background-color: silver;
height: 500px;
border-style: none;
border-width: 2px;
font-family: sans-serif
}

.caption {
color: black;
font-size: 14px;
font-weight: bold;
font-family: sans-serif
}

.thead {
color:white;
background-color: gray;
font-size: 14px;
font-weight: bold;
font-family: sans-serif
}

td.cal {
background-color: white;
text-align: left;
vertical-align: top
}

tfoot.cal {
color:black;
background-color: gray;
font-size: 14px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
