body {
	background: #5F66A3;
	text-align: center;
	margin: 0;
	padding: 0;
}
body#nobackground { background: none #fff; }

#maincontenttable {
	padding-bottom: 8px;
	background-color:#FFFFFF
}

#maincontentcell {
	padding: 20px;
	background: #fff;
}

     
/* Main Content Area
----------------------------------*/

#returnlinktable { background: #fff; }

#returnlinkcell {
	background: #fff ;
}

.infomessage {
	background: #fff ;
}

.errormessage {
	background: #fff ;
}



TABLE   {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

TD   {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}


p   {   font-size: 12px;
        line-height : 16px;
        font-family: Arial,Verdana;
        font-weight: normal;
        color: #000000;
        }

UL {    font-family: Arial,Verdana;
	    font-size: 12px;
	    color: #000000;
		font-weight: normal;
		line-height : 16px;
		text-decoration : none;
		text-align : left;
		list-style-type : square;
		list-style-position : inside;
		list-style : square;
}

a   {  font-size: 12px;
	   font-family: Arial,Verdana;
	   color: #000066;
      }

a:hover  { font-size: 12px;
           font-family: Arial,Verdana;
           color: #5F66A3;
           }

h4 {  font-family: Arial,Verdana;
      font-weight: bold;
      font-size: 14px;
      color: #000000;
      }

h3 {  font-family: Arial,Verdana;
      font-weight: bold;
      font-size: 16px;
      color: #000066;
		}

h2 {  font-family: Arial,Verdana;
      font-weight: bold;
      font-size: 16px;
      color: #000000;
      }

h1 {  font-family: Arial,Verdana;
      font-weight: bold;
      font-size: 18px;
      color: #0100AE;
      }