h3 {
	font-weight: bold; 
	font-size: 100%;
	margin-top: 10px;
	line-height: 100%;
	color: #000033; 
}
h4 {
	font-weight: bold; 
	font-size: 90%;
	margin-top: 10px;
	line-height: 100%;
	color: #000033; 
}
h5 {
	font-weight: bold; 
	font-size: 82%;
	margin-top: 0px;
	line-height: 100%;
	color: #000033; 
}
p {
	font-weight: normal; 
	font-size: 90%;
	margin-top: 10px;
	line-height: 133%;
	color: #000033; 
	text-align: justify;
}
li {
	font-weight: normal; 
	font-size: 90%;
	line-height: 133%;
	color: #000033; 
	text-align: left;
}
a {
	text-decoration: none; 
	color: #990000;
}
a:hover {
	text-decoration: underline; 
	color: #990000;
}
a.visited {
	color: #990000;
}
a.active {
	color: #D99E02;
}
.copyright {
	text-align: center;
	font-size: 67%;
	line-height: 100%;
	color: #CCCCCC; 
}
