
p {
  font-family: Tahoma,sans-serif;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #434141;
}
h1 {
  font-family: Verdana,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
  
}
h2 {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #088;
}
h3 {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

a:link {
  font-family: Tahoma,sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #ff0066;
  padding:1px;
}
a:visited {
  font-family: Tahoma,sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: rgb(255,109,150);
  padding:1px;
}
a:hover {
  font-family: Tahoma,sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: rgb(189,19,219);
  padding:1px;
}
a:active {
  font-family: Tahoma,sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: rgb(255,156,17);
  padding:1px;
}

a.main_nav_active_item {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #cc0066;
  background-position: top left;
}
a.main_nav_item {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFD;
  background-position: top left;
}
a.main_nav_item:hover {
  
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #0F0;
  background-position: top left;
  }

a.sub_nav_active_item {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #ff6600;
}
a.sub_nav_item {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #5F5E5E;
}
a.sub_nav_item:hover {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #0F0;
}
img{
	padding: 10px;
}



