/* CSS Document */

	h1{ 
		font-size:			28px;
		color:				#977a2c;/*Gold Header*/
		font-variant:		small-caps;
		font-family	:		"Times New Roman", Times, serif;
		margin:				15px 0px 0px 0px;
	}
	h2{ 
		font-size:			12px;
		font-weight:normal;
		color:				#d3664b;/*Reddish Header*/
		text-transform:		uppercase;
		line-height:24px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding-bottom: 10px;

	}
	h3{
		font-size:12px;
		font-weight:bold;
		font-style:italic;
		line-height:20px;
		margin:0px;
		}
	h4{		
		font-size:			16px;
		color:				#977a2c;/*Gold Header*/
		font-variant:		small-caps;
		font-family	:		"Times New Roman", Times, serif;
		margin:				0px 0px 5px 0px;}
	h5{font-size:			12px;
		color:				#977a2c;/*Gold Header*/
		font-weight:bold;
		margin-bottom:5px;}
	.news-title{
		font-size:			12px;
		color:				#977a2c;/*Gold Header*/
		font-weight:		bold;
		margin-bottom:		0px;
		text-transform:		uppercase;
		width:100%;
		display:inline-block;
		}
	.news-date{
		font-size:			10px;
		color:				#000000;/*Gold Header*/
		}
	.news-article{}
	.news-link{ width:93%; display:inline-block; text-align:right;}
	.news-divider{background-color:#cbc3b0;height:1px;width:93%;margin-top:13px;margin-bottom:13px;}	
	
	.error_flag{
		color: #FF0000;
	}
	.txt_sm{
		font-size:11px;
	}
	
	 p{
		font-size:				12px;
		line-height:			22px;
		color:					#000000;
		
		}