body, html{
	margin: 0;
	padding: 0;
	font-family: Century Gothic, Arial, Verdana;
	font-size: 9pt;
	line-height: 14pt;
	color: #4e4d4f;
	background: url(../images/bg.png);
	text-align: center;
	margin: 0;
}
.normal{
	font-size: 12px;
}
a:link{	
	color: #00A9E6;
	text-decoration: none;
}
a:visited {
	color: #00A9E6;
	text-decoration: none;
}
a:hover {
	color: #282780;
	text-decoration: none;
}
h1{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #282780;
}
h2{
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #282780;
}
h3{
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #282780;
}
h4{
	font-size: 11px;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #282780;
}
.header {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
#error{
	font-weight: bold;
	color: #C84215;
}
.error{
	font-weight: bold;
	color: #C84215;
}
.bluetext{
	color: #0071BC;
}