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

a:link {
text-decoration: none;
border: #000000;
}
a:visited {
text-decoration: none;
border: #000000;
}

.LeftMenu:hover{
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:12; 
	background-color:#934900; 	
}

.LeftMenu:link{
	color:#934900;
	font-weight:bold; 
	font-size:12; 
	text-decoration: none;
}

LeftMenu:active{
	color: #FFFFFF;
	font-weight:bold; 
	font-size:12; 
	text-decoration: none;
}
LeftMenu:visited{
	color:#FFFFFF;
	font-weight:bold; 
	font-size:12; 
	text-decoration: none;
}
.MenuText { 
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}
.TelText { 
	font-family: "Arial";
	font-size: 19px;
	font-weight: bold;
	color:#934900;
}

.LogoText {
	font-family: "Times New Roman";
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color:#934900;
}

.SubLogoText {
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color:#934900;
}
.FooterText { 
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	font-style: none;
	color:#FFFFFF;
}
.SubTitle {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	font-style: none;
	color:#934900;
}
.BodyText {
	font-family: "Arial";
	font-size: 12px;
	font-weight: none;
	font-style: none;
	color:#934900;
}
.BodyTextWhite {
	font-family: "Arial";
	font-size: 12px;
	font-weight: none;
	font-style: none;
	color:#ffffff;
}
.BodySub {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	font-style: none;
	color:#934900;
}
body {
	background-color: #C6B78E;
}
