/* Content Layout Classes */
.areaContent {
	background-color: #F7F7F7;
}

.areaText {
	/* background-color: #98B099; */
	/*background-color: #CED9CD;*/
	background-color: #E3EBE2;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999999;
}

.borderDark {
	border: 1px solid #999999;
}

.borderLight {
	 border: 1px solid #D4D4D4;
}	 

/* Text Classes */
.txtTitle {
	color: #603000;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	*/
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;
	line-height: 16px;
	font-size: 20px;
	
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

.txtSubTitle {
	color: #603000;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	*/
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;
	line-height: 16px;
	font-size: 16px;
	
	font-weight: bold;
	text-transform: capitalize;
}	

.txtBlocked {
	color: #4b2f20;
	border: 1px solid #D4D4D4;
	background-color: #F2F6F2;
	font-family: Georgia, "Times New Roman", Times, Bookman, serif;
	font-size: 12px;
	padding: 8px 8px 8px 8px;
}

.txtCopywrite {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;
	font-size: 10px;
}

.txtDefault {
	color: #603000;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	*/
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;
	line-height: 20px;
	font-size: 14px;
}

.txtDefault a:link {
	color: #603000;
	text-decoration: none;
}

.txtDefault a:visited {
	color: #603000;
	text-decoration: none;
}

.txtDefault a:hover {
	color: #603000;
	text-decoration: underline;
}

.txtDefault a:active {
	color: #603000;
	text-decoration: underline;
}
