/* CSS Document */

body {
	background-color: #251205;
	background-image: url(images/h-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}
.border-green {
	border: 2px solid #8D9041;
}
.heading-txt {
	font-family: Arial;
	font-size: 15px;
	color: #BBAC7C;
	text-decoration: none;
}
.content-txt {
	font-family: Arial;
	font-size: 12px;
	color: #BBAC7C;
	text-align:justify;
	text-decoration: none;
}

.content-txt a:link{
	font-family: Arial;
	font-size: 12px;
	color: #BBAC7C;
	text-align:justify;
	text-decoration: underline;
}
.content-txt a:active{
	font-family: Arial;
	font-size: 12px;
	color: #BBAC7C;
	text-align:justify;
	text-decoration: underline;
}
.content-txt a:visited{
	font-family: Arial;
	font-size: 12px;
	color: #BBAC7C;
	text-align:justify;
	text-decoration: underline;
}
.content-txt a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #BBAC7C;
	text-align:justify;
	text-decoration: none;
}

.f-txt {
	font-family: Arial;
	font-size: 10px;
	color: #BBAC7C;
	text-decoration: none;
}
a.cont:link, a.cont:visited, a.cont:active {
	font-family: Arial;
	font-size: 10px;
	color: #BBAC7C;
	text-decoration: none;
}
a.cont:hover{
	font-family: Arial;
	font-size: 10px;
	color: #BBAC7C;
	text-decoration: underline;
}
.footerCont{
	font-family: Arial;
	font-size: 10px;
	color: #BBAC7C;
	margin-top:10px;
	text-align:center;
	text-decoration: none;
}
.footer{
	font-family: Arial;
	font-size: 12px;
	color: #BBAC7C;
	text-decoration: none;
}

a.footer:link, a.footer:visited, a.footer:active {
	font-family: Arial;
	font-size: 12px;
	color: #BBAC7C;
	text-decoration: none;
}
a.footer:hover{
	font-family: Arial;
	font-size: 12px;
	color: #BBAC7C;
	text-decoration: underline;
}