/* CSS Document */

.navcontainer
{
background: #FDF2DC;
color: #691616;
}

.navcontainer a
{
color: #AE2626;
text-decoration: none;
display: block;
text-align: center;
font: small-caps normal 12px/22px Georgia, "Times New Roman", Times, serif;
}

.navcontainer a:hover
{
color: #691616;
background: #FAE8BA;
}

.navcontainer a:visited {
	color: #691616;
}

.maintext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-style: italic;
}

.textheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #AE2626;
	font-size: 16px;
	font-style: italic;

}

.textsubheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;

}

a {
	color: #AE2626;
}
a:visited {
	color: #691616;
}

.textsmall {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	font-style: italic;
}
.box {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-style: italic;
	text-align: justify;

}
