a:link              { font: 12px arial; color: #000000; text-decoration: none; font-weight: bold;}
a:active            { font: 12px arial; color: #000000; text-decoration: none; font-weight: bold;}
a:visited           { font: 12px arial; color: #000000; text-decoration: none; font-weight: bold;}
a:hover             { font: 12px arial; color: #bf0000; text-decoration: none; font-weight: bold;}

a.category:link     { font: 12px arial;   color: #505050; text-decoration: none; }
a.category:active   { font: 12px arial;   color: #505050; text-decoration: none; }
a.category:visited  { font: 12px arial;   color: #505050; text-decoration: none; }
a.category:hover    { font: 12px arial;   color: #535353; text-decoration: none; }

a.copyright:link    { font: 11px verdana; color: #535353; text-decoration: none; }
a.copyright:active  { font: 11px verdana; color: #535353; text-decoration: none; }
a.copyright:visited { font: 11px verdana; color: #535353; text-decoration: none; }
a.copyright:hover   { font: 11px verdana; color: #ffffff; text-decoration: none; }

img { border: 0; }

b, strong { font-weight : bold; }

body
{
  margin-top:    72;
  margin-bottom: 50;
  margin-left:   0;
  margin-right:  0;

  padding: 0;

  font:  11px verdana, geneva, arial, sans-serif;
  color: #5c5c5c;

  background-color: #cecece;
  background-image: url(images/top_bg.gif);
  background-repeat: repeat-x;}
}

select, option, textarea, input
{

  color:       #000000;
  font-size:   11px;
  font-family: Verdana;
}

input.checkbox
{
  background-color: #F5F9FD;
}

td, font
{
  font:  11px verdana, arial;
  color: #a4a4a4;
}

hr
{
  height: 1px;
  border: 0px;

  color: #454545;
  background-color: #454545;
}


