#logo
{
   background: url(../images/logo.gif) no-repeat;
}

#key_visual
{
   background: url(../images/key_visual1.jpg) no-repeat;
}

#slogan
{
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #444;
}

#main_nav_list a.main_nav_active_item
{
  background: url(../images/n1activeitem.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffb600;
  background-position: top right;
}

#main_nav_list a.main_nav_item
{
  background: url(../images/n1.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-position: top right;
}

#main_nav_list a.main_nav_item:hover
{
  background: url(../images/n1hover.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-position: top right;
}

.sub_nav_list a.sub_nav_active_item
{
  background: url(../images/subnav1active.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.sub_nav_list a
{
  background: url(../images/subnav1.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.sub_nav_list a:hover
{
  background: url(../images/subnav1hover.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.content h1
{
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: normal;
  text-decoration: none;
  color: #555;
}

.content h2
{
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 26px;
  font-weight: normal;
  text-decoration: none;
  color: #666;
}

.content h3
{
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #777;
}

.content, .content p, .content table, .content select, .content input, .content textarea
{
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

.content a:visited
{
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #dd3d06;
}

.content a:link
{
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #dd3d06;
}

.content a:hover
{
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #dd3d06;
}

.content a:active
{
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #dd3d06;
}

#footer_text
{
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #ddd;
}