BODY {
  font-family: Times New Roman, Times, serif;
  font-size: 14px;
  color: #666;
  background-color: #333;
  background-image: url(../images/bg-tile.gif);
  background-attachment: fixed;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

a:link    	{color: #69C; text-decoration: none;}
a:active  	{color: #69C; text-decoration: none;}
a:visited 	{color: #69C; text-decoration: none;}
a:hover   	{color: #69C; text-decoration: underline;}

input {
  color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif;;
  font-size: 10px;
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  border-width: 1;
  }

select {
  color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif;;
  font-size: 11px;
  background-color: #FFFFFF;
  }
  
P {
  font-family: Times New Roman, Times, serif; 
  color: #666;
  font-size: 14px; 
  line-height: 20px;
  }

TD {
  font-family: Times New Roman, Times, serif; 
  color: #666;
  font-size: 14px; 
  }
 
LI {
  font-family: Times New Roman, Times, serif; 
  color: #666;
  font-size: 14px; 
  line-height: 20px;
  }

.title {
  font-family: Times, Times New Roman, serif;
  font-size: 18px; 
  line-height: 24px;
  }

.small {
  font-size: 10px; 
  }
 
.beige {
  color: #A79C90;
  }
  
abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }





