body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#content p{
	line-height: 18px;
}

h1 {
	font-size: 17px;
	color: #FD011A;
	margin-bottom: 10px;
}


h2 {
	font-size: 18px;
	color: #FD011A;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	color: #000;
	margin-top: 2px;
}


hr {
	border: 1px weight:1px dotted #000 ;
}


#content li {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}


th {
	text-align: left;
}

.personLeft {
	float: left;
}


.personRight {
	display: block;
	margin-left: 180px;
}

