.marked {
	font-weight : bold;
}
.txt7 {
	font-size : 7pt;
	color: #ECEFFF;
}
.txt8 {
 font-size : 8pt;
}
.txt11 {
	 font-size : 11pt;
}
.txtJustify {
	text-align: justify;
}
.col1 {
	background-color: white;
}
.col2 {
	background-color: #759BBC;
}
.col3 {
	background-color: #D4E1EA;
}
a {
	color: white;
	font-style: normal;
	text-decoration: underline
}
a:hover {
	text-decoration: none;
}
a:active { 
	color: white; 
	text-decoration: underline
 }
a:visited {
	color: white;
	font-style: normal;
	text-decoration: underline
}
body {
	/* background-color: #648FB4; */
	background-color: #2281BA;
	scrollbar-base-color: #C0C0C0;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #648FB4;
	scrollbar-face-color: #648FB4;
	scrollbar-shadow-color: #FFFFFF;
}
td {
	color: #F5F6FC;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
li { list-style-type: square }