@charset "utf-8";
/* CSS Document */

html,body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #3b4e53;
	}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3b4e53;
	}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3b4e53;
	}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b4e53;
	}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	color: #3b4e53;
	}

.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3b4e53;
	}

.a:hover {
	text-decoration: underline;
	}

/*- Menu Tabs F--------------------------- */

#tabsF {
      float:left;
      width:100%;
      background:#efefef;
      font-size:85%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }

#tabsF ul {
	  margin:0;
	  padding:2px 5px 0 10px;
	  list-style:none;
      }

#tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }

#tabsF a {
      float:left;
      background:url("http://www.usintros.com/images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }

#tabsF a span {
      float:left;
      display:block;
      background:url("http://www.usintros.com/images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
    /* End IE5-Mac hack */

#tabsF a:hover span {
      color:#fff;
      }

#tabsF a:hover {
      background-position:0% -42px;
      }

#tabsF a:hover span {
      background-position:100% -42px;
      }  
