body {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin-top: 0px;
	background-color: #dbdbdc;
	color:#294C72;
	background-image:url(assets/bg-header.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #294C72;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #294C72;
}
a:hover {
	text-decoration: underline;
	color: #ff6e0b;
}
a:active {
	text-decoration: none;
	color: #294C72;
}
