BODY {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	background-color: #ebebeb;
	color: #575a5d;
	font-weight: normal;
	font-size: 10pt;
	line-height: 13pt;
	text-align: center;
}

A {
	color: #96a924;
	text-decoration: underline;
	font-weight: normal;
	font-style:italic;
	font-size: 10pt;
	line-height: 13pt;
}

A:link {
	color: #96a924;
	text-decoration: underline;
}

A:visited {
	color: #96a924;
	text-decoration: underline;
}

A:hover {
	color: #96a924;
	text-decoration: underline;
}

.contentAlign_noBar {
	position:relative;
	left: 62px;
	top: 87px;
	width: 490px;
}

.contentAlign_withBar {
	position:relative;
	left: 62px;
	top: 58px;	
	width: 490px;
}

.contentAlign_withBar_wide {
	position:relative;
	left: 62px;
	top: 58px;	
	width: 645px;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 700px;
	height: 340px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right;
}
