A {
	font-family : Arial;
	color : red;
	text-decoration : none;
}
A:hover {
	color: red;
	text-decoration : overline underline;
}
A:active {
	color: red;
}

A:visited {
	color: red;
}
BODY {
	color : black;
	text-decoration : none;
	font-weight : normal;
	font-size : 10pt;
	font-family : Arial;
	background : #F0F7FE;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.Title {
	font-weight : bold;
	font-size : 12pt;
	font-family : Helvetica, Arial;
	color : blue;
	text-decoration : none;
}
.SubTitle {
	font-weight : bold;
	font-size : 12pt;
	font-family : Arial;
	color : black;
	text-decoration : none;
}
.Title {
	font-weight : bold;
	font-size : 18pt;
	font-family : Arial;
	color : black;
	text-decoration : none;
}