body {
	background-color:#EBEBEB;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
}

div.normal {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 0.9em;
	margin-left:5em;
	margin-right:30%;
}

.header {
	margin-left: -5em;
}

li {
	list-style-type: square;
	margin-left: -1.5em;
	margin-top: 0.3em;
}

p {
	margin-top: 1.8em;

}

blockquote {
	margin-top: -1em;
}

h1 {
	margin-left: -1.5em;
	margin-top: 1.6em;
	margin-bottom: 0.2em;
	font-size: 3.0em;
}

h2 {
	font-size: 1.15em;
	margin-left: -2em;
	margin-bottom: -0.4em;
	color: #000000;
	font-weight: bold;
	margin-bottom: -0.4em;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF9900;	/*	border-width: 1px;
	border-style:solid;
	border-color: #000000;
	background-color: #6DCFF6;*/
}

img {
	border-style:none;
}

a:link {
	color:#CC7A00;
	text-decoration: none;
}
a:visited {
	color:#FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}