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

body {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	color: #353424;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #ffffff;
}

table#outerShell {
	margin-left:auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 729px;
	border-right: 1px solid #4B4934;
	border-left: 1px solid #4B4934;
	border-bottom: 1px solid #4B4934;
	border-top: 1px solid #4B4934;
}

table#innerShell {
	margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 727px;
	
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

table#menuContent {
	margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 725px;
}
.cellborderRightGreen {
	border-right: 1px solid #4B4934;
}
.cellborderBottomGreen {
	border-bottom: 1px solid #4B4934;
}
.cellborderLeftGreen {
	border-left: 1px solid #4B4934;
}
.cellborderTopWhite {
	border-top: 1px solid #ffffff;
}
.cellborderLeftWhite {
	border-left: 1px solid #ffffff;
}
.footerText {
	font-size : 10px; 
}
.headerText {
	font-weight: bold;
}

 a { color: #353424; }
 a:hover{ color: #ffffff;}
.lightLink a{
	text-decoration: none;
	color: #ffffff;
}
.lightLink a:hover {
	color: #A7A54A;
	text-decoration: none;
}
.lightText {
	color: #ffffff;
}

