@charset "utf-8";
/* CSS Document */

h1 {
	clear:left;
	font-size:12pt;
}

h2 {
	font-size:10pt;
	clear:left;
}

h3 {
	font-size:9pt;
	clear:left;
}

.red {
	color:#C00;
}

.blue {
	color:#00C;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight:bold;
}


