body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
a:link { color: #003366; text-decoration: underline; }
a:visited { color: #003366; text-decoration: underline; }
a:hover { color: #428FBD; text-decoration: none; }
a:active { color: #003366; text-decoration: underline;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #485661;
   }
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #677C8C;
	margin-top: 12px;
	margin-bottom: -10px;
	}
	
body, p, td, th, blockquote, dl, ul, ol {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #485661;
	line-height: 14px;

	}
	
	ul {
	list-style-image: url(images/arrow_bullet.gif);
	margin-left: 19px;
	}
	
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #003366;
	}
	
.footer a:link { color: #003366; text-decoration: none; }
.footer a:visited { color: #003366; text-decoration: none; }
.footer a:hover { color: #485661; text-decoration: underline;}
.footer a:active { color: #003366; text-decoration: none;
}	


