body, td, .normaltext {  
	font-family: 'Book Antiqua', 'Times New Roman', Serif; 
	font-size: 13px; 
	font-style: normal; 
	color: black;
}

A, a.normal { 
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #000080;
}
A:visited { 
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: black;
}
a:hover {
	background: white;
	color: red;
}

A.menu { 
	font-family: 'Times New Roman', Serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #000080;
}

A.menu:visited { 
	font-family: 'Times New Roman', Serif; 
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: black;
}
	
A.menu:hover { 
	font-family: 'Times New Roman', Serif; 
	background: white;
	color: red;
}
 
A.chaser { 
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #000080;
}

A.submenu {
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #000080
}

A.submenu:visited {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: black;
}

A.submenu:hover {
	background: white;
	color: red;
}

a.small {
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #000080;
}

a.small:hover {
	background: white;
	color: red;
}

.inactivelink {
	font-family: 'Times New Roman', Serif;
	font-size: 18px; 
	font-style: normal; 
	text-decoration: none; 
	color: black;
}

.redtext {
	color: #FF0000;
}

.heading1 { 
	font-family: 'Book Antiqua', 'Times New Roman', Serif;
	font-size: 28px;
	font-style: normal;
	text-decoration: none;
	color: red;
}

.heading2 {
	font-family: 'Book Antiqua', 'Times New Roman', Serif;
	font-size: 22px; 
	font-style: normal; 
	text-decoration: none; 
	text-transform: none;
	color:#000080
}

.heading3 { 
	font-family: 'Book Antiqua', 'Times New Roman', Serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}

.subheading1 { 
	font-family: 'Times New Roman', Serif;
	font-size: 18px; 
	font-style: normal; 
	text-decoration: none; 
	color: black;
}

.subheading2 {
	font-family: 'Times New Roman', Serif; 
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: red;
}

.subheading3 {
	font-family: 'Times New Roman', Serif;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	text-transform: capitalize;
	color:#000080;
}

.newspaper {
	font-family: 'Courier New', Courier, fixed-space;
	font-size: 12px;
}

.caption {
	font-family: 'Book Antiqua', 'Times New Roman', Serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	color:#000000;
}

HR { text-align: left; size:2; color:#000080 }

HR.mini {text-align: center: size:2; color:red }

td.topborder	{border-top: 2px solid red; padding-top: 16px;}
td.margins {
	padding-left: 20px;
}

td.normal {
	padding: inherit; border-width: inherit;
}
