@charset "utf-8";
/* CSS Document */

.body{
	background:url(images/bg.jpg) top repeat-x;
	background-color:#000000;
	padding:0px;
	margin:0px;
}

a{
	color:#902e18;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;	
}

a img{
	border:0px;
}

p,div,span,li,td{
	font-family:"trebuchet MS";
	color:#39312a;
	font-size:14px;
}

.flashHeader{
	position:relative;
	top:300px;
}

.formDiv div{
	padding-bottom:10px;	
}

.error{
	color:red;	
}

.footerTxt{
	font-size:13px;
	font-weight:bold;
	color:#f7ebda;
}

.footerLink{
	color:#ffffff;
	font-size:13px;
}

.footerTitle{
	font-size:14px;
	font-weight:bold;
	color:#f7ebda;
}

.bottomTxt{
	color:#f7ebda;
	font-size:11px;
}

.bottomLink{
	color:#f7ebda;
	font-size:11px;
	text-decoration:underline;
}


.testTxt{
	color:#39312a;
	font-size:12px;
	font-style:italic;
}
