/* CSS Document */

body,td,th {
	font-family: Arial, Tahoma, "Century Gothic", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
}
.beige {
	background-color: #E4E3C2;
}
.grey {
	background-color: #231f20;
}

.feature_desc {
	font-family: Arial, Tahoma, "Century Gothic", sans-serif;
	font-size: 12px;
	padding: 5px;
	color:#231f20;
}
p {
	font-family: Arial, Tahoma, "Century Gothic", sans-serif;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.p11px {
	font-size: 11px;
	line-height: 15px;
}
.right {
	text-align: right;
}


a:link {
	color: #a7a9ac;
	text-decoration: underline;
}
a:visited {
	color: #a7a9ac;
	text-decoration: underline;
}

a:hover {
    color: #FFFFFF; 
	text-decoration: none;
}

a.nav:link,  a.nav:visited { 
    color: #FFFFFF; 
    text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.footer:link,  a.footer:visited { 
    color: #000000; 
    text-decoration: none;
}
a.footer:hover {
	color: #000000;
	text-decoration: underline;
}

a.footer2:link,  a.footer2:visited { 
    color: #a7a9ac; 
    text-decoration: none;
}
a.footer2:hover {
	color: #a7a9ac;
	text-decoration: underline;
}

.titleFeature {
	font-size: 22px;
}

.titleWelcome {
	font-size: 24px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
 	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
 	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
 	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
 	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h6 {
	font-size: 13px;
}
.gold {
	background-color: #D6BD14;

}
.green {
	background-color: #226653;
	color:White;
}

.detailbg
{
	background-image: url(images/bg_details.jpg);
	background-color: #01503A;
	background-repeat: repeat-x;

}
