body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	weight: bold;
	background-color: #8aa383;
	background-image: url(images/grn_bkgd.jpg);
	text-align: left;
}
.textlg {
	font-size: 16px;
	color: #003300;
	font-weight: bold;
}
.textmed {
	font-size: 14px;
	color: #003300;
}

a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #006600;
}
a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;
	text-decoration: underline;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.links {
	color: #FFFFFF;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.leftSide {
	background-image: url(images/side_bkgd.gif);
}

