@charset "iso-8859-2";
/* CSS Document */

@font-face {
    font-family: Comic Sans MS;
    font-style:  normal;
    font-weight: normal;
    src: url(href="..\font\COMICSA3.eot");
  }
  
  @font-face {
    font-family: Comic Sans MS;
    font-style:  oblique;
    font-weight: 700;
    src: url(href="..\font\COMICSA2.eot");
  }
  
  @font-face {
    font-family: Comic Sans MS;
    font-style:  normal;
    font-weight: 700;
    src: url(href="..\font\COMICSA1.eot");
  }
  
  @font-face {
    font-family: Comic Sans MS;
    font-style:  oblique;
    font-weight: normal;
    src: url(href="..\font\COMICSA0.eot");
  }
  
 /* @font-face {
    font-family: Berling Antiqua;
    font-style:  normal;
    font-weight: normal;
	src: url(href="../font/BERLING0.eot");
  }
  @font-face {
    font-family: H_English;
    font-style:  normal;
    font-weight: normal;
	src: url(href="../font/HENGLIS0.eot");
  }
  @font-face {
    font-family: Hu_Cenu;
    font-style:  normal;
    font-weight: normal;
	src: url(href="../font/HUCENU0.eot");
  }
  @font-face {
    font-family: Alonse Hu;
    font-style:  normal;
    font-weight: normal;
	src: url(href="../font/ALONSEH0.eot");
  }
  @font-face {
    font-family: HGaramond;
    font-style:  normal;
    font-weight: normal;
	src: url(href="../font/HGARAMO0.eot");
  }
  @font-face {
    font-family: HHelvetica Light;
    font-style:  normal;
    font-weight: normal;
	src: url(href="../font/HHELVET0.eot");
  }
  
  @font-face {
    font-family: Airmole;
    font-style:  normal;
    font-weight: normal;
	src: url(href="../font/AIRMOLE0.eot");
  }
  @font-face {
    font-family: Bernhard Modern CE;
    font-style:  normal;
    font-weight: normal;
    src: url(href="../font/BERNHAR0.eot");
  }
  @font-face {
    font-family: BallroomTango;
    font-style:  normal;
    font-weight: normal;
    src: url(href="../font/BALLROO0.eot");
  }
  
  @font-face {
    font-family: Baskerville Win95BT;
    font-style:  normal;
    font-weight: normal;
    src: url(href="../font/BASKERV0.eot");
  }*/
  
.h1 {
	font-family: "Comic Sans MS";
	font-size: 16pt;
	color: #663300;
   }
   
.h1Small {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #663300;
   }   
   
.h2 {
	font-family: "Comic Sans MS";
	font-size: 16pt;
	color: #663300;
   }
.p {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	text-align: justify;
	color: #663300;
   }
.psmalltext, .psmalltext a:visited {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	/* text-align: justify; */
	color: #663300;
	text-decoration: none;
	font-weight: bolder;
   }
   
.psmalltext a:hover, .psmalltext a:focus  {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	/* text-align: justify; */
	color: #ff9933;
	text-decoration: none;
	font-weight: bolder;
	overflow: visible;
	background-color: #336633;
   }   
   
.pcenter {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	text-align: center;
	color: #663300;
	margin: 0px 0px 0px 0px;
   }

.pleft {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	text-align: left;
	color: #663300;
	margin: 0px 0px 0px 0px;
   }

.pright {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	text-align: right;
	color: #663300;
	margin: 0px 0px 0px 0px;
   }
  
.pjustify {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	text-align: justify;
	color: #663300;
	margin: 0px 0px 0px 0px;
   }

.pinfo {
	font-family: "Comic Sans MS";
	font-size: 14pt;
	text-align: center;
	color: #663300;
	margin: 0px 30px 0px 210px;
	font-weight: bolder;
   }

