body {
	background-color: #C0C0C0;
	font: arial, helvetica, sans-serif;
	margin-top: 20px;
	color:#333333;
}
div, td, p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	
}

h3 {
	color:#C61834;
	font-size: 16px;
	font-weight: bold;
}

a:link { 
	color:#333333; 
	text-decoration:underline; 
}
a:active {
	color:#333333; 
	text-decoration:underline; 
}
a:visited { 
	color:#333333; 
	text-decoration:underline; 
}
a:hover {
	color:#C61834; 
	text-decoration:underline; 
}

a:link.footer {font-size: 12px; color:#333333; text-decoration:none; }
a:active.footer {font-size: 12px; color:#333333; text-decoration:none;}
a:visited.footer {font-size: 12px; color:#333333; text-decoration:none;}
a:hover.footer {font-size: 12px; color:#C61834; text-decoration:underline;}

.size10 {
	font-size: 10px;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	color: #4F5559;
}
b {
	color: #4F5559;
}
hr {
	color: #999999;
	height: 1px;
}