BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFCC;
}

A:link
{
  color: #000099;
  text-decoration: none;
}

A:active
{
  color: #999999;
  text-decoration: none;
}
  
A:visited
{
  color: #000066;
  text-decoration: none;
} 

/* Annoying catch-all for buggy browsers */


UL, TD, DD, BLOCKQUOTE
{
	font: 12px Arial, Helvetica, sans-serif;
}

INPUT, TEXTAREA, TEXT, SELECT
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
}


.text-small
 {
	font: 11px Arial, Helvetica, sans-serif;
	
} 


