body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
A:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #c02226;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #c02226;
    TEXT-DECORATION: none
}
A:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #c02226;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #365e30;
    TEXT-DECORATION: underline
}
.upperband {
	background-image: url(../images/upper_bar.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: center;
}
.introtext {
	font-size: 12px;
	padding-bottom: 10px;	
}
.whitetext {
	font-size: 12px;
	FONT-WEIGHT: bold;
	color: #FFFFFF;
}
.title {
	color: #365e30;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.subtitle {
	color: 365e30;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
}
table, td, div, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 12px;
}
.lowerband {
	background-color: #c02226;
	text-align: center;
}
.lefttext {
	font-size: 12px;
	font-weight: bold;
	color: ffffff;
	text-align: left;
	padding: 6px;
}
.footertext {
	font-size: 12px;
	font-weight: none;
	color: 000000;
	padding: 6px;
}
.centertext {
	font-size: 12px;
	font-weight: bold;
	color: f5c644;
	text-align: center;
	padding: 6px;
}
.righttext {
	font-size: 12px;
	font-weight: bold;
	color: ffffff;
	text-align: right;
	padding: 6px;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #006600;
	padding-bottom: -5px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006600;
}
strong {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
