BODY {
	margin: 0px;
	font-family: Arial, Helvetica, Geneva;
	font-size: 8pt;
	color: #000000;
	scrollbar-face-color: #EBEBE7;
	scrollbar-shadow-color: #EBEBE7;
	scrollbar-highlight-color: #EBEBE7;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #6B6B67;
	scrollbar-track-color: #DBDBD7;
	scrollbar-arrow-color: #000000;
}

TD {
		font-family: Arial, Helvetica, Geneva;
		font-size: 8pt;
		color: #555555;
}

H2 {
		font-family: Arial, Helvetica, Geneva;
		font-size: 10pt;
		color: #6C7CB5;
		text-decoration: underline;
		position: RELATIVE;
		top: +10px;
		left: 0px;
}

TD IMG {
	display: block;
}

A {
		font-family: Arial, Helvetica, Geneva;
		font-size: 8pt;
		color: #5172E3;
		text-decoration: none;
}
	
A:Hover {
		font-family: Arial, Helvetica, Geneva;
		font-size: 8pt;
		text-decoration: underline;
}

.borderline {
	border-left: solid #000000 1px;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
}

A.copy:Hover {
	width="100%";
	border-left: solid #000000 0px;
	border-top: solid #000000 0px;
	border-bottom: solid #000000 0px;
	border-right: solid #000000 0px;
	cursor: default;
	padding-top: 0px;
	padding-left: 0px;
	color: #ffffff;
	background-color: #11215B;
	filter: alpha(opacity=90);
	text-decoration: none;
}

.Heading {
    color: #342B6A;
	font-size: 20pt;
	font-weight: bold;
}

.SubHeading {
    color: #000000;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
}

.copy {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

.pic {
	color: #000000;
	font-size: 7pt;
	font-weight: bold;
}

.links {
	position: RELATIVE;
	top: -20px;
	left: 10px;
}