/******************************************************************************
 STANDARD HTML TAGS
******************************************************************************/

body {
margin:0 0 0 0;
padding:0 0 0 0;
}

body, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

h1 {
font-size:23px;
color:#A8A8A8;
font-weight:bold;
}

h2, h3, h4, h5, h6 {
font-size:17px;
color:#A8A8A8;
font-weight:bold;
border-bottom:1px solid #a8a8a8;
border-bottom-style:dashed;
}

/******************************************************************************
 UTILITY NAVIGATION
******************************************************************************/

.utilNav {
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
}

/******************************************************************************
 PRIMARY NAVIGATION
******************************************************************************/

.primaryNavTable {
width:100%;
}

.primaryNavCell {
background-color:#FFFFFF;
padding:0px;
}

.primaryNavCell a {
color:#717171;
text-decoration:none;
font-weight:bold;
font-size:11px;
display:block;
width:190px;
height:13px;
background-image:url(../images/left_nav_arrow.gif);
background-repeat:no-repeat;
background-position:right;
padding:5px;
background-color:#D7EEE6;
}

.primaryNavCell a:hover {
color:#FFFFFF;
xxxbackground-color:#ffffff;
background-color:#098B5E;
background-image:url(../images/left_nav_arrow.gif);
background-repeat:no-repeat;
background-position:right;
}

