body
{
  font : 62.5% verdana, sans-serif;
  /*
    By setting the font to % we can then use ems to set font sizes later on.
    A font size of 62.5% means that a text size of 1.2em translates as 12px.
  */
  color : #333;
  line-height : 1.8em;
}
.ts {
	font : 62.5% verdana, sans-serif;
	margin: 5px;
	margin-right: 5px;
	margin-top: 10px;
	font-size: 11px;
     color : #333;
	line-height: 12px;
	font-weight: 100;
}	
.ts1 {
	font : 62.5% verdana, sans-serif;
	margin: 5px;
	margin-right: 5px;
	margin-top: 10px;
	font-size: 13px;
     color : #CC0000;
	line-height: 12px;
	font-weight: 100;
}	
/*td {
	font : verdana, sans-serif;
	margin: 0px;
	font-size: 11px;
     color : #333;
	line-height: 18px;
	font-weight: 300;
} */
a {
	color: #000066;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AD7D4C;
	margin: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #AD7D4C;
	margin: 0px;
}