@charset "utf-8";
/* CSS Document */

 body {
 background-color: #911003;
 width: 1036px;
 margin: 0px auto;
 }
 
 img
{
	border: none;
}

a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
font-weight: normal;
}

a:hover
{
text-decoration: underline;
color: #FFFFFF;
}
 
 .arrowlistmenu{
width: 179px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
cursor: hand;
cursor: pointer;
line-height: 20px;
}

