body
{
  background: url(../gif/pageback.gif) #1D1D55 repeat-y fixed;
  color: #FFFFFF;
  font-family: Arial;
	font-size: 12px;
  min-width: 725px;
  margin: 0px;
  padding: 0px;
  text-align: center; /*Hack to center div in IE*/
}

a:link, a:visited
{
  color: #FFFFFF;
}

a:hover, a:active
{
  color: #959DB3;
}

.cent-cont /* Style to plant a centered div */
{
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: left;
}

.back-sb /* Set the dark background to use as sub banners (replaces 'section' class) */
{
	color: #000000;
	height: 20px;
	line-height: 18px;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	margin: 15px 0px 5px 0px;
	padding-left: 5px;
}

.back-br /* Set the color to use for borders when using nested tables (using divs and bord-main is preferred) */
{
  background: #1B284A;
  color: #FFFFFF;
  font-size: 10pt
}

.back-dk /* Set the dark background color for alternating rows effect */
{
  background-color: #282875;
	font-size: 12px;
	text-align: left;
}

.back-lt /* Set the light background color for alternating rows effect */
{
	background-color: #1D1D55;
	font-size: 12px;
	text-align: left;
}

.back-tr
{
  color: #000000;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal
}

.bord-main
{
	border: 1px solid #292951;
}

.requiredError {
	background-color: #FFFF00;
}

.text-lt /* Set the text color that lies on a dark background */
{
  color: #FFFFFF;
}

.text-rd /* Set the text color to use as red text */
{
	color: #FF0000;
}

.text-lg /* Define large text (replaces 'header' class) */
{
	font-size: 16px;
	color: #CCCCCC;
}

.text-sm /* Define small text */
{
	font-size: 10px;
}

.info-div /* Set the style of information div's */
{
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  z-index: 1000;
}

.info-ban
{
  background-color: #282875;
  width: 100%;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.res-list tr td
{
	border-bottom: 1px solid #5F5F88;
}
