body { 
	background-color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, Helv; 
	text: #000000;

}

a:link { 
	color: #ffcc33;
	font-weight: bold; 
	
	text-decoration: none;
	
}
a:visited { 
	color: #ff9933;
	font-weight: bold; 
	 
	text-decoration: none;
}
a:hover { 
	color: #ffcc00;
	font-weight: bold; 
	
	text-decoration: underline;
}

h2 { 
	text-align: center; 
	font-size: 18px;
}
.maintable {
	
  	border:                    10px solid #032D8D;
  	border-collapse: collapse;
  	width: 750px;
	height: 100%;
	vertical-align: top;
	background: #ffffff;
	
}
.td01 { 
	
   padding: 3px;
	vertical-align: top;
	background: #ffffff;
	font-size: 12px; 
}
.td02 { 
   border:                    0px solid #000000;
	padding: 3px;
	vertical-align: middle;
	background: #032D8D;
	font-size: 14px; 
}
.designinfo { 
	font-family: arial, verdana; 
	font-size: 8px;
	letter-spacing: 1px;
}

li { 
list-style-image: url(images/bullet1.gif);
}
ul {
line-height: 1.25; 
}