/* CSS Document */

body {
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	background-color: #005F24;

}
.mainTable {
	background-image:  url(../images/bg-expander.gif);
	background-repeat: repeat-y;

}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808284;
}
.linksWhite {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #9BCD57;
	background-image:  url(../images/dotted-fade.gif);
	background-repeat: no-repeat;
	height: 23px;

}
.italicsBigFonts {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.copyright {
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 37px;
	font-size: 9px;
	color: #9BCD57;
	background-image: url(../images/copyright.gif);
	vertical-align: bottom;
	padding-bottom: 7px;


}
.linksWhite:hover {
	color: #006225;
	text-decoration: underline;
}
.boldFonts {
	font-weight: bold;
}
.smallGreenFonts {
	font-size: 9px;
	color: #9BCD57;
}
.boldDarkGreenFonts {
	font-weight: bold;
	color: #05864E;
}
a {
	font-weight: normal;
	color: #9BCD57;
	text-decoration: underline;
}
.logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
.topRightCorner {
	background-image: url(../images/top-right-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.mainContent {
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;

}
