@charset "utf-8";
.leftBord {
	background-repeat: repeat-y;
	background-image: url(../Images/leftBord.jpg);
	width: 50px;
}
.rightBord {
	background-repeat: repeat-y;
	background-image: url(../Images/rightBord.jpg);
	background-position: right;
	width: 50px;
}
.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.topMenu a:link, .topMenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#BFAD70;
}
.topMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.bubbleTextArea {
	background-repeat: repeat-y;
	background-image: url(../Images/textBordBG.gif);
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
	font-family: Arial;
	}
.bubbleTextArea a:link, .bubbleTextArea a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color:#BFAD70;
}
	.bubbleTextArea a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
body {
	background-color: #BDAD6F;
}
.footer {
	background-color: #BDAD6F;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a:link, .footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
}
	.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
a:link img {
	border-style:none
}
a:visited img {
	border-style:none
}
.invis{visibility:hidden}