body {
	margin-left : 0;
	margin-right : 0;
	margin-top : 5;
	margin-bottom : 0;
	background-color : #efefef;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}

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

A {color : #000000; text-decoration: none;}
A:Visited {color : #000000;}
A:Hover {color : #FF0000;}

#large A {color : #0000cd; text-decoration: none; font-weight : bold;	font-size: 12pt;}
#large A:Visited {color : #0000cd; font-weight : bold;	font-size: 12pt;}
#large A:Hover {color : #FF0000; font-weight : bold;	font-size: 12pt;}

.titletext {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #999999; 
	font-weight : bold;
	font-size: 16pt;
	}

.normaltext {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000; 
	font-weight : normal;
	font-size: 10pt;
	}

.smalltext {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000; 
	font-weight : normal;
	font-size: 8pt;
	}
	
	
.darkboldgrey {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #727272;
	font-weight : bold;
	font-size: 10pt;
	}

.smallgrey {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #a5a5a5;
	font-size: 8pt;
	}

.normalgrey {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #a5a5a5;
	font-size: 10pt;
	}

.medgrey {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #a5a5a5;
	font-size: 12pt;
	}

.largegrey {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #a5a5a5; 
	font-size: 14pt;
	}

.smallboldgrey {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #a5a5a5;
	font-weight : bold;
	font-size: 8pt;
	}

.normalboldgrey {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #a5a5a5;
	font-weight : bold;
	font-size: 10pt;
	}

.medboldgrey {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #a5a5a5;
	font-weight : bold;
	font-size: 12pt;
	}

.largeboldgrey {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #a5a5a5; 
	font-weight : bold;
	font-size: 14pt;
	}

.normalbold {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #262626; 
	font-weight : bold;
	font-size: 10pt;
	}

.smallbold {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #262626; 
	font-weight : bold;
	font-size: 8pt;
	}

.medbold {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #262626; 
	font-weight : bold;
	font-size: 12pt;
	}

.largebold {font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #262626; 
	font-weight : bold;
	font-size: 14pt;
	}

#footer {background:url('../images/footer_bg.jpg') no-repeat;}

img {
border: none;
}

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

    #tabs10 {
      float:left;
      width:100%;
      font-size:93%;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("../images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("../images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

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