/* CSS Document */

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
	color: #008561;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: none;
}

p{
	margin-top: 0px;
}
	
 
h1 {
	color: #003366;
	font-size: 150%;
	line-height: 190%;
	text-decoration:underline;
	font-weight: bold;
	margin-bottom:5px;
	}
	
h2 {
	color:#003399;
	font-size: 133%;
	line-height: 170%;
	font-weight:bold;
	margin-bottom: 0;
	}
	
h3 {
	color:#111111;
	font-size:110%;
	line-height: 133%;
	font-weight:bold;
	margin-bottom: 0;
	}

a.h1 {
	font-weight: bold; 
	color: #003366; 
	text-decoration: underline
}
a.h1:visited {
	font-weight: bold; 
	color: #003366; 
	text-decoration: underline
}
a.h1:hover {
	text-decoration: underline;
	color: #006666;
	font-weight: bold;
}

.contentDiv{
	width:870px;
	text-align:left;
	padding-right:16px;
	padding-top:18px;
}

