/* 			_______________________	*/
/*			THE HEADLINES			*/

h3			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 0px 0px 6px 0px;
			font-size: 26px;
			line-height: 30px;
			letter-spacing: -1px;
			font-weight: bold;
			}
			

h4			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 0px 0px 6px 0px;
			font-size: 34px;
			line-height: 30px;
			letter-spacing: -1px;
			font-weight: bold;
			}
			
h5			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 0px 0px 6px 0px;
			font-size: 40px;
			line-height: 34px;
			letter-spacing: -1px;
			font-weight: bold;
			}
			
			
#frame		{
		
			margin-right: 40px;
			margin-left: 40px;
			margin-top: 30px;
			margin-bottom: 30px;
			border-top: 3px double #CCC;
			border-bottom: 3px double #CCC;
			padding: 20px;
	
			}			
			

#widescrtxt	{
			position: relative;
			width: 400px;
			
			text-align: left;
			
			font-family: Georgia, Verdana;
			color: #7F7F81;
			
			font-size: 14px;
			line-height: 16px;
			
			}