@charset "UTF-8";
/* CSS Document */

body {
	background-color: #0167bd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;	
	line-height: 150%;

}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005dab;	
	line-height: 150%;

}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005dab;	
	line-height: 150%;

}

A:LINK {
 	color: #005dab;
	text-decoration: underline;
}
A:HOVER {
	color : #666666;
	text-decoration: underline;
}
A:VISITED {
	color: #005dab;
	text-decoration: none;	
}

A:Active {
	 color: #005dab;
	 }

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;	
	line-height: 150%;

}
A.style1:LINK {
 	color: #ffffff;
	text-decoration: none;
}
A.style1:HOVER {
	color : #ffffff;
	text-decoration: underline;
}
A.style1:VISITED {
	color: #ffffff;
	text-decoration: none;	
}

A.style1:Active {
	 color: #ffffff;
	 }
	 
.block {
	display: block;
	padding:5px;
	margin:10px;
	  }
	  
	  