/* CSS Document */

.top-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;	
	text-decoration: none;
	color: #666666;
}

.top-nav:hover {	
	color: #000000;
	text-decoration: underline;
}
	
.top-nav-selected {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: underline; 	
}

.sub-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;	
	text-decoration: none;
	color: #ffffff;					
}

.sub-nav:hover {	
	background-color: #666633;
	width: 100%;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 2px solid #999966;
	border-bottom: 2px solid #999966;
	border-left: 2px solid #999966;
	border-right: 2px solid #999966;				
}

.sub-nav-selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;	
	text-decoration: none;
	color: #ffffff;
	background-color: #666633;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 2px solid #999966;
	border-bottom: 2px solid #999966;
	border-left: 2px solid #999966;
	border-right: 2px solid #999966;
}

.border-main {
    border-top: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

.border-baseline {
    border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

.border-footer {
    border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

.text-main {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-style: normal;
}

.text-footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	font-style: normal;	
	text-decoration: none;
}

.heading01 {
	color: #CC0000;
	text-decoration: underline;
}

.heading02 {
	color: #0099CC;
	text-decoration: underline;
}

.heading03 {
	color: #CC6600;
	text-decoration: underline;
}

.heading04 {
	color: #669933;
	text-decoration: underline;
}

.table-display {
    border: 1px solid #999966;
}

.table-display-bottom {
    border-bottom: 1px solid #999966;
}

.table-display-bottom-general {
    border-bottom: 1px solid #999966;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	color: #666666;
	background-image: url('images/table_display_bkgrnd.gif');
}

.link-category {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.link-category:hover {
    background-color: #666633;
	color: #ffffff;		
}

.link-click-here {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
	text-decoration: underline;
}

.link-click-here:hover {
    background-color: #666633;
	color: #ffffff;		
}


