
	body,td{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}




	h1 {
		font-style: normal;
		color: #4a6b84;
		font-size: 20px; 
		margin:0px;
		}
		
	h2 {
		color: #999;
		font-size: 16px;
		margin: 10px 0px 5px;
		line-height: 1.4em;
		}
		
	h2 strong {
		color: #666;
		font-weight: normal;
		}
		
	h3 {
		color: #4a6b84;
		font-size: 14px;
		margin: 20px 0px 10px;
		}

	li {
		padding-bottom:3px;
	}
		
	#list1 li {
		padding-bottom:3px;
		list-style-type: square;
	}

	.sectionbox{ 
		padding:3px;
		width:100%;
		background-color:#313031;
		font-size: 13px;
		font-weight: bold;
		color: #ffffff; 
		text-align:left;
	}  /* [Section Box|DIV] */

	.messagebox{ 
		font-family: Arial, Helvetica, sans-serif;
		padding:4px;
		width:95%;
		background-color:#dfe8ef;
		font-size: 11px;
		font-weight: normal;
		border:1px dotted #cccccc;
		color: #000000;
		text-align:center;
	}  /* [Message Box|DIV] */

