.subtitle 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style:italic;
	font-weight: bold;
	color: #543C1C;	/*brown*/
}
.heading 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	color: #543C1C;	/*brown*/
}
.maintitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #003EBA;/*blue*/
}

.nav 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003EBA;
	line-height: 28px;
	/*text-decoration: underline;*/
}

.small 
{
	font-size: 10px;
	font-style: italic; 
}

.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#543C1C; /*brown*/
}
hr 
{
	background: #003EBA;/*blue*/
	height:3px;
}
image {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noOutline
{
border:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
outline:none;

}
