@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
body {
	background-color: #000;
	background-image: url(images/bkgrd-chiffon.jpg);

}
.sectionTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.tipText {
	color: #FFF;
	font-weight: bold;
}
.sectionTitleCenter {
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: bold;

}
.footer {
	text-align: center;
	font-weight: bold;
}
a:link {
	color: #537804;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #537804;
}
a:hover {
	text-decoration: underline;
	color: #537804;
}
a:active {
	text-decoration: underline;
	color: #537804;
}
.bold {
	font-weight: bold;	

}
.ital {
	font-style: italic;

}
.bold16 {
	font-size: 16px;
	font-weight: bold;

}
.bold16Center {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #537A03;

}
.bold18Center {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #537A03;

}
.imagecenter {
	text-align: center;

}

.green {
	color: #537A03;

}

.greenBold {
	color: #537A03;
	font-weight: bold;

}
.content-padding {
	padding-right: 80px;
	padding-left: 80px;
}
.content {

	color: #537A03;
	font-weight: bold;
}
.bold16CenterBlack {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
