body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	font-weight: normal;
	

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
	color: #333333;

	

}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small
	font-style: normal
	color: #333333;

}

.MainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #4c4337;
	text-align: center;
}

.MainSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
}

.MainSubtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.BodyTextMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

.LeftcolHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4c4337;
}
.LeftSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A3480C;
}

.LeftTextGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.LeftTextBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A3480C;
}

.LeftTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.LeftSubhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c3773b;
}
.TextBlueHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00A2B5;

}

.SmallCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	font-variant: small-caps;
}
.MedBrownBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E8D9AE;
	background-color: #A3480C;
	background-position: center center;
	padding: 3px;
	text-align: center;
}


a:link {
	color: #666666;
}
.BrownBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E8D9AE;
	background-color: #4C4337;
	background-position: center center;
	padding: 3px;
}

/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

.LeftWhiteLinks { color: #FFFFFF}

/*These are the 	link style definitions.*/

a.LeftWhite:link { color: #FFFFFF;text-decoration: underline;}
a.LeftWhite:visited { color: #FFFFFF;text-decoration: underline;}
a.LeftWhite:hover { color: #FFFFFF;text-decoration: none;}
a.LeftWhite:active { color: #FFFFFF;text-decoration: underline;}


a:visited {
  color: #333333;
}

a:hover {
    color: #000000;
	text-decoration: none;
}

a:active {
	color: #4C4337;
}



h1{
	color: #4C4337;
}

h2 {
	color: #666666;
}



h3, h4, h5, h6 {
	color: #666666;
}

a {
  color: #666666;
}

