table, p, tr, td		{font: 12px verdana, arial, sans-serif; color: #fff; line-height: 150%; font-weight: 400; text-align: justify; }

h1  				{font: 14px arial, verdana, sans-serif; color: #BF4D29; text-align: center; font-weight: bold; }

a:link			{ color: #70a0bc; text-weight: bold; }

a:visited		{ color: #70a0bc; text-weight: bold; }

a:active		{ color: #70a0bc; text-weight: bold; }

a:hover		{ color: #F25A22; text-weight: bold; }

/*   MENU   */

.arrowlistmenu{width: 150px; /*width of menu*/}

.arrowlistmenu .headerbar{
font: normal small-caps bold 14px Arial;
color: #BF4D29;
background: black url(titlebar.gif) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
font: normal normal normal 12px verdana, arial, sans-serif; 
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: #fff;
background: url(images/bottletop.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #F25A22;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #fff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0a354f;
background: url(images/bottletop_hover.png) no-repeat center left; /*custom bullet list image*/
background-color: #70a0bc;