
A			{ color: #800080 }
A:link      { color: #800080; font-style: bold;}
A:active    { color: #400040; font-style: bold;}
A:visited   { color: #400040; font-style: bold;}
A:hover     { color: #4444FF; font-style: bold;}

UL { 
	margin-left: 50; 
	margin-right: 50;
}

OL { 
	text-align: Justify; 
	margin-left: 50; 
	margin-right: 50;
}

BODY {
	font-family:Arial;
	font-size: expression(screen.deviceXDPI > 100 ? "9.6pt" : "12pt");
	color: #2222CC;
	background: #FFFFFF;
}
TABLE {
	font-family:Arial;
	font-size: expression(screen.deviceXDPI > 100 ? "9.6pt" : "12pt");
	color: #2222CC;
}
.scrollDiv {	
	height: 480px;	
	overflow: auto;	
	border: 0px;	
	background-color: #FFFFFF;	
	padding: 5px;
}
.scrollFont {
	font-family: Arial;
	font-size: 9pt;
	font-size: expression(screen.deviceXDPI > 100 ? "7.2pt" : "9pt");
	color: #4444c0;
}
.Title {
	font-size: expression(screen.deviceXDPI > 100 ? "14.4pt" : "18pt");
	font-style: bold;
}
.txt24 {
	font-size: expression(screen.deviceXDPI > 100 ? "19.2pt" : "24pt");
}
.txt20 {
	font-size: expression(screen.deviceXDPI > 100 ? "17pt" : "20pt");
}
.txt18 {
	font-size: expression(screen.deviceXDPI > 100 ? "14.4pt" : "18pt");
}
.txt14 {
	font-size: expression(screen.deviceXDPI > 100 ? "11.2pt" : "14pt");
}
.txt12 {
	font-size: expression(screen.deviceXDPI > 100 ? "9.6pt" : "12pt");
}
.txt10 {
	font-size: expression(screen.deviceXDPI > 100 ? "8pt" : "10pt");
}
.txt8 {
	font-size: expression(screen.deviceXDPI > 100 ? "6.4pt" : "8pt");
}


