@charset "utf-8";
/* CSS Document */


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5%;
	margin-right: 5%;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #F0F0F0;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-left: 5%;
	margin-right: 5%;
}
   
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:active {text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}