
BODY {
	FONT-SIZE: 8pt;
	BACKGROUND-ATTACHMENT: fixed;
	MARGIN: 0px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: White;
	
}
a:link {
	color: Red;
	text-decoration: none;
	font-weight : bold;
}
a:active {
	color: Lime;
	text-decoration: none
}
a:visited {
	color: Red;
	text-decoration: none;
	font : bold;
}
a:hover {
	color: #008000;
	text-decoration: none;
	font-weight : bold;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	background: transparent;
	text-align: left;
	font-weight : normal;
	border : thin ridge Black;
}
.bar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFF00;
	text-align: center;
	font-weight : bold;
	background : #008000;
	height : 27;
}
.mt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	text-align: left;
	font-weight : bold;
}
.nws{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: Black;
	text-align: left;
	font-weight : normal;
}

 a.l2:link {
	color: #008000;
	text-decoration: none;
	font-weight : bold;
}
a.l2:active {
	color: Purple;
	text-decoration: none
}
a.l2:visited {
	color: #008000;
	text-decoration: none;
	font-weight : bold;
}
a.l2:hover {
	color: Fuchsia;
	text-decoration: none;
}


