/* CSS Document */a:visited {	font-family: "Times New Roman", Times, serif;	color: #999999;	text-decoration: underline;	}	a:hover {	font-family: "Times New Roman", Times, serif;	color: #CC0000;	text-decoration: underline;	}	a:link {	font-family: "Times New Roman", Times, serif;	color: #FF9900;	text-decoration: underline;	}	body {		background-color: #000000;	font-family: "Times New Roman", Times, serif;		font-size: 16px;		line-height: normal;		color: #000000;	}	p { margin-top: 20px; 	margin-bottom: 20px;	margin-left: 20px; 	margin-right: 20px; }table {	color: #000000;	}	td, th {	font-family: Times New Roman, Times, serif; 	font-size: 16px; 	font-style: normal; 	/*text-align: justify;*/ 	color: FFFFFF;	}	.largeitalictext {	font-family: Times New Roman, Times, serif; 	font-size:28; 	font-style:italic;	text-align: center;	}	.boldtext {	font-family: Times New Roman, Times, serif; 	font-size:16; 	font-style:normal;	font-weight: 800;	}	.italictext {	font-family: "Times New Roman", Times, serif;	font-size: 16px;	line-height: normal;	color: #000000;	text-align: justify;	font-style: italic;	}.small_white {	font-family: Times New Roman, Times, serif; 	font-size: 12px; 	font-style: normal; 	text-align: justify; 	color: FFFFFF;	}	ul li {		style=font-family: "Times New Roman", Times, serif; 	list-style-type: circle;	margin-top: 5px; margin-bottom: 5px; margin-left: 20px; margin-right: 20px;	}.footer { 	font-family: "Times New Roman", Times, serif;	font-size: 11px;	font-weight: bold;	line-height: 1.83em;	color: #FFFFFF;	text-align:center;	}.smallitalic { 	font-family: "Times New Roman", Times, serif;	font-size: 11px;	font-weight: bold;	color: #000000;	}