body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.newsLink {
	color: #E25C15;
	font-size: medium;
	font-weight: bold;
}
.menu {
	font-size: small;
	color: #004566;
}
.footer {
	font-size: x-small;
}
.header {
	font-size: large;
	font-weight: bold;
}
.subHeader {
	font-size: medium;
	font-weight: bold;
	font-style: oblique;
}
.newsItem {
	font-size: small;
}

.textReg {
	font-size: small;
}
.headerQuote {
	font-size: large;
	font-weight: bold;
	text-align: center;
	font-style: oblique;
	color: #004566;
}
.lineItem {
	background-color: #CCCCCC;
}
.tableList {
	list-style-type: circle;
}