/* css style sheet */

html {height:100%; margin-bottom:1px; }

body {
	margin:6px;
	padding:0;
	background:#4A8AB0;
	font: normal 12px/1.5em Verdana;
	color: #000000;
}

td {
	font: normal 12px/1.5em Verdana; color: #000000;
}

.main {padding: 10px; 20px; border-top: 1px solid #4a8ab0; border-bottom: 1px solid #4a8ab0;}

.content {margin: 0px 20px;}

.content a:link {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: underline;
}

.content a:visited {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #2B7188;
	text-decoration: underline;
}

.content a:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: underline;
}

.content a:active {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: underline;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #30809A;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;

}

h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #30809A;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #30809A;
	margin: 0px;
	padding: 10px 0px 2px 0px;
}
 

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


    #tabs {
      float:right;
      width:100%;
      background:#4A8AB0;
			font: bold 12px/1.5em Verdana;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float: right;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:right;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#006699;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#30809A;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	  
/*- Footer--------------------------- */ 

.footer {margin: 20px; margin-bottom:0px; padding:0px;}

.footer a:link {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: underline;
}

.footer a:visited {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #2B7188;
	text-decoration: underline;
}

.footer a:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: underline;
}

.footer a:active {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: underline;
}

/*- Other--------------------------- */ 

.small {
	font: normal 11px/1.5em Verdana;
	color: #000000;
}

img {
	display: block;
}

hr {
	border: 0;
	color: #30809A;
	background-color: #30809A;
	height: 1px;
	width: 100%;
	text-align: left;
}