/* CSS Document */

body {
	background-color: #951b20;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
}


.sub_heading {
	font-weight:bold;
	font-size: 13px;
	color: #ec641a;
}

.sub2_heading {
	font-weight:bold;
	font-size: 11px;
	color: #ec641a;
}


a:link {
	color:#821017;
	text-decoration: underline;
	
}

a:visited {
	color:#821017;
	text-decoration: underline;
	
}
a:hover {
	color: #821017;
	text-decoration: underline;
}
a:active {
	color: #821017;
	text-decoration: underline;
}



.footer {
	color: #5b5b5b;
}

.footer a:link {
	color:#5b5b5b;
	text-decoration: underline;
	
}

.footer a:visited {
	color:#5b5b5b;
	text-decoration: underline;
	
}
.footer a:hover {
	color: #5b5b5b;
	text-decoration: underline;
}
.footer a:active {
	color: #5b5b5b;
	text-decoration: underline;
}