/* CSS Style Sheet */
/* Set the default style for the whole site */
body {
  color: #000080;
  font-size: 12pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* set color for URL's on the site */
a:link {
  color: #0000FF;
}
a:visited {
  color: #551A8B;
}
a:active {
  color: #FF0000;
}

/* anything in the 'tabs' class 
        170 is the width of the background image
*/
.tabs {
        list-style:none;
        padding:15px 0 11px 0;
        margin:30px 10px 30px 0;
        width:170px;
        background:url(/image/nback.gif) repeat-y right bottom;
}

/* default line item style */
.tabs li {
        display:block;
        margin:0 0 4px 19px;
}

/* URLs inside the line items 
        150 is the width of the shaped 3 state image
        26 is the height of a single image within the full image
        height is 24 pixels
        indent moves the text in 15 pixels
        slide the image left and use the 'top' part of the file
*/
.tabs li a {
        display:block;
        width:150px;
        height:26px;
        text-decoration:none;
        background:url(/image/ntab.gif) left top;
        font-size:15px;
	text-decoration:none;
        color:#fff;
	font-family:Century Schoolbook, Century Schoolbook L, Big Caslon, Times, Times New Roman, serif;
	font-style:italic;
	font-weight:bold;
        line-height:24px;
        text-indent:5px;
        border-right:2px solid #cd0134;
}

.tabs li a:visited {
	color:#fff;
}

/* when the mouse hovers over the line item 
        slide the image left and use the 'center' part of the file
*/
.tabs li a:hover {
        background:url(/image/ntab.gif) left center;
        /* font color when hovering over the item */
        color:#fff;
        border-color:#cd0134;
}

/* when the menu item has the 'selected' property 
        slide the image left and use the 'bottom' part of the file
*/
.tabs li a.selected, .tabs li a.selected:hover {
        background:url(/image/ntab.gif) left bottom;
        /* font color when item marked as 'selected' */
        color:#fff;
        border-color:#cd0134;
        cursor:default;
}



.font12b {font-size: 12px
        font-weight: bold;}

.font24 {font-size: 24px}

.font24b {font-size: 24px;
         font-weight: bold;
}

.font20 {font-size: 20px; }

.font20b {font-size: 20px;
         font-weight: bold;
}

.font36b {font-weight: bold;
         font-size: 36px; }

.bluebold {color: #0000FF;
        font-weight: bold;
}

.greenbold {color: #00FF00;
        font-weight: bold;
}

.redbold {color: #FF0000;
        font-weight: bold;
}

.font14b {color: #FF0000;
        font-weight: bold;
        font-size: 14px;
}
