body, input, textarea {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

:link { color: rgb(0, 0, 153) ; text-decoration:underline;} /* for unvisited links */
:visited { color: rgb(0, 0, 153) ; text-decoration:underline;} /* for visited links */
a:active { color: rgb(0, 0, 0) ; text-decoration:underline;} /* when link is clicked */
a:hover { color: rgb(0, 96, 255); text-decoration:none; } /* when mouse is over link */

H1 {font-size:16px; text-decoration:underline;}
H2 {font-size:12px; text-decoration:underline;} /* H2 - used for titles in pop-ups */
H3 {font-size:12px; text-decoration:none; font-style:italic}

.bottom {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

.catalogHeader {
	font-style:italic; 
	font-size:12px; 
	font-weight:bold;
	}

.footer {
	font-size:6pt; 
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

.greyInput {
	background-color:#E6E6E6;
	}
	
.menu {
	border-width:thin;
	text-decoration:none;
	}

