/*  NAVIGATOR TAB STYLES */
td.Tab
{
    width: 99px;
    height: 42px;
    text-align:center;
    vertical-align: bottom;
    font-family: "Lucida Sans Unicode", "Times New Roman", Times, serif;
    font-size: 15;
    color: #FFFFFF;
    white-space: nowrap;
    padding-bottom: 10px;
}

td.SubTab
{
    height: 32px;
    width: 124px;
    background-position: bottom;
    text-align: center;
    vertical-align: bottom;
    font-family: Tahoma;
    font-size: 14;
    white-space: nowrap;
    padding-bottom: 5px;
}

td.TabLinks
{
    text-align: left;
    vertical-align: bottom;
    font-family: "Lucida Sans Unicode", "Times New Roman", Times, serif;
    font-size: 12;
    color: #747474;
    white-space: nowrap;
    padding-bottom: 8px;
    text-decoration: none;
    text-decoration: none;
}

td.SubLinks
{
    text-align: center;
    vertical-align: bottom;
    font-family: Tahoma;
    font-size: 12;
    color: #FFFFFF;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
}

.Tab a:link {color: #FFFFFF; text-decoration: none; font-size: 15;}
.Tab a:visited {color: #FFFFFF; text-decoration: none; font-size: 15;}
.TabLinks a:link {color: #747474;}
.TabLinks a:hover { color: #523523; }
.TabLinks a:visited { color: #747474; }
.TabLinks a:visited:hover { color: #523523; }
.SubTab a:link {color: #000000; text-decoration: none;}
.SubTab a:visited {color: #000000; text-decoration: none;}
.SubLinks a:link {color: #FFFFFF;}
.SubLinks a:hover { color: #FFFFFF;}
.SubLinks a:visited { color: #FFFFFF;}
/*  NAVIGATOR TAB STYLES */

/*  FOOTER STYLES */
.footer
{
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	width: 100%;
	height: 30px;
	color: #013563;
	background-color: #f2f2e9;
	border-top-style: double;
	border-bottom-style: double;
}
.footer a:link {color: #013563;}
.footer a:hover { color: #013563;}
.footer a:visited { color: #013563;}
/*  FOOTER STYLES */

/*  LIST BAR STYLES */
.listbar-header
{
	background-color: #004A8D;
	color: White;
	text-decoration: none;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 14;
	background : url(images/header.png);
	background-position : -5;
	
}
.listbar-items
{
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}
.listbar-item
{
	background-color: #e2e1db;
	color: black;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	cursor: pointer;
}
.listbar-itemhover
{
	background-color: #b0c4de;
	color: black;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	cursor: pointer;
}
.listbar-selecteditem
{
	background-color: #e39d40;
	color: black;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	cursor: pointer;
}
.listbar-selecteditemhover
{
	background-color: #FCAE47;
	color: black;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	cursor: pointer;
}
.listbar-anchor
{
	color: black;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
}
.listbar-anchor:hover
{
	color: black;
	text-decoration: underline;
	font-family: Arial;
	font-size: 9pt;
}
/*  LIST BAR STYLES */


/*  SLIDER STYLES */
.sliderheader
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11pt;
	color: #013B6E;
	padding-top:5px
}
.slider
{
	font-family: Tahoma;
	color: white;
}
.sliderlink
{
	font-family: Tahoma;
	color: black;	
	text-decoration: none;
	padding-bottom:5px
}
.sliderother
{
	padding-bottom:5px
}

/*  SLIDER STYLES */

