
/* CSS Document */


a:link {
	color: #234399; 	
	text-decoration: underline;

}

a:visited {
	color: #234399;
	text-decoration: underline;
}
a:hover {
	color: #234399;
	text-decoration: underline;
}
a:active {
	color: #234399;
	text-decoration: underline;
}

.style2 {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #234399;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #234399;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
