@charset "utf-8";
/* CSS Document */

	
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

		

.arrowlistmenu{
width: 160px; /*width of menu*/
}



.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: #006F6F;
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-family: tahoma, "Trebuchet MS", "Times New Roman", sans-serif;
border-bottom: 1px solid #dadada;
font-size: 12px;
}

.arrowlistmenu ul li a:link{ /*hover state CSS*/
color: #006F6F;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #006F6F;
background-color: #F3F3F3;
}


	
	
.page {color:#FF0000;
      font-size:12px;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-style:normal;
	  text-indent:15px;
	  font-weight:bold;
	  
	  
	  
	  
	  
	  }	

     	  
	  
.page a:link{color: #000000;
}
	  
	  
.page a:active{color: #000000;
              }
.page a:visited{color: #000000;
              }		  	  
.page a:hover{color:#FF0000;
            }	  
			
.new{background-image:url(images/bg.gif);
	background-repeat:repeat-x;

    
     
	}			

	

