body{ 
	font-size: 80%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
        letter-spacing: .2em;
	color: #666;
	margin: 0; padding: 0; 
}  

#bodyarea {padding:20px; margin-bottom:20px;}

.clear {clear:both;}

a {color: #6B78A9; }
a:hover { color: #6B78A9; }
a:active { color: #6B78A9; }

h1 {
      margin: 0 0 10px 0;
	color: #4F5A88;
	padding: 0;
	font-size: 1.5em;
	font-weight: lighter;
	letter-spacing: .5em;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	text-align: center;
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

h3 {
	padding-top: 1em;
	padding-bottom: 0;
	font-size: 120%;
	margin: 0;
}


h4 {
	padding-top: 1em;
	padding-bottom: 0;
	font-size: 100%;
	margin: 0;
}

img {
border: none;
}

/*- Menu Tabs 4--------------------------- */

    #tabs4 {
      float:left;
      width:100%;
      padding: 0;
      margin: 0 0 10px 0;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #C2C7DC;
      }
    #tabs4 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url("tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url("tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#6B78A9;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }

      #tabs4 #current a {
              background-position:0% -42px;
      }
      #tabs4 #current a span {
              background-position:100% -42px;
      }

