

/*********************************** Main tables ************************************/

/***** border for all table cells (for testing) *****/
table tr td{

	/*border:2px solid #aaaaaa;*/
	
}
table{

	/*border:2px solid #aaaaaa;*/	

}




/***** Main content cell *****/
.contentcell{

	vertical-align: top;
	/*padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:5px;*/
	padding-left:10px;
	padding-right:10px;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	width:880px;
	
	
}

form{
	font-family:Times New Roman, Times, serif;
	font-size:15px;

}

.introtext{

	margin-left:10px;
	margin-right:8px;
	
}

/***** Main text *****/
.introtext tr td p{

	/*border: 2px solid #E2080F;*/
	padding:11px;
	margin:8px;
	margin-top:0px;
	font-family:Times New Roman, Times, serif;
	font-size:15px;
	
}

.ppform{
	
	margin-left:18px;
	background:#F7F0E4;
	width:785px;
	padding:15px;
	border:2px solid #cccccc;

}


/********************************** Stuff *********************************/

.donsubtitle{

	font-weight:bold;
	font-size:18px;

}

.donsubheader{

	font-weight:normal;
	font-size:24px;
	color:#980509;
	
}



