.brown_text{
	font-family:Georgia, Times New Roman;
	color:#524B3B;
	font-size: 12px;
	text-align:left;
	height: 100%;
}
.brown2_text{
	font-family:Georgia, Times New Roman;
	color:#524B3B;
	font-size: 12px;
	text-align:center;
	height: 100%;
}
.brown3_text{
	font-family:Georgia, Times New Roman;
	color:#524B3B;
	font-size: 11px;
	text-align:right;
	height: 100%;
}	
.white_text{
	font-family:Georgia, Times New Roman;
	color:#FFFFFF;
	font-size: 12px;
	text-align:left;
	height: 100%;
}
.white2_text{
	font-family:Georgia, Times New Roman;
	color:#FFFFFF;
	font-size: 12px;
	text-align:center;
	height: 100%;
}

/******* hyperlink and anchor tag styles *******/

a {
	color: #80644d;
	text-decoration: none;
	font-size: 10px;
}
a:link{
	color: #574434;
	text-decoration: none;
	font-size: 12px;
}

a:visited{
	color: #574434;
	text-decoration: none;
	font-size: 12px;
}

a:hover{
	color: #80644d;
	text-decoration: none;
	font-size: 12px;
}
