body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-size: 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	font-size: 12px;
}
/* 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: #333399;
	text-decoration:underline;
}
/* change the appearance of links that the visitor has already clicked --  color ff0000 = black */
a:visited {
	color: #000000;
	text-decoration:underline;
}
/* if link is selected via the keyboard and is ready to be activated  --  color 999999 = grey */
a:focus {
	color: #999999;
	text-decoration:underline;
}
/* change the appearance of links when pointed to  --  color 999999 = grey */
a:hover {
	color: #999999;
	text-decoration:underline;
}
/* change the appearance of links when clicked  ---  color 999999 = grey */
a:active {
	color: #999999;
	text-decoration:underline;
}
/* start of custom tags */
.menu1 {
	font-size: 10px;
	text-decoration:none;
}
.header1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	
.subhead1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#900;
	}
.benguiat1 {
	font-family: "Benguiat Bk BT";
	font-size: 16px;
	font-weight: bold;
	color: #000080;
	}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#F5EED6;}
	
.highlight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color:#FF9;	
}
.leftnav {
	left:5px;
	padding:3px;
}
.leftnav1 {
	border-bottom:solid 4px #FFFFFF;
	background-color:#A8ACCC;
	padding:2px;
}
.leftnav1 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #362E69;
}
.leftnav1 a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #695CB8;
	text-decoration: none;
}

.link2 {
	padding:3px;
	background-color:#CCC;
	text-align:center;
	float:left;
	margin:5px;
}

#links {
	margin:auto;
	clear:both;
	width:100%;
