	/* TYPOGRAPHY newstypography.css > News Page Cascade Style Sheet *************************************/
	/* ***************************************************************************************************/


	/* Content Structure > Pods > Pod Elements */	
	#boxa h2, #boxb h2, #boxc h2, #boxd h2
	{
		margin:0px 0px 0px 0px;
		padding:3px 3px 3px 5px;
		color:#ffffff;
		background-image:url('../../graphics/template/red_header.jpg'); 
		background-repeat:repeat;
		background-color:inherit;
	}
	
	#main h2
	{
		text-transform:uppercase;
	}
	
	span
	{
		text-transform:none;
	}
	
	#boxa p, #boxb p, #boxc p, #boxd p
	{
		margin:0px 0px 0px 0px;
		padding:1px 4px 1px 4px;
		color:#333333;
		background-color:inherit;
	}
	
	/* contact page error heading */
	h3.contact, h3.error
	{
			border-top:1px dotted #cccccc;
			margin:30px 0px 10px 0px;
			padding:10px 0px 0px 0px;
	}
	
	h3.error, label.incorrect
	{
		color:red;
		text-transform:normal;
	}

 	label.incorrect
	{
		color:red;
		border:none;
		text-transform:normal;
	}
	
	label.incorrect, label.correct
	{
		font-weight:bold;	
	}
	
	span.contact
	{
		border:1px solid red;
		margin:0px 15px 0px 0px;
		display:inline;
		width:100px;
	}
	