@charset "ISO-8859-1";
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.4em;
	
}
p {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.4em;
}
a {
	font-size:13px;
	color: #0033CC;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #E3E3E3;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #0066FF;
}
h2 {
	font-size: 14px;
	color: #FF6600;
}


h3 {
	font-size: 16px;
	color: #FF6600;
	text-indent: 15%;
	position:relative; top:1em	
}

h4 {
	font-size: 10px;
	color: #FF6600;
		
}
li {
	
	text-indent: 15%;
	font-size:13px;
	
}


