* {
	font-family: Times New Roman,Times;
	font-size: 13px;
	line-height: 18px;
	color: #774600;
}

BODY {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
}

TABLE.header {
	border-top: 1px solid #774600;
	border-bottom: 1px solid #774600;
	width: 800px;
}

TABLE.layout {
	width: 800px;
	background-color: #FBF9EC;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #774600;
}

TD {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}

TD.header {
	padding: 0px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
}

IMG.photo {
	border: 1px solid #774600;
}

A.navigation {
	text-decoration: none;
}

A.navigation:hover {
	color: #CC6600;
}

P {
	text-align: justify;
}

DIV {
	text-align: justify;
}

SPAN {
	text-align: right;
	font-size: 11px;
}

SUP {
	font-size: 10px;
}