.hideprint {
	display: none;
}

.small {
	font-size: small;
}

/* for tables with black header, alternating white and gray rows */
td.head {
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
}
td.row1, td.row2 {
	vertical-align: top;
}


/* for centered rows */
td.row1c, td.row2c {
	vertical-align: top;
	text-align: center;
}

a.head {
	font-weight: bold;
}

h3.lepi {
	font-style: italic;
	text-align: center;
	font-size:110%;
}
h4.lepi {
	text-align: center;
	font-size: 110%;
}
h5 {
	font-weight: bold;
	text-align: left;
	border-bottom : 1px solid #999999;
	margin-bottom: 0px;
}
/* for gray heading tables */
td.heading {
	font-weight: bold;
	text-align: left;
}
div.heading {
	font-weight: bold;
	text-align: left;
	width: 100%;
	border-bottom : 1px solid #999999;
}

/* for form results */
.result {
	font-family: courier;
	font-size: 90%;
	font-weight: bold;
}

/* for error messages */
.error {

}

/* for PDF messages */
div.pdf {
	font-size: small;
	border-bottom : 1px dashed #000000;
	border-top : 1px dashed #000000;
}

/* for newsletter headlines */
h2.news {
	text-align: center;
}

h4.news {
	font-style: italic;
}

/* for newsletter "dates to remember" boxes*/
td.dates {
	font-weight: bold;
	text-align: center;
}
td.date {
	font-weight: bold;
}

/* for online forms Category headings */
.category {
	font-weight: bold;
}

