a:link {
	color: blue; 
	text-decoration: none;
	font-weight: bold;
}
a:active { 
	color: blue; 
	text-decoration: underline;
	font-weight: bold;
}
a:visited { 
	color: blue; 
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: clue;
	text-decoration: underline;
	font-weight: bold;
}

.header {
	color: #000000; 
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.headersmall {
	color: #000000; 
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.headerblack {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.caption {
	color: #000000;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;

}
.main {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
