BODY, TD {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-style:normal;
color: #000000; 
}

A:link {
	COLOR: #485c6c; TEXT-DECORATION: none
}
A:visited {
	COLOR: #485c6c; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ed761c; TEXT-DECORATION: underline
}
blockquote {
	margin: 10px 15px 15px 10px;
	padding-left: 15px;
	border-left: 3px solid #ed761c;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
	

.arrowlistmenu{
width: 665px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: Bold 13px Arial;
	color: #70320b;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	text-transform: sentensecase; /*header text is indented 5px*/
	cursor: hand;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
	background-image: url(titlebar.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #f26522;
	background-image: url(titlebar-active.gif);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 4;
padding: 2;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 6px; /*bottom spacing between menu items*/
}

