body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	color:#000000;
}

a:link {
	color: #FE5240;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#FE5240;
	text-decoration:none;
}

.textStandout {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.handPointer {
	cursor:pointer;
}

.tableHeader {
	background-color: #FE5240;
	color: #FFFFFF;
	font-style:italic;
}
.tableMinor {
	font-size: 9px;
	font-style: italic;
}
.pageEmph {
	font-weight: bold;
	font-style: italic;
}
	
.header {
	position: absolute;
	height: 200px;
	width: 660px;
	left: 25px;
}

.contentLeft {
	position: absolute;
	width: 130px;
	top: 215px;
	
	/*border-color:#000000;
	border-style:solid;
	border-width:thin;
	border: 1px solid #FE5240;*/
	
	background-color:#FFFFFF;
}

.leftHead {
	font-size: 12px;
	font-weight:bold;
}
.contentMain {
	position: absolute;
	width: 555px;
	top: 230px;
	left: 145px;
	
	/*border-color:#000000;
	border-style:solid;
	border-width:thin;
	border: 2px solid #303030;*/
	
	background-color:#FFFFFF;
	
}