body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:15px;
	color:#888888;
	margin-left:-10px;
	
	
}

td {
	color: 666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px 
	
}

p, ul, ol {
	color: 666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px; 
	
}

h1 {
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:24px;
	line-height:30px;
	font-weight: normal;
	color: #98905F;
}

h2 {
	font-weight:strong;
	font-size:24px;
	color:#333333;
	margin-top:0px;
	margin-bottom:6px;
	line-height:40px;
	text-decoration:none;
}

a {
	text-decoration: none;
	color: #5285AC;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #336699;
	text-decoration: underline;
}