body {
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

html {
	height: 100%;
}

img{
	border: 0px;
}

hr{
	color: #E3E7EA;
	height: 1px;	
}

a{	
	color: #05395B;
/*	font-weight: bold;
*/	text-decoration: none;
}

a:hover{
/*	text-decoration: underline;*/
	color: Red;
}

#footer{
	margin-top: 0px;	
}


.textsize1{
	font-size: 70%;
}



