body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;


}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006633;
	letter-spacing: 1em;
	font-weight: bold;
	text-transform: uppercase;


}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006633;
	font-weight: bold;
	padding-left: 50px;

}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-left: 50px;
	padding-right: 50px;


}
.hidden {
	visibility: hidden;
}
.small {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.imgFlushLeft {
	margin-left: -50px;
}
.imgFlushRight {
	margin-right: -50px;
}
ul {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 50px;


}
li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);

}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	background-color: #FFFFCC;
	border: 1px solid #006600;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #006600;
	border: 4px outset #006600;
}
