#bgImage {
	background-repeat: repeat;
	background-image: url(../image/bg.jpg);
	}

#headerbgImage 
	{
	background-repeat: repeat-x;
	background-image: url(../image/headerbg.jpg);
	}

.body_text
{
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
}

.body
{
	color: #000000;
	font-family: verdana; 
	font-size: 12px
}

.headline
{
	color: #CC0000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
}

.headlineBlack
{
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
}

.subHeader
{
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
}
/* For index page */
.list_bullet
{
	margin-top: 9px;
}
