body {
	margin: 0px;
	background-image: url(images/bg_final.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9C9C5F;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #666701;
	font-weight: bold;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666600;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666600;
	list-style-type: square;

}

li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666600;
	list-style-type: square;


}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666600;
}
a:link {
	color: #666600;
	text-decoration: underline;
}
a:visited {
	color: #666600;
	text-decoration: underline;
}
a:hover {
	color: #9C9C5F;
	text-decoration: none;
}
a:active {
	color: #9C9C5F;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
}

