html, body{
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #757575;
	background-color: #F6F6F6;
	background-image: url(../images/top-bg.png);
	background-repeat: repeat-x;
	height: 100%;
}
a:link {
	color: #52B7C2;
	text-decoration: none;
}
a:visited {
	color: #52B7C2;
	text-decoration: none;
}
a:hover {
	color: #f5ce33;
	text-decoration: none;
}
h1{
	font-size: 18px;
	font-weight: bold;
}
h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.body {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #757575;
}
.error{
	font-weight: bold;
	color: #C84215;
}
.bold{
	font-weight: bold;
}
.header-1{
	font-size: 18px;
	font-weight: bold;
	color: #52B7C2;
}
.header-2{
	font-size: 14px;
	font-weight: bold;
	color: #52B7C2;
}
