.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.black {
	color: #000000;
}
body {
	background-color:#E6E1D2;
}
.text16px { 
	font-size: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.textmed {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000; 
	font-weight: bold;
	}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000; 
	}
.textmedred {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #8d0505;
	}	
.textlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	}
.menuapp {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
	color: #000000; 
	font-weight: bold; 
	text-align:center;
	}
.menuappwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold;
	}
#menu1 a {
	font-size: 10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}
#menu2 a {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}
/* change the appearance of links that haven't yet been or currently aren't being clicked or pointed at   --  color 333399 = blue  */
a:link {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
/* change the appearance of links that the visitor has already clicked --  color ff0000 = black */
a:visited {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
/* if link is selected via the keyboard and is ready to be activated  --  color 999999 = grey */
a:focus {
	color: #999999;
	text-decoration:none;
	font-weight:bold;
}
/* change the appearance of links when pointed to  --  color 999999 = grey */
a:hover {
	color: #999999;
	text-decoration:none;
	font-weight:bold;
}
/* change the appearance of links when clicked  ---  color 999999 = grey */
a:active {
	color: #999999;
	text-decoration:none;
	font-weight:bold;
}