body{	
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			0.8em;
	line-height:		1.8em;
}
a{
	text-decoration:	none;
	color:				black;
	border-bottom:		1px dotted black;
	font-weight:		normal;
}
a:hover{
	border-bottom:		1px solid #444;
	color:				#444;
}
a:visited{
	color:				#777;
}
p{
	margin:				10px 0;
	margin-bottom:		15px;
}
h1,h2,h3,h4,h5,h6{
	color:				#555;
	font-family:		"Trebuchet MS",Arial;
	font-weight:		normal;
	margin:				0;
	padding:			0;
	color:				#013C94;/* dark blue */
	line-height:		1.1em;
	margin-top:			1.6em;
	clear:				both;
}
h1{
	font-size:			1.9em;
	margin-top:			.7em;
}
h2{
	font-size:			1.6em;
	margin-top:			.9em;
}
h3{
	font-size:			1.2em;
	font-weight:		bold;
}
h4{
	font-size:			1.2em;
	font-weight:		bold;
}
h5{
	font-size:			1.1em;
	font-weight:		bold;
}
h6{
	font-size:			1em;
	font-weight:		bold;
}
#footer{
	font-size:			0.8em;
}
#navigation{
	font-size:			1.05em;
	line-height:		1.6em;
}
#navigation a:hover{
	color:				#777 !important;
}
#navigation a{
	color:				#555;
}