body {
	background-color: #666666;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #0000FF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #020181;
	text-align: left;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: left;
}
.photoright {
	padding-right: 10px;
}
.dashedline {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
