/* basic stylesheet for NN4 browsers  */

a {
	color: black;
}

a.visted {
	color: black;
}

div.content {
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.copy {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	line-height: 18px;
}
.noindent {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	line-height: 18px;
}
.pagetitle {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
	font-size: 13px;
	margin-top: 8px;
}

.pricehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
.pricecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.question {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	line-height: 18px;
	margin-left: 24px;
	margin-bottom: 4px;
	font-style : italic;
}
.answer {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	line-height: 18px;
	margin-top: 0;
	margin-left: 48px;
}


.contact {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight : bold;
	margin-left: 8px;
	margin-top: 20px;
	margin-bottom: 0;
}
.copyright {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 8px;
}

em {
	font-weight: bold;
	font-style: normal;
}


div.nav {
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	margin-bottom: 4px;
}
div.nav a {
	/* the normal navs */
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}




