body {
	font-family: Arial;
	font-size: 13px;
}
td {
	font-family: Arial;
	font-size: 13px;
}
a:link {
	color: #9A4D9E;
	text-decoration: none;
}
a:visited {
	color: #7F4098;
	text-decoration: none;
}
a:hover {
	color: #7F4098;
	text-decoration: underline;
}
.nav {
	font-family: Arial;
	font-size: 12px;
}
.home-footer {
	font-family: Arial;
	font-size: 12px;
}
.right-content {
	color: #FFFFFF;
	font-size: 12px;
}
.right-content a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.right-content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.right-content a:visited {
	color: #FFFFFF;
	text-decoration: underline;	
}
.file {
	font-size: 11px;
}

/************************************* Begin Fireworks CSS Code ******************************************/
/*td img { --Another Mozilla/Netscape bug with making sure our images display correctly. Breaking the tables...
	display: block;
}
*/

#menuCSS {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	text-align:left;
	/*
	width:660px;
	height:440px;
	*/
}

.menuContainerClass {
	position:relative;
	left:150px;
	top:-20px;
	visibility:hidden;
	z-index:300;
}
.menuClass {
	position:absolute;
}
.MMMIFVStyleMMMenu {
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	width:224px;
	height:26px;
	/*
	voice-family: "\"}\"";
	voice-family:inherit;
	width:216px;
	height:18px;
	*/
}

.MMMIVStyleMMMenu {
	border-top:0px;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	width:224px;
	height:25px;
	/*
	voice-family: "\"}\"";
	voice-family:inherit;
	width:216px;
	height:18px;
	*/
}

#MMMenuContainer img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}
.menuContainerClass a {
	text-decoration:none;
	
	color:#9a4d9e;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#fbe08e;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:relative;
	/*
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	*/
}
.menuContainerClass a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0216101406_0 */
	color:#fbe08e;
	background-color:#9a4d9e;
	text-decoration:none;
}
/************************************* End Fireworks Code ******************************************/