.TextColor {
    font-family:Verdana ;
    font-size: 12px;
    color: Teal;
    font-weight:bold ;
}
.LabelOrange {
    font-family:Verdana ;
    font-size: 12px;
    color:Teal;
    font-weight:bold ;
}
.LabelLargeOrange {
    font-family:Goudy Stout;
    font-size: 14px;
    color: Teal;
    font-weight:bold ;
}
.LabelGray {
    font-family:Verdana ;
    font-size: 12px;
    color:Gray ;
    font-weight:bold ;
}
.LabelSmallTeal {
    font-family:Verdana ;
    font-size: 10px;
    color:Teal ;
    font-weight:bold ;
}
.LabelYellow {
    font-family:Verdana ;
    font-size: 12px;
    color:Teal ;
    font-weight:bold ;
}
.LabelSimpleGray {
    font-family:Verdana ;
    font-size: 12px;
    color:Gray ;
}
#nav  a {
	background-image:url(../Images/menu.gif);
	width:135px;
	height:25px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
}
#nav  a:hover {
	color:#544e38;
}