@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.header
{
font-size:14px;
color:#9C352E;
font-weight:bold;
}


.redtext
{
font-size:12px;
color:#9C352E;
font-weight:bold;
}
.menu
{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.bold
{
font-size:13px;
color:#000000;
font-weight:bold;
}

.text12
{
font-size:13px;
color:#000000;
}
.footer
{
font-size:10px;
color:#000000;
font-weight:bold;
}

/* Calendar Fonts */
.c-header
{
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
}
.c-menu
{
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-align: right;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	text-align: left;
}
.center {
	text-align: center;
}
