/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}

.bg_a {
   background-image: url(images/TOP.gif);
   background-position: left top;
   background-repeat: no-repeat;
   }
   
.bg_b {
   background-image: url(images/middel.jpg);
   background-position: left top;
   background-repeat: repeat-y;
   }
   
.bg_c {
   background-image: url(images/bottom.gif);
   background-position: left top;
   background-repeat: no-repeat;
   }


#nav * { 
  padding: 0; 
  margin: 0; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: bold; 
  color: #004B00; 
  }

#nav { 
   margin: 0;
   padding: 0;  
   float: right; 
   line-height: 30px; 
   }

#nav a { 
   display: block; 
   border: none;
   background: none; 
   text-decoration: none; 
   text-align: center;
   }
   
#nav a:hover {
  background-color: #C80000;
  color: #E6E17D;
   }
	
.style1 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.style2 {
	font-family: "Maiandra GD";
	font-size: 18px;
	font-weight: bold;
	color: #963200;
}
.style3 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.style4 {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}

.style5 {
    width: 850px;
	font-size: 5px;
	font-family: Arial;
	color: #ffefb4;
}

.style6 {
   font-size: 14px; 
   font-family: Geneva, Arial, Helvetica, sans-serif;
   color:#000000;
   text-align: center; 
   }
   
.style7 {
   font-size: 11px; 
   font-family: "Arial Unicode MS";
   color:#000000;
   text-align: center; 
   }
   
.style8 {	
    font-size: 14px;
	font-family: "Arial Unicode MS";
	color: #336600;
	font-weight: bold;
}

.style9 {
	font-size: 12px;
	font-family: "Arial Unicode MS";
}

a:link {
	color: #963200;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #963200;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #963200;
}	
