/* body, div, p, th, td, li, dd */
body {
	background:				#E7E7E7;
}
body, div, p, th, td, li, dd    {
	font-family:			sans-serif,Tahoma, Arial, Helvetica;
    font-size:				13px;
}

a:link {
	font-size:				1.0em;
	font-family:			sans-serif,Tahoma, Arial, Helvetica;
	font-weight:			normal;
	color:					#1D4086;
	text-decoration:		underline;
}
a:active, a:visited {
	font-size:				1.0em;
	font-family:			sans-serif,Tahoma, Arial, Helvetica;
	font-weight:			normal;
	color:					#540508;
}
a:hover {
	font-size:				1.0em;
	font-family:			sans-serif,Tahoma, Arial, Helvetica;
	font-weight:			normal;
	color:					#00A2D9;
}


h1 {
	font-family:			sans-serif,Tahoma, Arial, Helvetica;
	font-weight:			normal;
	margin-top:				10px;
	margin-bottom:			10px;
	color:					#000000;
	font-size:				19px;
}

h2 {
	font-family:			sans-serif,Tahoma, Arial, Helvetica;
	color:					#0F62B2;
	font-weight:			bold;
	margin-top:				15px;
	margin-bottom:			15px;
	font-size:				18px;
}

h3 {
	font-family:			sans-serif,Tahoma, Arial, Helvetica;
	font-size:				16px;
	font-weight:			bold;
	margin-top:				2px;
	margin-bottom:			6px;
}


p {
	margin-top:				5px;
	margin-bottom:			15px;
}


hr {
	color:					#222222;
	height:					1px;
	width:					100%;
	margin-top:				0px;
	margin-bottom:			0px;
}
ul {
	margin-top:				5px;
	margin-left:			22px;
	margin-bottom:			15px;
}
ol {
	margin-top:				5px;
	margin-left:			35px;
	margin-bottom:			15px;
}
li {
	margin-top:				5px;
	margin-bottom:			5px;
}