/* CSS Document */

body {
	background-color: #D3CCBC;
	color: #444444;
}

.bodytext {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px;}
.smalltext {font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 14px;}
.browntext {color: #562F10; font-weight: bold;}
.featuretext {font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.footertext {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #305F96; }
.navtext {font-size: 14px; color: #305F96; font-family: Arial, Helvetica, sans-serif; font-weight:bold;}
.gtext1 {font-family: Garamond, "Times New Roman", "Trebuchet MS", serif; font-size: 11pt; color: #562F10;}

a:link {
	color: #305F96;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #305F96;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.copyrighttext {
	color: #381F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

