/* CSS Document */

/* All pages on RRCA except menus, topbars and newspage use this code. CGI-BIN database files have their own CSS. */

<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	color:#FFFFFF;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
#logo {
	position:absolute;
	left:0px;
	top:2px;
	width:100%;
	height:62px;
	z-index:5;
}
#title {
	position:absolute;
	left:0px;
	top:66px;
	width:100%;
	height:74px;
	z-index:4;
}
.style1 {
	color: #CC3300;
	font-size: 18px;
}
.style2 {
	color: #000000;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.style3 {font-size: 10}
.style4 {font-size: 9}
a {
	font-size: 14px;
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFF00;
}