@charset "utf-8";
/* CSS Document */

a:link, a:visited  { color: #333; text-decoration:none; font-family: Arial; }
a:hover  { text-decoration:underline; }

h1 a:link, h1 a:visited, 
h2 a:link, h2 a:visited, 
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, 
h5 a:link, h5 a:visited, h6 a:link, 
h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline; font-family: Arial;}

body  { font: 16px; font: bold; color: #333; background-color: #fff; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: "Arial", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Sans-Serif; color: #333; }
h1  {font-size: 30px;} h2  {font-size: 24px;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

p  {margin: 0;}

blocktext  { font: 14px "Arial", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Sans-Serif; line-height: 1.5; color: #333; background-color: #fff; bold}

table.maintable{border:#000 5px solid;background:url(img/bg.jpg) 0 225px repeat-x;}