body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*background-color: #3E483F;*/
	background-position: left top;
	text-align: left;
}

/* TEXT FORMATTING */
#nav a, #nav a:visited, #nav a img, #nav a:visited img{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 1px;
	height: 12px;
	font-weight: bold;
	color: #272E28;
	background-color: #778878;
	font-size: 12px;
	letter-spacing: .04em;
	text-transform: capitalize;

}
.head{
	font-weight: bold;
}

a:link, a:visited {
	color:white; 
	font-family: arial; 
	text-decoration: none; 
/*	font-weight: bold;*/
	font-size: 14px;
	cursor: pointer;
}
.mnu {
	color:white; 
	font-family: arial; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
td.ttl {
text-align: center;
color: #ffffff;
font-family: arial;
font-weight: bold;
font-size: 20px;
}
td.lbl {
text-align: left;
background-color: #3E483F;
color: #ffffff;
font-family: arial;
font-weight: bold;
font-size: 1;
}
td.lblc {
text-align: center;
background-color: #3E483F;
color: #ffffff;
font-family: arial;
font-weight: bold;
font-size: 1;
}
td.num {
text-align: right;
font-family: arial;
font-size: 1;
color: black;
}
td.cmt {
text-align: left;
font-family: arial;
font-size: 15px;
color: black;
}
td.ftr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 0px;
}
