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

  a:link
  {
    color: #cc3333;
    background-color: transparent; 
    text-decoration: none;
	font-weight: bold;
  }
  a:visited
  {
    color: #cc3333; 
    background-color: transparent; 
    text-decoration: none;
	font-weight: bold;
  }
  a:hover
  {
    color: #cc3333;
    background-color: transparent;
    text-decoration: none;
	font-weight: bold;
  }
  .nav 
  {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
  }
  .nav:link 
  {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
  }
  .nav:visited 
  {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
  }
  .nav:hover 
  {
    font-weight: bold;
    color: #cc3333;
    background-color: transparent;
    text-decoration: none;
  }
  body 
  {
    font-size: 12px;
    font-family: verdana, arial, helvetica, serif;
  }
  table 
  {
  empty-cells: show;
  }

  input
  {
    font-size: 9pt;
	font-weight: bold;
    color: #FFFFFF;
    font-family: verdana,arial, helvetica, serif;
    background-color: #a4a4a4;
  }
  textarea
  {
    font-size: 9pt;
    color: #000000;
    font-family: verdana,arial, helvetica, serif;
    background-color: #afc6db;
  }
  select
  {
    font-size: 7pt;
    color: #000000;
    font-family: verdana,arial, helvetica, serif;
    background-color: #febaba;
  }
  .windowbg
  {
    font-size: 12px;
    color: #000000;
    font-family: verdana, arial, helvetica, serif;
    background-color: #d0d0d0;
  }
  .windowbg2
  {
    font-size: 12px;
    color: #000000;
    font-family: verdana, arial, helvetica, serif;
    background-color: #e4e4e4;
  }
  .windowbg3
  {
    font-size: 12px;
    color: #000000;
    font-family: verdana, arial, helvetica, serif;
    background-color: #6394bd;
  }
  hr
  {
    color: #6394bd;
    background-color: transparent;
  }
  .titlebg
  {
    color: #ffffff;
	background-image:url(../images/headerbg.jpg);
  }
  .text1
  {
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    font-style: normal;

    background-color: transparent;
  }
  .catbg
  {
    font-weight: bold;
    font-size: 13px;
    background-image: url(YaBBImages/catbg.jpg);
		text-transform: uppercase;
    color: #000000;
  }
  .catbg3
  {
    font-weight: bold;
    font-size: 13px;
    color: #cc3333;
  }
  .quote
  {
    font-size: 10px;
    color: #000000;
    font-family: arial, verdana, helvetica, serif;
    background-color: #dee7ef;
  }
  .code
  {
    font-size: 10px;
    color: #000000;
    font-family: courier new, helvetica, times new roman, serif;
    background-color: #cccccc;
  }
  .help
  {
    cursor: help;
    background-color: transparent;
  }
  .meaction
  {
    color: red;
    background-color: transparent;
  }
  .editor
  {
    width : 100%;
  }

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
