html,body { 
	margin:0; 
	padding:0; 
}
		
body { 
	font-size:0.7em; 
	font-family: Verdana, Arial, Helvetica; 
	color:#666; 
	text-align: center;
}
		
h1 { 
	color:#000; 
	font-size:1.5em; 
	font-weight:normal;
}
h2 { 
	font-size:1.2em; 
	color:#666666; 
	font-weight:normal; 
}
h3 { 
	font-size:1.3em; 
	color:#333366; 
	font-weight:bold; 
}
h4 { 
	font-size:1.2em; 
	color:#333366; 
	font-weight:bold; 
}
h4 a { 
	text-decoration:underline; 
}
h5 { 
	font-size:1em; 
	color:#000000;
	font-weight:bold; 
	padding-top:3px;
}
h6 { 
	font-size:.85em; 
	color:#333333; 
}
		
p { 
	text-align:justify; 
	padding-right:20px;
}

img { 
	border:none; 
}
		
a { 
	color:#24408f; 
	text-decoration:none; 
	font-size:0.9em; 
	font-weight:bold;
}
a:hover { 
	color:#da2128; 
}
		
i { 
	display:none; 
}
		
input, textarea{ 
	border:1px solid #333; 
	font-size:1em; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#ECEAEA; 
}
input:hover, textarea:hover{ 
	border:1px solid #000;
	background:#fff; 
}
		
select { 
	background:#ECEAEA; 
	border:1px solid #333; 
}		