html,body {
  height: 100%;
	}
body {
	background: #fff;
	margin-top: 10;
		margin-left: 0;
	padding: 0;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #1B4298;
	text-decoration: none;
}
a:active  {
	color: #fff;
	text-decoration: none;
 
}
 

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 4px;
}
 
 
}
h1 {
	margin: 15px 0px;
	padding: 0;
	font-size: 12px;
	color: #081643;
	font-weight: normal;
	
}

/*   NEW FOOTER */
 

#sitemap{
	color: #505d83;
	font-size: 9px;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
 
#sitemap a{
	color: #505d83;
	text-decoration: none;
}
