/* CSS Document */

body {
   font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal
}


a:link {
    color: #3A592F;
	text-decoration: none;
	font-weight: normal;
} 

a:visited {
    color: #3A592F;
	text-decoration: none;
	font-weight: normal;
} 

a:hover {   
    color: #3A592F;
	text-decoration: none;
	font-weight: normal;
} 

a:active {
    color: #3A592F;
	text-decoration: none;
	font-weight: normal;
}

.sideText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}

.sideHeader1 {
    color: #5A4636;
}

.sideHeader2 {
    color: #172E58;
	font-style: italic;
}

.exerpt {
font-size: 12px;
font-weight:  normal;
}

.bodyText {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
	
	
.bodyHead {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #5A4636;
	font-size: 15px;
	font-weight: normal;
}
	
.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}

.pageTitle {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

.caption {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic; 
}.bodyTextItalics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;

}
.sideTextItalics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;

}
.bodyHeadItalics {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5A4636;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;

}
.bodyTextBold {

    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
