.normal {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	padding: 0px 20px;
	margin: 0px;
	list-style-type: circle;
	list-style-position: inside;




}
h1 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #666666;

}
h2 {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #666666;

}
h3 {
	font-family: Arial;
	font-size: 11px;
	color: #666666;

}
h4 {
	font-family: Arial;
	font-size: 12px;
	color: #666666;

}
h5 {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;

}
h6 {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #666666;

}
.normalBold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #99CCFF;
}
a:link, a:visited {
	font-size: 11px;
	color: #0099FF;
	text-decoration: underline;
}
a:active, a:hover {
	font-weight: normal;
	color: #0099FF;
	text-decoration: underline;
}
.bg {
	background-color: #FFFFFF;
}
.links {
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
}