.TopMenusep {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 8px;
	FONT: 16px Arial;
	font-weight: bold;
	COLOR: #FFFFFF;
	TEXT-ALIGN: center;
}

.TopMenu{
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FONT: 16px Arial;
	font-weight: bold;
	COLOR: #FFFFFF;
	TEXT-ALIGN: center;
}
A.TopMenuLink:link {
	FONT: 16px Arial;
	font-weight: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none
}
A.TopMenuLink:visited {
	FONT: 16px Arial;
	font-weight: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none
}
A.TopMenuLink:hover {
	FONT: 16px Arial;
	font-weight: bold;
	COLOR: #805455;
	TEXT-DECORATION: none
}


.bgBody {
	background-color: #FCF4E9;
	background-image: url(../images/bgBody.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.title{
	padding-left:0px;
	padding-top:0px;
	padding-bottom:8px;
	font: 30px Arial;
	font-weight:bold;
	color:#7C5655;
	text-align:left;
	TEXT-DECORATION: underline;
}

.bgButton {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight:bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/bgButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:22px;
	width:123px;
	text-align:center;
	text-valign:middle;
	cursor:hand;
	white-space: nowrap;
}
.bgButton1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight:bold;
	text-transform: capitalize;
	color: #E7D8AD;
	background-image: url(../images/bgButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:22px;
	width:123px;
	text-align:center;
	text-valign:middle;
	cursor:hand;
	white-space: nowrap;
}