BODY {
	color : Black;
	background-color : #fcfcfc;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #5686af;
	scrollbar-track-color: #dddddd;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #5686af;
	scrollbar-darkshadow-color: #5686af;
	font-size : 90%;
}


a:link {
	text-decoration: none;
	color: #5686af;
        font-weight : 500;
}
a:visited { color: #537897; 
            text-decoration : none;
            font-weight : 500;}
a:hover {
	color: #82A9CA;
	text-decoration : underline;
	font-weight : 500;
}
a:active { color: Red; }

a:link.blak {
	color: #004488;
	font-weight : 500;}
a:visited.blak { color: #003377; 
        text-decoration : none;
        font-weight : 500;
}
a:hover.blak {
	color: #006699;
	text-decoration : underline;
	font-weight : 500;}
a:active.blak { color: Red;
	font-weight : 500;}

a:link.dnld {
	font-family: Arial, Helvetica, sans-serif;
	color: #004488; font-size:90%;
	font-weight : 500;}
a:visited.dnld { color: #003377; 
        text-decoration : none;
        font-weight : 500;  font-size:90%;
	font-family: Arial, Helvetica, sans-serif;}
a:hover.dnld {
	color: #006699;  font-size:90%;
	text-decoration : underline;
	font-weight : 500;
	font-family: Arial, Helvetica, sans-serif;
}
a:active.dnld { color: Red;
	font-weight : 500;  font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
}

td.pict {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom : 10;
	padding-top : 25;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #e0e0e0;
}