@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	color: #FF9900;
	font-size:9px;
	font-family: "Times New Roman", Times, serif;
}
.style1 {
	color: #666666;
	font-size: 10px;
}
.style2 {
	color: #666666;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.Style3 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.Style4 {
	font-size: 12;
	font-family: "Times New Roman", Times, serif;
}
.Style5 {
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#linkspe a {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}
h1 {
	color: #0099FF;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 35px;
}
h2 {
	color: #006699;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 35px;
	margin-left: 5px;
}
h3 {
	color: #99CC00;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 15px;
	margin-left: 15px;
}
h4 {
	color: #006699;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: 5px;
}
p {
	color: #333333;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 45px;
	text-align: justify;
}
.txtform, .txterror {
	color: #0099FF;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 5px;
}
a:link {
	color: #FF9900;
	font-size: 9px;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #FF9900;
	font-size: 9px;
}
a:hover {
	text-decoration: none;
	color: #CC3333;
	font-size: 9px;
}
a:active {
	text-decoration: none;
	color: #FF9900;
	font-size: 9px;
}
