/* CSS Document */


a {	
	font-family:  Helvetica, sans-serif, Arial,;
	font-size: 11px;
	font-weight: bold;
	color: #000066
}



body {
	background-color: #FFFFFF;
}

a:hover {	
	text-decoration: underline;
	}

a:visited {
	color: #666666;
	}

.style1 {
	font-family:  Helvetica, sans-serif, Arial,;
	font-size: 11px;
	font-weight: normal;
}
.style2 {font-family:  Helvetica, sans-serif, Arial,;
	font-size: 11px;
	font-weight: bold;
	color: #000066
}
.style3 {color: #000066}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: underline; }

h1 {
	font-family:  Helvetica, sans-serif, Arial,;
	font-size: 11px;
	font-weight: bold;
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}

ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type:none;
	list-style-position: outside;
	margin-left:5px;
	}

.ulBullets {
	list-style-type:circle;
	list-style-position:outside;
	margin-left: 15px;
	font-size:11px;
	}
	
.ulBullets2 {
	list-style-type:inherit;
	list-style-position:outside;
	margin-left: 30px;
	font-size:11px;
	}
