@charset "utf-8";
/* CSS Document */

.normalText {
	font-family: "Eras Demi ITC";
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
}
.bigHead {
	font-family: "Eras Demi ITC";
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
}
a:link {
	font-family: "Eras Demi ITC";
	color:#FF0000;
	font-size: 14px;
	cursor: crosshair;
	filter: DropShadow(Color="#CCCCCC", OffX=2, OffY=2, Positive=5);
	}

a:visited {
	font-family: "Eras Demi ITC";
	color:#6699CC;
	font-size: 14px;
	cursor: crosshair;
	filter: DropShadow(Color="#CCCCCC", OffX=2, OffY=2, Positive=5);
	
 }
#table {
	overflow-y: scroll;
	height: 200px;
	width: 600px;
}
#bigTable {
	overflow-y: scroll;
	height: 200px;
	width: 700px;
}
