/* ------------- "generic" styles */

body {
	margin: 0; padding: 0;
	background-image: url(images/bkgd.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link { color: #666666; text-decoration: none}
a:visited { color: #666666; text-decoration: none}
a:active { color: #FF9900; text-decoration: none} 
a:hover {  color: #D12E34; text-decoration: underline;
}

a img {
	border: 0;
}

.grayborder {
	border: 1px solid #CCCCCC;
	}

.tableborder {
	border: 1px solid #CCCCCC;
	background-color: #ffffff;}
.red_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D12E34;
	font-weight: bold;
}
.style3 {color: #333333}
.bottom_text {font-size: 10px; font-family: Arial, Helvetica, sans-serif;}

