/* CSS Document */
body {
	margin:0;
	padding:0;
	font: normal 12px/normal Garamond;
	color: #666666;
	background-color: #D4D4D4;

}

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #FF0000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

/*- Menu Tabs --------------------------- */

    #tabs {
	float:left;
	width:100%;
	font-size:100%;
	line-height:normal;
	border-bottom:1px solid #FFFFFF;
	background-color: #B7B7B7;


      }
    #tabs ul {
        margin:0;
        padding:10px 10px 0 5px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url(../images/tableft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
	float:left;
	display:block;
	background:url(../images/tabright.gif) no-repeat right top;
	padding:4px 10px;
	color:#FF0000;
	font-size: 16px;
	font-family: Garamond;
	font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {
	float:none;
}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#999999;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
	background-position:100% -42px;
	color: #999999;

        }
.tableSel {
	background-color: #D4D4D4;
}
.tableSel2 {
	background-color: #FFFFFF;
	font-family: Garamond;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	font-variant: normal;


}
.tableSel3 {
	background-color: #FFFFFF;
	font-family: Garamond;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-variant: normal;

}
.mailselect {
	text-decoration: none;
	font-family: Garamond;
	font-size: 16px;
	font-weight: 700;
	color: #666666;

}
.celSelec {
	background-color: #B7B7B7;
	font-family: Garamond;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;

}
a {
	font-family: Garamond;
	color: #0000CC;
}

