body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { color: #3399CC; text-decoration: underline; }
a:visited { color: #3399CC; text-decoration: underline; }
a:hover { color: #1466A0; text-decoration: none; background-color: #E4F4FF; }
a:active { color: #3399CC; text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #3399CC;
	margin-top: 12px;
	margin-bottom: -6px;
   }
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3399CC;
	margin-top: 18px;
	margin-bottom: -10px;
	}
	
body, p, td, th, div, blockquote, dl, ul, ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #1466A0;
	line-height: 1.5;
	margin-bottom: -5px;
	}
	
ul {
	list-style: square
	margin-left: 0;
	}
	
.callout {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style:italic;
	color: #7BAE7B;
	line-height: 2;
	margin-bottom: -5px;
	}
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7BAE7B;
	}
	
.footer a:link { color: #7BAE7B; text-decoration: none; }
.footer a:visited { color: #7BAE7B; text-decoration: none; }
.footer a:hover { color: #339966; text-decoration: underline;}
.footer a:active { color: #7BAE7B; text-decoration: none;
}