/* CSS Document */



body {

	background-image: url(home_bgfiller.jpg);

	background-repeat:repeat-x;

	background-color:#151212;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

.welcomeTextWhite {

	font-family: Tahoma;

	font-size: 11px;

	color: #FFFFFF;

	text-align:justify;

}

.welcomeTextYellow {

	font-family: Tahoma;

	font-size: 12px;

	color: #e7d684;

	font-weight: bold;

}

.welcomeTD{

	padding-bottom:20px;

	padding-left:10px;

	padding-right:10px;

	padding-top:20px;

}

.footerTExt {

	font-family: Tahoma;

	font-size: 10px;

	color: #978759;

}



a.commlink:link {text-decoration: underline;color:#D6C67C;}

a.commlink:visited {text-decoration: underline;color:#D6C67C;}

a.commlink:active {text-decoration: underline;color:#D6C67C;}

a.commlink:hover {text-decoration: none;color:#D6C67C;}



a.foot:link {text-decoration: none;color:#978759;}

a.foot:visited {text-decoration: none;color:#978759;}

a.foot:active {text-decoration: none;color:#978759;}

a.foot:hover {text-decoration: underline;color:white;}



.featBG {

	background-image: url(fp_bg.gif);

	background-repeat: no-repeat;

}

.featTxt {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	text-decoration: none;

}

.left_content {
	width:615px;
	display:block;	
	float:left;
}
.right_content {
	display:block;
	width:120px;	
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
	line-height:25px;
	margin-left:20px;
}
.clear {
	clear:both;
	
}

