@charset "utf-8";
/* CSS Document */

body{
	text-align: justify;
	font-family: verdana;
	font-size: 8pt;
	color:#0E1B50;
}
.data{
	color: #0E1B50;
	font: 8pt georgia;
	font-style:italic;
}
.textbox{
	color: #0E1B50;
	font: 8pt georgia;
	font-style:italic;
	background-color:#C3DDF8;
}
em,i,b,strong {
color: #0E1B50;
font: 8pt georgia;
text-transform: uppercase;
}
A:link, A:visited, A:active {color: #FFFFFF; cursor: help; text-decoration: none;}
A:hover {color: #324079; text-decoration: none; cursor: help;}
