
a:link {
	text-decoration: underline;
	color: #666666;

}

a:visited {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

input, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
}


H1{
	font-weight: heavy;
	font-size: 14px;
	text-transform:uppercase;
}
H2{
	font-weight: heavy;
	font-size: 12px;
	text-transform:uppercase;
}
H3{
	font-weight: normal;
	font-size: 12px;
	text-transform:uppercase;
}
.footer{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.printonly {
	display: none;
}
.invisible{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
