BODY {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica,Verdana,sans-serif, sans-serif;
	font-size: 10pt;
}

TABLE {
		color: Black;
	background-color: White;
	font-family: Arial, Helvetica,Verdana,sans-serif, sans-serif;
	font-size: 10pt;
	text-align: left;
}

A {
	color: blue;
}

A:HOVER {
	color: #FFA500;
}

H1 {
	color: #CB0A0A;
	font-size : 24pt;
	font-weight : bolder;
	font-family : Arial, Helvetica,Verdana,sans-serif;
	font-style : normal;
}

H2 {
	color: #5471E7;
	font-size : 24pt;
	font-weight : bolder;
	font-family : Arial, Helvetica,Verdana,sans-serif;
	font-style : normal;
}

.H2b {
	color: blue;
	font-size : 24pt;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}

.form1{
	background-color : #9FBCFF;
	font-family : Arial, Helvetica,Verdana,sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : Black;
}

.form2{
	background-color : #9FBCFF;
	font-family : Arial, Helvetica,Verdana,sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : #CB0A0A;
}

H3 {
	color : #5471e7;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
}

.point8 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
}

.blue8B {
	color : #5471e7;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}

.H6b {
	color : Blue;
	font-size : 12pt;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-weight : bold;
}

.border1 {
	background-color: #EDEDED;
	border: 1px solid #000099;
	/*border: thin solid #5471E7;*/
	padding: 5px;
}