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

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 1.5;
}


.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #000066;
}

a:link              { color:#000033; text-decoration:none; }
a:visited           { color:#000033; text-decoration:none; }
a:hover             { color:#000033; text-decoration:underline; }
a:active            { color:#000033; text-decoration:underline; }

