body {
	font-family: Verdan, Arial, sans-serif;
	font-size: 11px;
	color: #737D90;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	padding-top: 0;
	padding-bottom: 0;
}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	}
	
.10pixel {
 font-size: 10px;
 }
 
ul
{
padding-left: 0;
margin-left:15px;
list-style-type: circle;
}

ul li {
padding-left:0;margin-left:0;
padding-bottom: 5px;
}


.line19 {
  line-height: 19px;
  }

.blue {
	color: #062664;
	}
  
.bigBlue {
  font-size: 13px;
  font-weight: bold;
  color: #062664;
  }
  
.redBold {
  font-weight: bold;
  color: #CC151A;
  }
  
.blueBold {
  font-weight: bold;
  color: #06399D;
  }
  
a:link {color: #003399; text-decoration: none;}
a:visited {color: #003399; text-decoration: none;}
a:hover {color: #0658FD; text-decoration: underline;}

.bgMain
{ 
	background-image: url("images/bg_main.gif");
	background-repeat: repeat-y;
	background-position:left top
}

.bgHome
{ 
	background-image: url("images/bg_home.gif");
	background-repeat: no-repeat;
	background-position:left bottom
}

.bgLevel2
{ 
	background-image: url("images/bg_level2.gif");
	background-repeat: no-repeat;
	background-position:left bottom
}