body {
	background: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 12pt;
}
h1 {
	font-size: 30pt;
	color: FF0000;
	font-family: arial;
}
h2 {
	font-size: 14pt;
	color: FF0000;
	font-family: arial;
}

a {
	color: #0E047D;
	font-size: 12pt;
	font-family: arial;
	text-decoration : none;
}

a:hover {
	color: #0E047D;
	font-size: 12pt;
	font-family: arial;
	text-decoration : underline;
}

a:visted {
	color: #0E047D;
	font-size: 12pt;
	font-family: arial;
	text-decoration : none;
}

a.red {
	color: #fe000c;
	font-size: 12pt;
	font-family: arial;
	text-decoration : none;
}

a.red:hover {
	color: #fe000c;
	font-size: 12pt;
	font-family: arial;
	text-decoration : underline;
}

a.red:visted {
	color: #fe000c;
	font-size: 12pt;
	font-family: arial;
	text-decoration : none;
}

.reg {
	font-size:10px;
	vertical-align:top;
	text-decoration::none;
}