body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-attachment: fixed;
	background-image: url(../assets/images/bg_palm.gif);
	background-repeat: no-repeat;
	background-position: 250px 125px;
	margin: 0px;
	background-color: #CCCCCC;



}
h1 {
	font-size: 16px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
}
li {
	padding: 2px;
	list-style-type: circle;
}
.boldlinks {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CCCCCC;
}
.yellowHilite {
	background-color: #FFFF66;
}
.special a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;





}
.special a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 14px;


}
.special a:hover {
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	font-size: 14px;


}
.special a:active {
	font-weight: bold;
	color: #33CC00;
	text-decoration: none;
	font-size: 14px;

}
