/* CSS Document */

body {
	margin-top: 0px;
}
.font1 { font-size: 10pt;  font-family: Arial, Helvetica, sans-serif;}
.font2 {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
.font3 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #235441;
}
.font4 {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #262626;
}
.font5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.font6 { font-size: 10pt;  font-family: "Times New Roman", Times, serif;}

.height {
	line-height: 15px;
}

A:link {
	text-decoration:none;
	color: #262626;
}
A:visited {
	text-decoration:none;
	color: #585858;
}
A:active {color:maroon; text-decoration:none;}
A:hover {color:#990033; text-decoration:underline;}

hr.l1 { 
border-style: dotted none none none; 
border-top-width: 2px; 
border-top-color: #DAD6CB; 
width: 295px;
height: 1px; 