BODY {
     background-color: #ffffff;
	 margin-left:0px;
	 margin-top:0px;
	 marginwidth:0px;
	 marginheight:0px;
	 width:100%;
	 height:100%;
	 overflow:hidden;
}

img.logo{
	float:left;
	align: left;
	hspace:10;
}
div.full{
height:100%;
width:100%;
}
div.footer{
height:45px;
v-align:bottom;
}

/*Paragraphs*/
p  { 
	color: #666;
	font-color: #666;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 14px; 
	font-stretch: normal;
	/*text-align: justify;*/
	text-decoration: none;
	text-align: justify ;
	margin-right: 10px;
	margin-left: 10px;
	margin-top:20px;
}

p.p_footer{
	font-size:13px;
}


h1{
	font-family:Georgia, Arial, sans-serif;
	font-size: 23px;
	line-height: 24px;
	font-color:#1E3E56;
	color:#1E3E56;
	font-weight: normal;
	background-color:f0f0f0;
	padding:30px 6px 6px 10px;
}




a  { 
color: #333; 
text-decoration: none;
}

a:hover {
color: #CB7800; 
	text-decoration: none;
}
