
html, body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;

color: #000;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

h1, h2, h3, h4, h5 {font-weight: normal; font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;}


h1 {font-size: 1.75em; color:#009EE0;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

a {text-decoration: underline;}
a:link {color: #FF6600;font-weight: bold;}
a:visited	{color: #FF6600;font-weight: bold;}
a:hover {color: #333;font-weight: bold;}
a:active {color: #f00;}
a img, :link img, :visited img {border: none}
table {border-collapse: collapse;}

ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}


ul, dl {list-style-type: disc;}
