@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #c7c7c7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}




.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #BF2E1A; */
}
.bodytext {
font-size:13px;
color:#333333;
}
.footertext {
	color: #ffffff;
	font-size: 11px;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BF2E1A;
}
.pageheader {font-size: 22px}



/* For Navigation Menu */
.navsmalltext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

table.menu a {
height:20px;
border-top:1px solid #ffffff;
display: block;
}
div.menu a {
color: #191919;
background: #e1e1e1;
text-decoration:none;
font-size:11px;
line-height:20px;
font-family: arial;
padding: 2px 5px;
}
div.menu a:link {
color: #191919;
background: #e1e1e1;
}

div.menu a:active {
color: #191919;
background: #e1e1e1;
}

div.menu a:visited {
color: #191919;
background: #e1e1e1;
}

div.menu a:hover {
color: #BF2E1A;
background: #d1d1d1;
}