body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #0066ff;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
	color: #ff0000;
}

a:visited {
	color: #009933;
	text-decoration: none;
}

a:hover {
	color: #0066ff;
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-weight: bold;
}

.long_text {
	font-family: "Times New Roman", Times, serif;
}

.small_text {
	font-size: .8em;
}

.small_white_text {
	font-size: .8em;
	color: #ffffff;
}

.centered {
	text-align: center;
}

.large_text_1 {
	font-weight: bold;
	font-size: 1.6em;
}

.large_text_2 {
	font-weight: bold;
	font-size: 1.2em;
}

.large_white_text {
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}

.width30 { width: 30pt; }

.green_heading {
	font-weight: bold;
	font-size: 1.5em;
	color: #339933;
}

.green {
	font-weight: bold;
	color: #339933;
}

input {
	background-color: #CCCCCC;
}