/* fellas style_sheet.css */
/*                        */
/* no restrictions.       */
/* feel free to use.      */



h1,h2,h3,h4,h5,h6,body,td,tt,a,i
{
  color:white;
  font-family:Verdana, Helvetica, Tahoma;
}

h2
{
  font-size:14pt;
  letter-spacing:1px;
  margin-bottom:40px;
}

h4
{
  font-size:10pt;
  margin-bottom:20px;
}

td
{
  font-size:9pt;
  letter-spacing:1px;
  line-height:11pt;
}

td.menu
{
  font-size:7pt;
  text-align:right;
}

td.content
{
  padding-top:50px;
  padding-left:70px;
  padding-right:60px;
  padding-bottom:70px;
  background-image:url(../img/bg_2.jpg);
}

td.submenu
{
  font-size:7pt;
  letter-spacing:3px;
  line-height: 9pt;
  text-align:right;
  padding:0px;
  margin:0px
}

td h1
{
  font-size:14pt;
}
td h2
{
  font-size:12pt;
}

p
{
  margin-bottom:30px;
}

a.menu
{
  text-decoration:none;
}

a.menu:visited
{
  text-decoration:none;
}

a.menu:hover
{
  text-decoration:underline;
}

a
{
  text-decoration:underline;
}

a:visited
{
  text-decoration:underline;
}

a:hover
{
  text-decoration:underline;
}

.qb
{
  font-size:7pt;
  font-weight:bold;
  letter-spacing:0px;
}