@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #660000;
}	
body {
	background-image: url(images/logo_rust_sm_bg.gif);
}
a:link {
	color: #660000;
	font-weight: bold;
}
a:visited {
	color:#660000;
	font-weight: bold;
}
a:active {
	color: #cc9933;
	font-weight: bold;
}
a:hover {
	color: #660000;
	font-weight: bold;
}

.footer {font-size: xx-small; font-family: Verdana, Arial, Helvetica, sans-serif;}
.header1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.whitetext {
	color:#FFFFFF;
	font-weight: bold;
}
.tableborder{
		border-right: 3px solid #660000;
		border-bottom: 3px solid #660000;
}	
.quotetableborder{
		border: 3px solid #660000;
}	
.tdbackgrnd {
	background-image: url(images/gradient.png);
	}
.topboxtext {
	color:#CC9933;
	font-weight:bold;
	}	