A {
	font-family: "Verdana";
}

A:visited {
	color:#000000;
	text-decoration:none;
	background-color: ffeeff;
}

A:link {
	color:#000000;
	text-decoration:none;
	background-color: ffeeff;
}

A:active {
	color:#000000;
	text-decoration:none;
}


A:hover {
	color:#00aaaa;
	text-decoration:underline overline;
	background-color: ffffff;
}

.itml:visited {
	color:#0000ff;
	text-decoration:none;
	background-color: ffffff;
	font-weight: bold;
}

.itml:link {
	color:#0000ff;
	text-decoration:none;
	background-color: ffffff;
	font-weight: bold;
}

.itml:active {
	color:#ff0000;
	text-decoration:none;
	font-weight: bold;
}

.itml:hover {
	color:#ff0000;
	text-decoration: none;
	background-color: eeeeee;
	font-weight: bold;
}

P {
	font-family: "Times New Roman";
	font-size: 12px;
}

LI {
	font-family: "Times New Roman";
	font-size: 12px;
}

H1 {
	font-family: "Verdana", "Times New Roman", "Arial";
	font-size: 14px;
}

H4 {
	font-family: "Times New Roman", "Arial";
	font-size: 13px;
}

H5 {
	font-family: "Times New Roman", "Arial";
	font-size: 12px;
}

.copy {
	font-family: "Verdana", "Times New Roman", "Arial";
	font-size: 9px;
}

.faqQuestion {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.faqAnswer {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #000099;
}