@charset "utf-8";
/*** Main Sytle ***/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/rhbg_mainBkgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #00152A;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-attachment: fixed;
}
a {
	color: #0051A3;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #0051A3;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	color: #0051A3;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #0051A3;
	font-weight: bold;
}


select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CECECC;
	width: 90%;
}

.BoldRed {
	color: #C00436;
	font-weight: bold;
}
.Bold {
	font-weight: bold;
}


/*** Body ***/
#contBody{
	margin: auto;
	width: 725px;
}
#outterBody{
	margin: auto;
	width: 725px;
	background-color: #FFFFFF;
}
#innerBody{
	margin: auto;
	width: 725px;
	background-color: #FFFFFF;
	background-image: url(../img/rhbg_bodyTBL02.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
/*** Tabl e***/
#contTBL{
	clear: both;
}
#leftTBL{
	float: left;
	font-size: 30px;
	width: 506px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#rightTBL {
	float: right;
	width: 219px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#textTBL{
	font-size: 13px;
	line-height: 1.5em;
	margin: 11px;
}
/*** Footer ***/
#Footer{
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 11px;
	margin-right: 11px;
	margin-bottom: 30px;
	margin-left: 11px;
}
#Footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#Footer a:hover {
	color: #0154A4;
	text-decoration: none;
}

#Footer h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
}
#Footer p {
	margin: 11px;
}
#Footer table {
	margin: auto;
	width: 100%;
}

/*** Chart Table ***/
#chartTBL {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	width: 100%;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-color: #B3B4AF;
	border-top-color: #B3B4AF;
	border-top-width: 1px;
}
#chartTBL p {
	font-size: 11px;
	line-height: normal;
	margin: 3px;
}
#chartTBL td {
	margin: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #B3B4AF;
	border-bottom-color: #B3B4AF;
}
.chartTBLColum {
	width: 15%;
}

.chartHDR {
	background-color: #0052A4;
	color: #FFFFFF;
}
.chartODD {
	background-color: #E1E1E1;
}
/*** Step Table ***/
#stepTBL {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 150px;
}
#stepTBL p {
	font-size: 11px;
	line-height: normal;
	margin: 5px;
}
/*** SWF Style ***/
#swfHDR {
	background-color: #F4F4F4;
	background-image: url(../img/rhbg_placeHldr_Hdr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 256px;
	width: 725px;
}
#swfHDR p {
	color: #FFFFFF;
	font-size: 11px;
	margin: 11px;
}
#swfHDR a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
#swfHDR a:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
