body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.bodyContent {
	padding-right: 27px;
	padding-left: 27px;
	padding-bottom: 27px;
}
.bdyTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 19px;
}
.bdyTxt a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: underline;
}
.bdyTxt a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: underline;
}
.bdyTxt a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: underline;
}
.bdyTxt a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: underline;
}
.subHd {
	font-weight: bold;
	color: #c0ae00;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #C0AE00;
}
.lftNavBg {
	background-image: url(images/bgNav.gif);
	background-repeat: no-repeat;
}
.headPic {
	border: 1px solid #1E2611;
	margin-top: 5px;
	margin-bottom: 5px;
}