h1, h2 {
    line-height:1.5;
}

h1 { 
	color:#666666;
	font-size: 110%;
	font-weight: bold;
	float:center; 
	margin: 5px 0px 0px 10px;
}

h2 {
	color:#333333;
    font-size: 110%;
	font-weight: bold;
	float:center; 	
	margin: 10px 0px 10px 0px;

}

.col {
     width: 320px;
	 float: left;
	 padding: 0px 20px 0px 0px;
}

.col p {
	color:#333333;
	font-size: 100%;
	font-weight: normal; 
	margin: 0px;
    margin-top: 5px;
	margin-bottom: 10px;
    list-style-type: none;    
    border-bottom: 1px dotted #CCCCCC;
	line-height: 150%;
}	

table {
    border: 0px solid #FFFFFF;
    width: 680px;
}

th {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	padding: 0px;
	margin: 5px 5px 5px 5px;	
}

td {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	padding: 0px;
	margin: 5px 5px 5px 5px;	
}	