body {
	background-color: #000000;
	background-image: url(images/bg_index.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;
}
.subHd {
	font-weight: bold;
	color: #c0ae00;
}
.newsTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 19px;
	padding-left: 15px;
}
.newsTxt a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c0ae00;
	text-decoration: underline;
}
.newsTxt a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c0ae00;
	text-decoration: underline;
}
.newsTxt a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c0ae00;
	text-decoration: none;
}
.newsTxt a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #c0ae00;
	text-decoration: none;
}
.newsPad {
	padding-top: 15px;
	padding-right: 10px;
}
