		/* Define the basic body structure that all documents will take on */
		BODY {
			leftmargin: 5px;
			topmargin: 5px;
			marginwidth: 5px;
			marginheight: 5px;
			background-color: #FFFFFF;
			color: #000000; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 12px; 
		}
		
		/* Define the basic span characteristics we are looking for */
		DIV {
			color: #000000; 
			text-decoration: none;
			text-align: center; 
		}	
		
		SPAN {
			text-decoration: none; 
		}	
		
		TD {
			font-size: 12px;
			vertical-align: top;
		}

		TD.headerCell {
			font-size: 14px;
			color: #FFFFFF;
			background-color: #005739;
			font-weight: bold;
		}

		TD.headline {
			border-bottom:1px #000000 solid;
			font-weight:bold; 
			background-color: #FFFFFF;
			color: #005739;
		}

		TD.row1 {
			background:#FFFFFF;
			color:#000000;
		}

		TD.row2 {
			background:#CCCCCC;
			color:#000000;
		}

		P {
			padding: 10px;
		} 
		
		.footer {
			font-size: 10px;
		}

		LI {
			position:relative;
			left:-10px;
		}