BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #fff;
	
}
H1{
	font-size: 25px;
	font-weight: normal;
	padding-bottom:8px;
 	border-bottom: 2px solid #00b2a9;
 	margin-bottom: 20px;
}
H2{
	font-size: 17px;
	margin-top: 20px;
	padding-bottom:15px;
}
H3{
	font-size: 14px;
	border-top: 1px solid #000;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top:10px;
	
}
H4{
	font-size: 14px;
	border-top: 1px solid #000;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top:10px;
	
}
#main {	
padding-left:80px;
padding-right:80px;

}
.flag {	
	position:absolute;
	top:5px;
	left:638px;
	width:72px;
	border:1px solid #bbb;
	
}
#header{
	margin-bottom:10px;
}
A {
	text-decoration: none;
	
}
	/* Hidden elements. */
#lytheader,
#lytheader form,
#lytfooter,
#leftcol,
#rightcol,
.nopdf,	
.hidden {
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
 
