BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

h1   {
      font-weight: bold;
      text-align: center;
      color: #000000;
      font-size:115%;
      line-height: 0em;
     }
	 .invalid {color: #FF0000;}

h2   {
      font-weight: bold;
      color: #000000;
      font-size:105%;
     }

hr   {
	color: #000000;	
	text-align: center;
	width:75%;
}

p    {
      color: #000000;
      text-align: left;}
    .heading {font-weight: bold;}
    .caption {font-size:75%;
              text-align: center;}
    .footer {display:none;}
	.attributes {font-size:75%;}
	.noprint{display:none;}

ul {color: #000000;}

.subnav {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   line-height: 10px;
   font-weight: bold;
   text-transform: uppercase;
   color: #FFFFFF;
}

.floatLeft {
  float: left;
  padding: 0 3px 3px 0;
}

.image_left {
margin: 0px;
position: relative;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
float: left;
}

.image_right {
margin: 0px;
position: relative;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
float: right;
}

a:link, :visited {color: #3366CC;}
 :link:hover, :visited:hover { color: #FF9900; }
  .footer {font-size:75%;}
  .big {font-size:110%;
        font-weight: bold;}

table    { display: table ;}
	.directory {background: #99CCFF;}
   	.search {background: #99CCFF;}
	.nav {
		background: #1B00C7;
		}
	.subnav {
		background: #99CCFF;
		}
	.attributes {font-size:75%;}
TR       { display: table-row }
   .search {background: #99CCFF;}
THEAD    { display: table-header-group }
TBODY    { display: table-row-group }
TFOOT    { display: table-footer-group }
COL      { display: table-column }
COLGROUP { display: table-column-group }
TH    { display: table-cell;
        background: #0099FF;}
TD    { display: table-cell; 
        text-align: left;
        vertical-align: top;}
   .search {background: #99CCFF;}

CAPTION  { display: table-caption }
