.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%;

}
.white_text a{
	font-family:Georgia, Times New Roman;
	color:#FFFFFF;
	font-size: 12px;
	text-align:left;
	height: 100%;
	text-decoration:underline;

}

.white2_text{
	font-family:Georgia, Times New Roman;
	color:#FFFFFF;
	font-size: 12px;
	text-align:left;
	height: 100%;

}

.white2_text a:link{
	font-family:Georgia, Times New Roman;
	color:#FFFFFF;
	font-size: 12px;
	text-align:left;
	height: 100%;
	text-decoration:underline;

}


/******* 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;

}

