/* CSS Document */

.cssstyle {
	font-family: "Arial", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #7A7A7A;
}


.hyperlinkMainText {
	font-family: "Arial", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #0066FF;
}
hyperlinkMainText:visited {color: #0066FF}
.hyperlinkMainText:hover {
	font-style: underline;
	color: #7a7a7a;
}

.quote {
	font-family: "Arial", Times, serif;
	font-size: 14px;
	font-style: italic;
}

.quotePage {
	font-family: "Arial", Times, serif;
	font-size: 12px;
	font-style: italic;
}

.maintext {
	font-family: "Arial", Times, serif;
	font-size: 14px;
	font-style: normal;
}

.titletext {
	font-family: "Arial", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
