@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: lighter;
	color: #666;
	margin-top:40px;

}

.footer {
	font-size: 11px;
	color: #999;
}
a {
	font-size: 11px;
	color: #999;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0098b5;
}
a:active {
	text-decoration: none;
	color: #0098b5;
}.bold {
	font-weight: bold;
}
.blue {
	color: #0098b5;
}
.contact {
	font-size: 14px;
}
