BODY
A:link {
	color: Black;
	font-weight:bold;
	text-decoration: underline;
}
A:visited {
	color: gray;
	font-weight:bold;
	text-decoration: underline;
}
A:active {
	color:gray;
	font-weight:bold;
	text-decoration: underline;
}
A:hover {
	color: white;
	font-weight:bold;
	text-decoration: underline;
}
A {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;

	}

A.bottom:link {
	color:black;
	font-weight:bold;
	text-decoration: underline;
}
A.bottom:visited {
	color: gray;
	font-weight:bold;
	text-decoration: underline;
}
A.bottom:active {
	color:white;
	font-weight:bold;
	text-decoration: underline;
}
A.bottom:hover {
	color: White;
	font-weight:bold;
	text-decoration: underline;
}
A.bottom {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	}


A.white:link {
	color:black;
	font-weight:bold;
	text-decoration: underline;
}
A.white:visited {
	color: gray;
	font-weight:bold;
	text-decoration: underline;
}
A.white:active {
	color:gray;
	font-weight:bold;
	text-decoration: underline;
}
A.white:hover {
	color: black;
	font-weight:bold;
	text-decoration: underline;
}
A.white {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	}

A.black:link {
	color: White;
	font-weight:bold;
	text-decoration: underline;
}
A.black:visited {
	color:silver;
	font-weight:bold;
	text-decoration: underline;
}
A.black:active {
	color: Silver;
	font-weight:bold;
	text-decoration: underline;
}
A.black:hover {
	color: white;
	font-weight:bold;
	text-decoration: underline;
}
A.black {
        font-size: 9pt;
        font-family: Arial, Helvetica, sans-serif;
        }

A.email:link {
	color: Gray;
	text-decoration: underline;
	font-weight : normal;
	text-align : left;
}
A.email:visited {
	color: Gray;
	text-decoration: underline;
	font-weight : normal;
	text-align : left;
}
A.email:active {
	color: black;
	text-decoration: underline;
	font-weight : normal;
	text-align : left;
}
A.email:hover {
	color: black;
	text-decoration: underline;
	font-weight : normal;
	text-align : left;
}
A.email {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
}

A.mainl:link { color:black;
        text-decoration: underline;
       }
A.main:visited {
	color: gray;
	text-decoration: underline;
}
A.main:active {
	color: gray;
	text-decoration: underline;
}
A.main:hover {
	color:gray;
	text-decoration: underline;
}
A.main {
        font-size: 9pt;
         text-decoration: underline;
        font-family: Arial, Helvetica, sans-serif;
        }
	