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