/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#264787;
	font-size: 10pt;
	font-weight: normal;
	padding: 0;
	
	
}

a:link {
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
	
}

a:visited {
  font-family: Arial, sans-serif;
 font-size: 10pt;
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

.text_white{

	color: #FFFFFF;

}

