/* CSS Document */

body
{
	font-family: "Arial", Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#5a615b;
	background-color:#FFFFFF;
}

td
{
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a615b;
}

HR
{
	border:#F99A04 1px solid;
}

.remark
{
	color:#A1009A;
	font-weight:bold;
	font-size:11px;
}



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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px Arial;
color: #ffffff;
/*background: #FFFFFF url(../../images/titlebar.png) repeat-x center left;*/

margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 3px 0px 5px 15px; /*header text is indented 10px*/
background-color: #21275d;
background-image:url(/images/bgcath1.gif);
background-position:top;
background-repeat:repeat-x;
height:20px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(../../images/titlebar-active.png);*/

font: bold 11px Arial;
color: #ffffff;
background-color: #f37c20;
background-image:url(/images/bgcath2.gif);
background-position:top;
background-repeat:repeat-x;
height:20px;
}

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

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

.arrowlistmenu ul li a{
color: #000000;
background: url(/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 11px;
}

.arrowlistmenu ul li a:visited{
color: #000000;
font-size: 11px;
font-weight: normal;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background: url(/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
background-color: #ffcb71;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}

h3
{
	margin:0;
}


