BODY {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: none;
	line-height: normal;
	text-decoration: none;
}

A {
	text-decoration: none;
	color: red;
}

A:Hover {
	text-decoration: none;
	color: white;
}


.Qlink A {
	text-decoration: underline;
	color: black;
}

.Qlink A:Hover {
	text-decoration: none;
	color: Red;
}

.blacklink A {
	text-decoration: underline;
	color: black;
}

.blacklink A:Hover {
	text-decoration: none;
	color: lime;
}
.menubar A {
	text-decoration: none;
	color: Red;
	background-color: Black;
}

.menubar A:Hover {
	text-decoration: none;
	color: white;
	background-color: Red;
}

.p10 {
	color: Black;
	font-family: sans-serif;
	font-size: 10pt;
}
.p10b {
	color: Black;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.p12 {
	font-size: 12pt;
	color: Black;
	font-family: "Times New Roman";
}

.style1 {
	font-size: 18-pt;
	color: Red;
	font-family: sans-serif;
	text-indent: 0px;
	font-weight: bold;
	text-align: center;
}

.style2 {
	font-size: 18-pt;
	color: red;
	font-family: "Arial Black";
	text-indent: 0px;
	font-weight: bold;
	text-align: center;
}

.style3 {
	font-size: 12pt;
	color: Black;
	font-family: Arial;
	font-weight: bold;
}

.style4 {
	font-size: 12pt;
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 100%;
}