@charset "utf-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color: #F7F7F7;
	font-size: 9pt;
}
#1{
	font-size:9pt
}
#2{
	font-size:10pt
}
.style2 {
	font-size: 9pt;
	font-weight: bold;
}
.style3 {font-size: 9pt}
.style4 {
	font-size: 9pt
}
.style5 {font-size: 9pt; color: #CC0000; }

.style6 {color: #336600}
h1{
	font-size: 9pt;
	font-weight: lighter;
}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #663399;
}
a:active {
	color: #6666CC;
}
