body{
margin:0;
padding:0em;
background-color:#FFFFFF;
color:#000000;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

.clear{clear:both;}
#header{
	position:fixed;
	top:0;
	width:100%;
}


#footer{
	max-height:40px;
	bottom:0;
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
	color:#135297;
	padding:0.2em;
	text-decoration: none;
	z-index: 100;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ED4912;
	font-size: 9px;
}
#footer a{
	color:#135297;
	text-decoration: none;
}
#footer a:hover, a:hover{
	color:#FFFFFF;
	background-color:#135297;
	text-decoration: none;
}
