body {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/blue_gradient.gif);
	background-color: #000C6C;
	background-repeat: repeat-x;
}
a:link, a:visited, a:hover, a:active {
	color: #FF9A02;
}
.list {
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 0;
	list-style-image: url(../images/bullet.gif);
	list-style-type: circle;
	font-size: 11pt;
	line-height: 3em;
	background-position: bottom;
}
#footer {
 text-align:center;
 font-weight:bold;
 font-size: 11px;
}