
.LargeBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000080;
	font-size: x-large;
}
.LargePink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #dc3d96;
	font-size: x-large;
}
.Body_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000080;
	font-size: medium;
}
.Body_Pink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #dc3d96;
	font-size: medium;
}
.Body_blueBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000080;
	font-size: medium;
}
.Body_PinkBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #dc3d96;
	font-size: medium;
}
.footer {
	font:"lucida Bright", verdana, "Lucida Sans Unicode", Arial;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	color:#000000;
}

.symbolsize {font-size: small}
body { 
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #00080;
}
.TOPbuttonClass {
	BORDER-RIGHT: none; 
	BORDER-TOP: none;
	left: 50px; 
	BORDER-LEFT: none; 
	BORDER-BOTTOM: none; 
	POSITION: fixed; 
	POSITION: expression("absolute");
	BOTTOM: 25px; 
	TOP: expression(body.scrollTop)
}
.BottombuttonClass {
	BORDER-RIGHT: none; 
	BORDER-TOP: none; 
	RIGHT: 10px;
	BORDER-LEFT: none; 
	BORDER-BOTTOM: none; 
	POSITION: fixed; ; 
	POSITION: expression("absolute");
	BOTTOM: 25px; 
	TOP: expression(body.scrollTop + 460 + "px")
}
