body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background01.jpg);
}
h1 {
	font-family: Trebuchet MS, Tahoma, Verdana, sans;
	font-size: 16px;
	color:#6C300E;
	font-weight:bold;
}

h2 {
	font-family: Trebuchet MS, Tahoma, Verdana, sans;
	font-size: 14px;
	color:#6C300E;
}

h3{
	font-family: Trebuchet MS, Tahoma, Verdana, sans;
	font-size: 12px;
	color:#655758;
}

p {
	font-family: Trebuchet MS, Tahoma, Verdana, sans;
	font-size: 12px;
	color:#000000;
}

li {
	font-family: Trebuchet MS, Tahoma, Verdana, sans;
	font-size: 12px;
	color:#655758;
}
.small {
	font-family: Trebuchet MS, Tahoma, Verdana, sans;
	color:#655758;
	font-size: 10px;
}
a:link {
	color:#990000; 
	text-decoration: none;
}
a:visited {
	color:#990066;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

a.special:link {
	color: #FFFFFF;
	text-decoration:none;
}

a.special:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a.special:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

