/* CSS Document */
body {
	float: none;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	vertical-align: top;
	width: 580px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-weight: normal;
	font-size: 120%;
	color: #162FB0;
	padding-top: 3px;
	padding-bottom: 5px;
}
h3 {
	color: #000000;
	font-size: 110%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
h4 {
	font-size: 95%;
	color: #666666;
	font-weight: lighter;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
}

p {
	font-size: 80%;
	text-align: left;
	vertical-align: top;
	line-height: 1.1;
	white-space: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
}
ul {
	font-size: 80%;
	line-height: 1.2;
	list-style-type: disc;
	text-align: left;
	margin-left: 25px;
	color: #333333;
} 
li {
	padding-bottom: 10px;
} 
table {
	border: thin solid #9999CB;
}
th {
	font-size: 85%;
	color: #5E5D7F;
}
td {
	font-size: 80%;
	color: #333333;
}
table.photo {
	border: none;
}
p.center {
	text-align: center;
}
