/* CSS Document */

body,td,th {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #1E2168;
}
body {
	background-color: #000033;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	scrollbar-arrow-color: #555555;
	scrollbar-3dlight-color: #f0f1f6;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #f0f1f6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #f0f1f6;
	scrollbar-track-color: #f0f1f6;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #1E2168;
	text-decoration: none;
}
.orange {color: #FF6600}
.email_info {
	width:136px;
	height:11px;
	background:url("images/info.gif");
	display:inherit;
	font-size: 10px;
}
.email_info:hover {
	width:136px;
	height:11px;
	background:url("images/info.gif");
	background-position: 0 -11px;
}
.email_sales {
	width:136px;
	height:11px;
	background:url("images/rcisales.gif");
	display:inherit;
	font-size: 10px;
}
.email_sales:hover {
	width:136px;
	height:11px;
	background:url("images/rcisales.gif");
	background-position: 0 -11px;
}
.email_rci {
	width:136px;
	height:11px;
	background:url("images/rci.gif");
	display:inherit;
	font-size: 10px;
}
.email_rci:hover {
	width:136px;
	height:11px;
	background:url("images/rci.gif");
	background-position: 0 -11px;
}
hr {
	border:#e1e1e1 solid 1px;
}