body {
	background: #FFFFFF;

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.75;
	color: #1c1c1c;
}

#cssWrapper {
	z-index:1;
	text-align: left;
	border:0px;
	width: 1000px;
}

#cssHeader {
	z-index:1;
	position: relative;
	float:right;
	margin: 0px auto;
	padding: 0px;
	text-align:right;
}

#cssLeft {
	z-index:1;
	position: relative;
	float:left;
	width: 143px;
	min-height: 673px;
	padding: 0px;
}

#cssRight {
	z-index:1;
	position: relative;
	float:right;
	width: 820px;
	min-height: 500px;
	margin: 37px 0px 0px 0px;
	padding: 0px;
}

#cssFooter {
	z-index:1;
	position: relative;
	float:right;
	margin: 0px 0px 0px 0px;
	text-align:right;
}

p.Title { color: #292562; font-size: 1.8em; padding-left: 1.1em; line-height: 40%;}
p.Body { color: #1c1c1c; font-size: 0.9em; }
p.Indent { color: #1c1c1c; font-size: 0.9em; padding-left: 1.1em; }


a:link {
	color: #292562;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #292562;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #26abe6;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	text-decoration: none;
	color: #26abe6;
}
.imgMargin {
	margin: 0px 8px 0px 0px;
}

html {
    overflow-y: scroll;
}

