@charset "UTF-8";
@media all
{
  html * { font-size: 100.01%; }
  
  body {
    font-family:  Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ccc;
  }

  h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica, Tahoma, sans-serif;
    font-weight: normal;
	text-transform: uppercase;
    color:#fff;
    margin: 0 0 0 0;
  }

  h1 { font-size: 24px; margin: 0 0 4px 0; }
  h2 { font-size: 18px; margin: 0 0 4px 0; }
  h3 { font-size: 16px; }
  h4 { font-size: 11px; font-family: Tahoma; }

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { margin-left: 0.8em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

  p { line-height: 1.5em; margin: 0 0 1.5em 0; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  hr {
    background:transparent;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border:0;
    border-bottom: 1px #fff solid;
  }

  a:link, a:visited { color: #cccccc; text-decoration:underline; }

  a:active,  
  a:focus,
  a:hover { color:#fff; text-decoration:underline; }
  
  a img { border: 0; }
  
  #footer { color:#666; font-size: 9px; }
  #footer a { color:#666; text-decoration: none; font-size: 9px; }
  #footer  a:active,  
  #footer a:focus,
  #footer a:hover { color:#fff; text-decoration:underline; }
  
}
