.body {
	background-image:url(brrt_back.jpg);
	background-repeat:repeat-x;
	background-color:#5a7fae;
	color:#00008b;
	margin:0px;
	padding:0px;
}

.mainTable {
	width:800px;
	height:600;
	margin:0px;
	padding:0px;
	background-image:url(brrt.jpg);
	background-color:white;
	border-left:1px solid #00008b;
	border-right:1px solid #00008b;
	border-bottom:1px solid #00008b;
}

.mainTable2 {
	width:800px;
	height:600;
	margin:0px;
	padding:0px;
	background-image:url(brrt2.jpg);
	background-repeat:no-repeat;
	background-color:white;
	border-left:1px solid #00008b;
	border-right:1px solid #00008b;
	border-bottom:1px solid #00008b;
}

.subTable {
	width:700px;
	border:0px solid red;
	font-size:10pt;
	font-weight:bold;
}

.subTableCell {
	width:50%;
	text-align:center;
	vertical-align:top;
}

a:link { color:#00008b;text-decoration:none;}
a:visited {color:#00008b;text-decoration:none; }
a:hover {color:#00008b;text-decoration:none; }
a:active {color:#00008b;text-decoration:none; } 
