a.nav:link {
	COLOR: gray;
	TEXT-DECORATION: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing : 1px;
}
a.nav:visited {
	COLOR: gray;
	TEXT-DECORATION: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing : 1px;
}
a.nav:active {
	COLOR: Black;
	TEXT-DECORATION: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing : 1px;
}
a.nav:hover {
	COLOR: red;
	TEXT-DECORATION: none;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing : 1px;
}
a.bod:link {
	COLOR: #F45000;
	TEXT-DECORATION: none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
a.bod:visited {
	COLOR: #F45000;
	TEXT-DECORATION: none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
a.bod:active {
	COLOR: Black;
	TEXT-DECORATION: none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
a.bod:hover {
	COLOR: black;
	TEXT-DECORATION: none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.scrol{
	border:0px black solid;
	width: 832px;
	height: 215px;
	overflow:auto;
COLOR: Black;
}

.footer{
	COLOR: blue;
	TEXT-DECORATION: none;
	font-family:arial;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing : 1px;
	text-align : center;
}


