BODY {
	background-attachment: fixed;
}

.shadow {
	font-size: 16pt;
	font-weight: 100;
	color: #000000;
	font-family: "Tahoma","Times",serif;
}

.fill {
	font-size: 16pt;
	font-weight: 100;
	font-style: normal;
	color: #FBEED5;
	font-family: "Tahoma","Times",serif;
}
.page {
	position: absolute; left: 0; top: 0; width: 480;  visibility: visible; clip:rect(0px 900px 350px 0px);
	
	
	z-index: 7;
	visibility: hidden;
}

.title {
	font-size: 26pt;
	font-weight: 400;
	font-style: normal;
	font-family: "Tahoma","Times",serif;
	color: #567A7A;
}

OL {
	font-size: 10pt;
	font-weight: 400;
	font-style: normal;
	font-family: "Tahoma","Times",serif;
	color: #AFB2A1;
}
LI {
	font-size: 10pt;
	font-weight: 400;
	font-style: normal;
	font-family: "Tahoma","Times",serif;
	color: #9BA0A8;
}

P {
	font-size: 10pt;
	font-weight: 400;
	font-style: normal;
	font-family: "Tahoma","Times",serif;
	color: #9BA0A8;
}
Table {
	font-size: 10pt;
	font-weight: 400;
	font-style: normal;
	font-family: "Tahoma","Times",serif;
	color: #9BA0A8;
}
.dim {
	FILTER: Alpha(opacity=50); moz-opacity: 50%
}
.notDim {
	FILTER: Alpha(opacity=100); moz-opacity: 100%
}
A.top:link {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: boldl; color: #ffffFF; PADDING-BOTTOM: 0px; PADDING-TOP: 2px; BACKGROUND-COLOR: blue; text-decoration:none;
}
A.top:visited {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; color: #ffffFF; PADDING-BOTTOM: 0px; PADDING-TOP: 2px; BACKGROUND-COLOR: blue; text-decoration:none;
}

a:link {
color: blue;
 text-decoration:none;
font-size: 10pt;
font-family: "arial", "times new roman","helvetica",  sans-serif;
}

/*	Links visited links							*/
a:visited {
color: #993399;
 text-decoration:none;
font-size: 10pt;
font-family: "arial", "times new roman","helvetica",  sans-serif;
}

/*	Links active links (not widely supported)				*/
a:active {
color: #F6AE00;
 text-decoration:none;
font-size: 10pt;
font-family: "arial", "times new roman","helvetica",  sans-serif;
}