/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

p {
	font-size: 0.85em;
	color: #5c5c5c;
	padding: 9px 0 9px 1px;
}

	p a {
		color: #3b96b0;
		text-decoration: none;
	}	

	p a:hover {
		text-decoration: underline;
	}	

	ul li a {
		color: #3b96b0;
		text-decoration: none;
	}

	ul li a:hover {
		text-decoration: underline;
	}	

		ul li ul {
			font-size: 1.15em;
		}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fefefe;
	font-size: 1.3em;
	padding: 110px 0 0 89px;
	width: 381px;
	text-shadow: #3cff00 2px 2px 2px;
}

h2 {
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	color: #808185;
	font-size: 1.2em;
	padding: 0 0 13px 0;
}

h3, h3 a {
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	color: #3b96b0;
	font-size: 1.05em;
	text-decoration: none;
}

	h3 a:hover {
		text-decoration: underline;
	}

h4, h4 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #808185;
	font-size: 0.95em;
	padding: 9px 0 9px 0;
	text-decoration: none;
}

	h4 a:hover {
		text-decoration: underline;
	}

br {
	line-height: 0px;
	height: 0px;
}