/* General Formatting */
body
{
   margin: 0;
}

table
{
	border: 0;
}

th
{
   font-family: Verdana;
   font-size: 10px;
	font-weight: bold;
	background-color: #999999;
   color: #000000;
}

td
{
   font-family: Verdana;
   font-size: 10px;
   color: #000000;
}

input
{
   font-family: Verdana;
   font-size: 10px;
   color: #000000;
}

textarea
{
   font-family: Verdana;
   font-size: 10px;
   color: #000000;
}

select
{
   font-family: Verdana;
   font-size: 10px;
   color: #000000;
   width: 80px;
}

a
{
   font-family: Verdana;
   font-size: 10px;
   font-weight: bold;
   text-decoration: none;
   color: #0000FF;
}

a:hover
{
   font-family: Verdana;
   font-size: 10px;
   font-weight: bold;
   text-decoration: underline;
   color: #000066;
}

/* Additional Formatting */

.listing_border
{
	border: #000000, thick;
}

.hdr_title
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: bold;
   color: #3E239E;
}

a.largelink
{
   font-family: Verdana;
   font-size: 15px;
   font-weight: bold;
   text-decoration: none;
   color: #0000FF;
}

a.largelink:hover
{
   font-family: Verdana;
   font-size: 15px;
   font-weight: bold;
   text-decoration: underline;
   color: #000066;
}
.text 
{  
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #666666
}

.sidelinks 
{  
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   font-weight: bold; 
   color: #666666
}

.blueText
{
   font-family: Verdana;
   font-size: 10px;
   color: #0000FF;
}

.redText
{
   font-family: Verdana;
   font-size: 10px;
   color: #FF0000;
}