/* Assign Arial as the default font throughout the page. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* MAIN NEWS HEADER */
.header1 {
	font-size: 24px;
	font-weight: bold;
	color: #0A0375;
}

/* Paragragh - any regular text within pages */
p {
	font-size: 12px;
	color: #0A0375;
	line-height: 12pt;
}

/* News Links on Left Side */
.newslinks {
	font-size: 10px;
	color: 0A0375;
}

.arrows {
	font-size: 9px;
}

/* Font used for bulleted lists */
ul, ol {
	font-size: 12px;
	color: #0A0375;
}

.tableformat p {
	font-size:  12px;
	color: #0A0375;
	width: 0px;
}

/* Default Hyperlink color */
a:link, a:visited {
	color: #B31E17;
	text-decoration:  underline;
}

/* Change behavior for when the mouse is over the link - change to underline upon hover */
a:hover {
	color: #B31E17;
	text-decoration: underline;
}

.footer {
	color: #0A0375;
	font-size: 10px;
}
