body  {
	background: #dcdcdc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a {
	color: #0c3078;
}

.thrColFixHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

.rtiBlue {
	color: #003366;
}
.greyBorder {
	border: 1px solid #666666;
}

.whiteText {
	color: #FFFFFF;
}

.adminButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	border: 1px solid #FFFFFF;
}
.greyBG {
	background-color: #F0F0F0;
}


.text12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.redline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}



.rtiBlueBG {
	background-color: #003366;
} 
.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.rtiOrange {
	color: #FF9900;
}

.rtiOrangeBG {
	background-color: #FF9900;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.whiteMenu {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.rtiRedHeading {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.text14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.adminButtonWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #FFFFFF;
}
