.hidden {
	display: none;
}

/* HEADING Styles */
H1, H2, H3, H4, H5, H6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
H1 { font-size: large; margin: 5px 0 15px 0; }
H2 { font-size: medium; }
H3 { font-size: medium; }
H4, H5, H6 { font-size: small; }
H6 { font-weight: normal;}

.tinyfont { font-size: x-small; }
.allcaps { text-transform:uppercase; }
.bold { font-weight: bold; }

.news {
	background-color: #a9cbe9;
	border-bottom: 1px solid #217bbb;
	border-right: 1px solid #217bbb;
	padding-left: 2px;
}

.noliststyle { list-style-type: none; }