body {
	margin: 0;
	padding: 0;
	font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #fff;
	background: #0000db url("../images/bg_new231232.jpg");
	background-repeat: repeat-x;
}

.bgNoRepeat{
	background-repeat: repeat-x;
}

#subBody{
	background: #012971;
	background-repeat: repeat-x;
}

#contentSub{
	background: #012971 url("../images/content_sub.jpg");
	background-repeat: repeat-x;
}

  .borderWhite  { border: 1px solid white; }
  table.solid-green { border: 1px dashed white; }

#subText{
	background: #ffffff;
	background-repeat: repeat-x;
	color:#000000;
}

#subText a{
	color:#012971;
	font-weight:bold;
}

td {
	font: 13px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: #ffffff;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color: #F8CD00;
}

a.ul{
	text-decoration:underline;	
}

ul.indent{
	list-style: none;
	padding-left: 8px;
	margin:0 0 0 0;
}

.smallTxt{
	font: 10px;
}