body {
	background-color: #FFFFFF;
	font-family: arial;
	color: #000000;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #09367A;
}

a:visited {
	text-decoration: none;
	color: #09367A;
}

a:hover {
	text-decoration: none;
	color: #F38900;
}

a:active {
	text-decoration: none;
}

a.headerLink:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.headerLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.headerLink:hover {
	text-decoration: none;
	color: #F38900;
}

a.headerLink:active {
	text-decoration: none;
}

.headerTable {
	background-color: #8CA8D0;
}

.largeOrange {
	font-size: 18pt;
	font-weight: bold;
	color: #F38900;
}

.small {
	font-size: 8pt;
}

.smallRedBold {
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
}

.bordered {
	border: 1px solid #F38900;
}

.borderedBottom {
	border-left: 1px solid #F38900;
	border-right: 1px solid #F38900;
	border-bottom: 1px solid #F38900;
}

.leftSide {
	background: #DEEBE4;
}

#page {
	margin: 0px auto;
	width: 780px;
	text-align: left;
}

#header {
	margin: 0px auto;
	width: 780px;
	height: 100px;
}

#footer {
	margin: 0px auto;
	clear: left;
	width: 780px;
	height: 100px;
	text-align: center;
}

#reviewee {
	float: right;
	width: 210px;
	height: 150px;
	text-align: left;
}


