@charset "utf-8";
/* CSS Document */

/*-- Primary Style--*/
body,p,li,th { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px;}
	
hr {
	line-height: 1px;
	color: #003366;
	font-size: 100%;
	}

th {
	background-color: #003366;
	color: #FFFFFF;
	text-align: left;
	}

ul, ol {
	margin-bottom: 2px;
	margin-top: 2px;
	}
	
ul {
	list-style-position: outside; 
	margin: -2px 0px 0px 18px;
	}

h1, h2, h3, h4, h5, h6 {
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
	}

h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	}
	
a:link, a:visited {
	color: #003366;
	}
	
a:hover {
	color: #6699CC;
	}