<STYLE>
<!-- Set font size, bold, and color for the first line in the page heading -->
font.heading1 {
	font-family : Arial Narrow;
	color: #0F1680;
	font-size :large;
	font-style : normal;
	font-weight: 800;
	font-variant: small-caps;
	
}

<!-- Set font size, bold, and color for the first line in the page heading -->
font.impact {
	font-family : Arial Narrow;
	color: #000000;
	font-size :small;
	font-style : normal;
	font-weight: 600;
		
}

font.subhead{
	font-family : Arial Narrow;
	color: red;
	font-size :medium;
	font-style : normal;
	font-weight: 600;
		
}

<!-- Set font size, bold, and color for the first line in the page heading -->
font.body {
	font-family : Arial Narrow;
	color: #000000;
	font-size :small;
	font-style : normal;
	font-weight: 400;
		
}

a.nav:link	{
	color: navy;
	text-decoration: underline;
	font-family: arial;
	font-size: small;
	font-style: normal;
	font-weight: 800;
}
			
a.nav:visited	{
	color: navy;
	text-decoration: underline;
	font-family: arial;
	font-size: small;
	font-style : normal;
	font-weight: 800;
}

a.nav:hover	{
	text-decoration: underline;
	color: navy;
	font-family: small;
	font-style : normal;
	font-weight: 800;
}

a.nodec {
	text-decoration: underline
}

a:hover {
	color: navy
}

.frame {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	border: 1px solid navy;
	border-right-color: navy;
	font-weight: normal;
}
.tablehead {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #008AC6;
	border-right-color: #008AC6;
	font-weight: bolder;
}
.tabletxt {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.header {
	font-family: Verdana;
	font-size: 14px;
	color: red;
	border: 0px solid #e7b904;
	border-right-color: #e7b904;
	font-weight: bolder;
}
.footer {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	font-weight: bolder;
}
.impact {
	font-family: Arial;
	font-size: 12px;
	color: white;
	border: 0px solid white;
	border-right-color: white;
	font-weight: Bold;
}
.newstext {
	font-family: Arial;
	font-size: 12px;
	color: white;
	border: 0px solid white;
	border-right-color: white;
	font-weight: Bold;
    text-align:center;
}
.newsnav {
	color: white;
	text-decoration: underline;
	font-family: arial;
	font-size: small;
	font-style: normal;
	font-weight: 800;
}
a.newsnav:hover	{
	text-decoration: underline;
	color: white;
	font-family: small;
	font-style : normal;
	font-weight: 800;
}
		
</STYLE>

