img {border:0}
.bordered { border:1px solid #aaa; }
body {
	background-color: #cb1009;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}
.blacktext {
	color: #000000;
}
.redtext {
	color: #ff6600;
}
.greentext {
	color: #339999;
}
.rtside {
	color: #000000;
	background-image: url(images/whitebg.jpg);
	text-align: left;
	vertical-align: top;
	padding: 40px;
	height: 442px;
	width: 420px;
	background-repeat: no-repeat;
}
.scrollv {
	overflow: auto;
	height: 380px;
	width: 410px;
}
a {
	color: #cb1009;
	text-decoration: underline;
}
a:hover {
	color: #cb1009;
	text-decoration: none;
}
