a:link {
	color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}


a.link2 {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;		
	color: #CC0000;
	text-decoration: none;	
}

a.link2:visited {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;		
	color: #CC0000;
	text-decoration: none;
}

a.link2:hover {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;		
	color: #2A166C;
}

a.link2:active {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;		
	color: #CC0000;
	text-decoration: none;	
}

a.link3 {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;		
	color: #2A166C;
	text-decoration: none;	
}

a.link3:visited {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;		
	color: #2A166C;
	text-decoration: none;
}

a.link3:hover {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;		
	color: #CC0000;
}

a.link3:active {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;		
	color: #2A166C;
	text-decoration: none;	
}


a.link4 {
	font-family: Arial, Helvetica;
	font-size: 10px;	
	color: #2A166C;
	text-decoration: none;	
}

a.link4:visited {
	font-family: Arial, Helvetica;
	font-size: 10px;		
	color: #2A166C;
	text-decoration: none;
}

a.link4:hover {
	font-family: Arial, Helvetica;
	font-size: 10px;		
	color: #CC0000;
}

a.link4:active {
	font-family: Arial, Helvetica;
	font-size: 10px;	
	color: #2A166C;
	text-decoration: none;	
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFF3FF;
}

