/* CSS Document */

body {
	background-color: #FFDF4A;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
.title-whitetxt {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.title-yellowtxt {
	color: #FFDF4A;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
img{border:0;}
p, td{
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a{	color: #FFDF4A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; text-decoration:underline;}
a:hover{	color: #FFDF4A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; text-decoration:none;}
.white-txt {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.footlink {
	font-size: 11px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #9C3808;
}
.footlink:hover {
	color: #9C3808;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.body-bg {
	background-color: #BD7D95;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;

}
