BODY {
	width: 590px;
	margin: 15px;
	background-color: #ffffff;
	color: #000000;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: left;
}

IMG.arrow {
	position: relative;
	top: 2px;
	border: 0px;
}

IMG.photo {
	position: absolute;
	left: 60px;
	top: 40px;
	width: 300px;
	border: 0px;
}

DIV.rhside {
	position: relative;
	left: 400px;
	top: 0px;
}

DIV.cond {
	position: relative;
	width: 150px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* bottom of a section */
DIV.bottomcond { 
	position: relative;
	width: 150px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* top of a new section */
DIV.topcond { 
	position: relative;
	width: 150px;
	margin-top: 15px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

DIV.rhlink {
	position: relative;
	left: 400px;
	top: 25px;
	text-align: left;
}

A:link, A:visited, A:active {
	color: #0099cc;
	text-decoration: none;
	font: bold 10pt Arial, Helvetica, sans-serif;
}

A:hover {
	color: #003399;
	text-decoration: none;
	font: bold 10pt Arial, Helvetica, sans-serif;
}

