.bodytext { 
    font-family: Verdana, arial, sans-serif;  
	font-size: 11px; 
	line-height: 18px; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none; 
	text-align: none;
}

td.drawingtitle { 
    font-family: Verdana, arial, sans-serif;  
	font-size: 11px; 
	line-height: 18px; 
	font-weight: bold; 
	color: #666666; 
	text-decoration: none; 
	text-align: none;
}


.bodytext2 { 
    font-family: Verdana, arial, sans-serif;  
	font-size: 10px; 
	line-height: 14px; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none; 
	text-align: none;
}



.indextext { 
    font-family:  Verdana, arial, sans-serif; 
    font-size: 12px; 
	line-height: 18px; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none; 
	text-align: none;
}

.indextitle { 
    font-family:  Verdana, arial, sans-serif; 
    font-size: 12px; 
	line-height: 18px; 
	font-weight: normal; 
	color: #4051a7; 
	text-decoration: none; 
	text-align: none;
}

td {
    font-family: Verdana, arial, sans-serif;  
	font-size: 11px; 
	line-height: 18px; 
	font-weight: normal; 
	color: #444444; 
	text-decoration: none; 
	text-align: none;
}



.title { 
	font-family: arial, Verdana, sans-serif; 
	font-size: 20px; 
	line-height: 18px; 
	font-weight: normal; 
	color: #ffb400; 
	text-decoration: none; 
	text-align: none;
}

.title2 { 
	font-family: arial, Verdana, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: none;
}

.tabletitle { 
	font-family: arial, Verdana, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none; 
	text-align: none;
}




.footer { 
	font-family: arial, Verdana, sans-serif;  
	font-size: 9px; 
	line-height: 12px; 
	font-weight: normal; 
	color: #ffffff; 
	text-decoration: none;
}


.footer2 { 
	font-family: arial, Verdana, sans-serif;  
	font-size: 9px; 
	line-height: 12px; 
	font-weight: normal; 
	color: #848484; 
	text-decoration: none;
}

h1 {
	font-family: arial, Verdana, sans-serif; 
	font-size: 20px; 
	line-height: 18px;
	color: #125f26; 
}

a.small:link, a.small:visited { font-family: arial, Verdana, sans-serif;  font-size: 10px; font-weight: normal; color: #444444; text-decoration: none; }
a.small:hover { font-family: arial, Verdana, sans-serif;   font-size: 10px; font-weight: normal; color: #444444; text-decoration: underline; }

a.small2:link, a.small2:visited { font-family: arial, Verdana, sans-serif;  font-size: 11px; font-weight: normal; color: #444444; text-decoration: none; }
a.small2:hover { font-family: arial, Verdana, sans-serif;   font-size: 11px; font-weight: normal; color: #444444; text-decoration: underline; }


a.footer:link, a.footer:visited { font-family: arial, Verdana, sans-serif;  font-size: 9px; font-weight: normal; color: #444444; text-decoration: none; }
a.footer:hover { font-family: arial, Verdana, sans-serif;  font-size: 9px; font-weight: normal; color: #444444; text-decoration: underline; }

a.footer2:link, a.footer2:visited { font-family: arial, Verdana, sans-serif;  font-size: 9px; font-weight: normal; color: #848484; text-decoration: none; }
a.footer2:hover { font-family: arial, Verdana, sans-serif;  font-size: 9px; font-weight: normal; color: #2943ba; text-decoration: underline; }


.mattblacktabs{
overflow: hidden;
border: 1px solid #125f26; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font-family: arial, Verdana, sans-serif;  
font-size: 12px; 
font-weight: bold;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 25px; /*padding inside each tab*/
border-right: 1px solid #125f26; /*right divider between tabs*/
color: #1a32ad;
background: #ffffff; /*background of tabs (default state)*/
}

.mattblacktabs li a.noright{
border-right: 1px solid #fff;
}

.mattblacktabs li a:visited{
color: 1a32ad;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #1a32ad;
color: #fff; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
