/* ---------------------------------------------------------

		STYLESHEET CONTAINS BASIC TYPOGRAPHIC RULES 

--------------------------------------------------------- */

/* Reset all styles ********************** */
* { margin: 0; padding: 0; } 
		
.BodyTextLarge 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 27px;
	font-weight: normal;
	color: #3A3F24;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

.BodyText 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #3A3F24;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

.BodyText a 
{		
	color: #3A3F24;
	text-decoration: underline;
}	
		
.BodyText a:visited 
{
	color: #3A3F24;
	text-decoration: underline;
}	

.BodyText a:hover 
{
	color: #3A3F24;
	text-decoration: underline;
}	

.TitleText 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 27px;
	font-weight: normal;
	color: #3A3F24;
	text-align: left;
	margin: 20px 0px 10px 0px;
}

.SmallText 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #3A3F24;
	margin: 8px 0px 8px 20px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
	text-align: left;
}

li.RomanList {
	list-style-type: upper-roman;
	margin: 8px 0px 8px 50px;
}

