
@charset"utf-8";

/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #005CB9;
  padding-left: 3px;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  background-image: url(images/bgg.jpg);
  background-repeat: repeat-x;
  background-color: black;
}

.head {
  width: 866px;
  height: 171px;
  background-repeat: no-repeat;
  background-image: url(images/head.jpg);
}

a {
  	color: #FF9900;
}

a:visited {
  	color: #FF9900;
  	text-decoration: none;
}

a:hover {
  	color: #666;
  	text-decoration: none;
}

a:active {
  	color: #FF9900;
  	text-decoration: none;
}

a:link {
  	text-decoration: none;
}

a.menu {
  color: #FFFFFF;
  text-decoration: none;
}

a.menu:visited {
  color: #ffffff;
  text-decoration: none;
}

a.menu:hover {
  color: #FF9900;
  text-decoration: none;
}

a.menu:active {
  color: #FF9900;
  text-decoration: none;
}

a.menu:link {
  text-decoration: none;
}

.foot {
  width: 866px;
  height: 111px;
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cccc99;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-image: url(images/footer.jpg);
}

.h1 {
  font-family: "Century Gothic";
  font-size: 24px;
  color: #FF6600;
}

.h2 {
  font-family: "Century Gothic";
  font-size: 22px;
  color: #FFf;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.h3 {
  font-family: "Century Gothic";
  font-size: 14px;
  color: #005CB9;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.top_menu {
  text-align: left;
}

ul.top_menu {
  margin-left: 0pt;
  padding-left: 0pt;
}

.top_menu li {
  list-style-type: none;
}

.top_menu a {
  color: #FFF;
}

.top_menu a:link, .top_menu a:visited {
  color: #fff;
  text-decoration: none;
}

.top_menu a:hover {
  color: #FF6600;
  text-decoration: none;
}
