@charset "iso-8859-9";
/* CSS Document */

<style type="text/css">

.arrowlistmenu{
width: 150px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
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: #A70303;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666257;
}
body {
	background-image: url(images/back.png);
	margin-top: 0px;
}
a {
	font-size: 11px;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #990000;
}
h1 {
	font-size: 110%;
	color: #666257;
}
h2 {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #D7CEB9;
	border: 1px, solid;
	border-color: #FFFFFF;
	list-style-position: inside;
	list-style-image: url(images/innerBL.gif);
}
.style1 {color: #FFFFFF}
.style2 {color: #666666}
h4 {
	font-size: 110%;
	color: #990000;
	text-decoration: underline;
}

</style>

