body {
	background-color: #FE0000; font-family:Arial, Helvetica, sans-serif; margin: 0px;
}

td {
font-family:Arial, Helvetica, sans-serif;
	color: #1b1476;
	font-weight: bold;
	font-size: 12px;
}



.subheading  {
	color: #046404;
	font-weight: bold;
	font-size: 18px;
	}
	
.headerBg {
	background-image:url(images/CirclesTop.jpg);
	}
	
.middleContentBg {
	background-image: url(images/ContentMiddleBG.jpg);
	}
	
	
.redText {color: #D20005;}

.blackText {color: #000000;}

.biggerDefaultText {font-size: 14px;}

.formButtons {background-color:#000099; color: #FDFF08; font-weight: bold; border: 2px solid #D20005;}

.formFields {border: 1px solid #D20005;}

/* #=pdf */
	
ul.pdf {
	list-style-type:none;
	margin:10px 0 10px 3%;
	padding:0;
	}

	ul.pdf li {
		background: transparent url("images/pdf_icon.gif") 0 4px no-repeat;
		padding:8px 0 9px 30px;
		margin:0 0 1px;
		line-height:1.2em;
		}
	
	* html ul.pdf li {
		padding:5px 0 9px 30px;
		}
		
	* html ul.pdf li {
		background-position:0 1px;
		}
		
.table-items{
	border:1px solid #ccc;
	border-bottom:0;
	width:100%;
}
table.table-items td {
	padding:4px;
	border-bottom:1px solid #ccc;
	}
.table-items .ruled{
	background-color:#c4d5dd;
}