body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
.bg-cream{
	background-color: #E9DBC4;
}
.bg-black{
	background-color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
} 

.txt-justify {
	  text-align: justify;
      margin: 0px;
	  padding: 0px;
}
.txt-grey {
	color: #666666;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.txt-brown {
	color: #7F6046;
}
.txt-darkbrown {
	color: #52371F;
}
.bg-ltbrown {
	background-color: #E2D5BE;

}
.bottombg {
	background-attachment: fixed;
	background-image: url(images/starbg_img3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bodybg {
	background-attachment: fixed;
	background-image: url(images/home_body_img2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/arrow_small.gif);
	color: #7F6046;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}


.vlink{
	color: #FFFFFF;
}


.video{
font-family:Arial, Helvetica, sans-serif;
color:ffffff;
font-size:16px;
font-weight:bold;
}


.button {
			BORDER-RIGHT: #CAA88B 1pt outset;
            BORDER-TOP: #CAA88B 1pt outset;
            FONT-WEIGHT: normal;
            FONT-SIZE: 0.8em;
            BORDER-LEFT: #CAA88B 1pt outset;
            COLOR: #7F6046;
            BORDER-BOTTOM: #CAA88B 1pt outset;
            FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.form
{
	font-family: Arial, Helvetica, sans-serif;
	color: #52371F;
	border: 1px solid #CAA88B;
}.red {
	color: #FF0000;
}
.text-white {
	color: #FFFFFF;
}
.text-yellow {
	color: #B57D3B;
}