/* CSS Document */

<style>
td {font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	margin: 0em, 0em, 0em, 0em;
	}
	
div.content {font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 12pt;
	color: #333333;
	margin: 0em, 0em, 0em, 0em;
	}
	
div.breadcrumbs {font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #ffffff;
	margin-top:.5em;
	margin-bottom:0em;
	margin-left:2em;
	margin-right:0em;
	}				
	
h1 {font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0em;
	margin-bottom: .5em;
	}	
	
h2 {font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0em;
	margin-bottom: 0em;
	}
	
h3 {font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style:inherit;	
	color: #ff0000;
	margin-top: 0em;
	margin-bottom: .5em;
	}	
	
h4 {font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 1em;
	margin-bottom: 0em;
	}	
	
h5 {font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0em;
	margin-bottom: 0em;
	}
	
h6 {font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	margin-top: 0em;
	margin-bottom: 1em;
	}		

li.bodyLists {
	list-style-image: url(images/arrowBullet.gif);
	font-size: 9pt;	
	margin-top:1em;
	margin-bottom:1em;
	margin-left:.5em;
	margin-right:.5em;
}	

li.subnav {
	list-style-image: url(images/subnav.gif);
	font-size: 8pt;	
	margin-top:0em;
	margin-bottom:.5em;
	margin-left: .5em;
	margin-right:0em;
}	

ul.bodyLists {
margin-left:1em;
margin-bottom:.5em;
margin-top:0em;
}	

ul.subnav {
margin-left:1em;
margin-bottom:0em;
margin-top:.5em;
padding-left:0px;
}

a {	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #ffffff;
	text-decoration: underline;
	}	

a.Nav {	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

a.Nav:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	color: #FF0000;
	text-decoration: none;
	}
	
a.subNav {	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #666666;	
	text-decoration: none;
}

a.subNav:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #FF0000;
	text-decoration: none;
	}	
	
a.Content {	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #666666;	
	text-decoration: underline;
}

a.Content:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	}		

a.Print {	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #000000;	
	text-decoration: underline;
}

a.Print:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	}	

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0em, 0em, 0em, 0em	
}	

form {
margin-left:0em;
margin-bottom:0em;
margin-top:0em;}

div.arrowlistmenu{
width: 210px; /*width of accordion menu*/
}

div.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Arial;
color: white;
background: url(images/red.gif);
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
font-variant:small-caps;
padding: 2px 0 2px 8px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

div.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: url(images/red.gif);
}

ul.categoryitems { /*CSS for UL of each sub menu*/
list-style-type: none;
margin-left: 5px;
margin-top: 2px;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
padding-left:10px;
}

li.arrowlistmenu{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

a.arrowlistmenu {
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #cccccc;
font-size: 8pt;
}

a.arrowlistmenu:visted{
color: #ffffff;
}

a.arrowlistmenu:hover{ /*hover state CSS*/
color: #ffffff;
background: url(images/red.gif);
}				
		
</style>
