body { 
margin: 0;
padding: 0;
color: #000; 
font-family: Tahoma;
font-size: 12px; 
}
.header {
background-color: #9A060B;
color: #FFF;
font-size: 12pt;
font-weight: bold;
padding: 2px;
border-bottom: 1px solid #000;
}

td.content {
background-color: #FFF;
color: #000;
border: none;
font-size: 12px;
vertical-align: top;
margin-top:0;
padding: 2px;
}

.style1 {
	font-size: 36px;
	font-weight: bold;
	font-family: Tahoma;
}
body,td,th {
	color: #666666;
	font-family: Tahoma;
	font-size: 13px;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: none;
	background-color: gray;
}

