<!--- A Regular --->
A {text-decoration: none; color: black}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: none; color: black}
A:hover {text-decoration: none; color:blacke}
A:link {text-decoration: none; color: black}

A.link_white {
	font-size : 12pt;
	text-decoration: none;
	color: white;
	font-weight : bold;
	}

A.link_white:visited {
	font-size : 12pt;
	text-decoration: none;
	color: white;
	font-weight : bold;
}
A.link_white:active {
	font-size : 12pt;
	text-decoration: none;
	color: white;
	font-weight : bold;
}
A.link_white:hover {
	font-size : 12pt;
	text-decoration: none;
	color: white;
	font-weight : bold;
}

.text {
	font-size : 10pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

.h1_text {
	font-size : 12pt;
	font-weight : bolder;
	color: white;
	font-family : Arial, Helvetica, sans-serif;
}
