@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/bg.jpg);
	margin: 0px;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
.PageBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DAA5AF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #DAA5AF;
	border-bottom-color: #DAA5AF;
}
.tdBottomRightRed {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #911C2C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #911C2C;
}

.tdRightRed {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #911C2C;
}



.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover{ color: #EEDBDD; 
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 350px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #911C2C;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.BottomHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #911C2C;
	word-spacing: 5px;
}

.BottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	word-spacing: 5px;
}

