td.small {
	text-align: left;
        font: "Times New Roman";
	vertical-align: top;
	background-color: #ffffff;
	font-size:12px;
}

td.header {
	font-color: #000000;
        font: "Times New Roman";
	background-color: #ffffff;
	font-size: 12;
	text-align: left;
        font-weight: bold;
} 
	
a:link {
        font: "Times New Roman";
	text-decoration:none;
        font-size:12px;
        color:blue;
}

a:visited {
        font: "Times New Roman";
	text-decoration:none;
        font-size:12px;
        color:navy;
}

a:hover {
        font: "Times New Roman";
	text-decoration:underline;
        font-size:12px;
        color:red;
}
