/* CSS Document */

body {
	background-color: #1E0F14;
}
a{color:#FFF; text-decoration:none;}
a:hover{color:#FFF; text-decoration:underline;}
p,td {
	color: #FFFFFF;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.redtext{color:#BA0300;	font-size: 12px;
	line-height: normal;}
.titletext{color:#FFF;	font-size: 18px;
}
.white-txt-bold {
	color: #FFFFFF;
	font-size: 13px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;		
}
.red-bord {
	line-height: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #551B1A;
	border-right-color: #551B1A;
	border-bottom-color: #551B1A;
	border-left-color: #551B1A;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.footlink {
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.footlink:hover {
	color: #651F1D;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.bodybg {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}
