
table.enh {
    border-bottom: outset;
    border-color:#DCDEC5;
}


a:link 
{
color:#0044CC;
font-family:Verdana,sans-serif;
}
a:visited 
{
color:#0044CC;
font-family:Verdana,sans-serif;
} 
a:link 
{
text-decoration:none;
font-family:Verdana,sans-serif;
}
a:visited 
{
text-decoration:none;
font-family:Verdana,sans-serif;
}
a:hover 
{
text-decoration:underline;
font-family:Verdana,sans-serif;
}
a:active 
{
text-decoration:underline;
font-family:Verdana,sans-serif;
}


body {background-color: #FFFFFF;
margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px
}




body,p,h3,h4,table,td,th,ul,ol,textarea,input
{
font-family: Verdana, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
}


h2
{
font-family:Arial,sans-serif;
color:#177ABB;
font-size:165%;
font-style:normal;
font-weight:bold;
text-transform:normal;
letter-spacing:-1px;
line-height:1.2em;Close
}

h1
{
font-family: Verdana, sans-serif;
font-size:245%;
font-style:normal;
font-weight:bold;
text-transform:normal;
line-height:1.2em;Close
}
  
}


ul {
  margin-top: 2px;    /* gets rid of space at the top */
  margin-left: 10px;  /* gets rid of extra space to the left  (IE) */
  padding-left: 5px;  /* gets rid of extra space to the left  (Firefox) */
  margin-bottom: 2px; /* gets rid of space at the bottom */
}


.rightborder {
border-right: solid 1px #000;
}

.leftborder {
border-left: solid 1px #000;
}

.bottomborder {
border-bottom: solid 1px #000;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*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: 19px; /*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;
}