/*Define Body Tag Characteristics*/
body {
	background-color: #FFFFFF;
}
/*Text Style for H3*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
}
/*Text Style for H4*/
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-style: oblique;
	text-decoration: underline;
	font-weight: 200;
}
/*Text Style for Page Footer*/
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/*Text Style for Setting Apart Links (not used)*/
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
/*Text Style for Page Sectionhead*/
.sectionhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
/*Text Style for RSS Items Brought in by RSS Protocol on Transportation News Page*/
.rss_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
/*Text Style for General Text on All Pages Across Site*/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}
/*Text Style for Annual Meeting Schedule of Activities Table*/
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
/*Text Style for Turning Text Vertical.  Filter order defines L or R facing*/
.verticaltabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	writing-mode: tb-rl;
	filter: flipv fliph;
}
/*Hover Technique for <A> link element*/
a:hover {
	background-color: #CCCCCC;
}
/*<A> labeled as "Balloon" for tooltips-texttips-tabletips, etc.*/
a.balloon{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000000;
    text-decoration:none
}
/*Hover Technique for <A> labeled as "Balloon" for tooltips-texttips-tabletips, etc.*/
a.balloon:hover{z-index:25;
background-color:#cccccc
}
/*Span Technique (no display) for <A> labeled as "Balloon" for negating initial view tooltips-texttips-tabletips, etc.*/
a.balloon span{display: none
}
/*Hover Span Technique (to display) for <A> labeled as "Balloon" for viewing tooltips-texttips-tabletips, etc. on hover*/
a.balloon:hover span{
    display:block;
    position:absolute;
    top:2em; left:2em; width:25em;
    border:2px solid #000000;
    background-color:#FFFFFF;
	color:#000000;
    text-align: left
}
/*List Style for Unordered List with Square Bullet*/
.ul-square {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	list-style-type: square;
}
/*Box Style with Outset (3D) Look*/
.box-outset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	border-style: outset;
	background-color:#CCCCCC;
}
/*Text Style for Weather Items Brought in by RSS Protocol Feed on Annual Meeting Page*/
.weathertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
/*Text Style for Page Headlines*/
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	color: #FF0000;
}
/*Text Style for Annual Meeting Level 1 Text*/
.annmeetlev1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
/*Text Style for Annual Meeting Level 2 Text*/
.annmeetlev2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #0000FF;
}
/*Text Style for Annual Meeting Level 3 Text*/
.annmeetlev3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #0000FF;
}
/*Text Style for Annual Meeting General Text*/
.annmeettext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
/* #NAVEMENU refers to a <DIV> in the INCLUDE for MENU ITEMS - STYLES DEFINED WITH PREDECESSOR ARE SPECIFIC TO THAT DIV*/
/*Text Style for NAVMENU general text items*/
#navemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/*Text Style for NAVMENU <A> link element*/
#navemenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
/*Link Text Style for NAVMENU <A> link element (same general characteristics as visited and active to avoid color differences)*/
#navemenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000084;
}
/*Visited Link Text Style for NAVMENU <A> link element(same general characteristics as active and link to avoid color differences)*/
#navemenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #000084;
}
/*Hover Technique for NAVMENU <A> link element*/
#navmenu a:hover {
	color: #3300FF;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
	font-weight: normal;
}
/*Visited Link Text Style for NAVMENU <A> link element (same general characteristics as visited and link to avoid color differences)*/
#navemenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #000084;
}
