.white {
	font-size: 10px;
	color: #FFFFFF;
}
a.white:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	font-size: 10px;
	color: #FFFF99;
	text-decoration: underline;
}
a.white:visited {
	font-size: 10px;
	color: #FFFFCC;
	text-decoration: underline;
}
a.white:active {
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #004800;
	background-image: url(images/bg.gif);
}
h1 {
	font-size: 12px;
	font-weight: bold;
	background-color: #045904;
	color: #CCCCCC;
	padding: 0.5px;
	text-indent: 5pt;
	border: 2px ridge #000000;
	font-variant: small-caps;
	margin: 15px 15px 5px 0px;
}
.heading {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #006700;
	background-image: url(images/ball.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	padding-top: 10px;
}

a {
	color: #009933;
	text-decoration: underline;
}
a:hover {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #006633;
	text-decoration: underline;
}
.smallprint {
	font-size: 9px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #045904;
}
h3 {
	font-size: 12px;
	color: #006700;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}
.largeprint {
	font-size: 16px;
	font-weight: bold;
}
.strikethrough {
	text-decoration: line-through;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
h4 {

	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
