/* CSS Document */

<!--
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td,th {
	color: #333333;
}

A.style1 {
	color:#003366;
	text-decoration: underline;
}

A.style1:visited {
	color:#003366;
	text-decoration: underline;
}

A.style1:hover {
	color:#003366;
	text-decoration: none;
}

A.style3 {
	color:#AEDF1A;
	text-decoration: underline;
}

A.style3:visited {
	color:#AEDF1A;
	text-decoration: underline;
}

A.style3:hover {
	color:#AEDF1A;
	text-decoration: none;
}

A.style4:visited {
	color:#EEEEEE;
	text-decoration: underline;
}

A.style4:hover {
	color:#EEEEEE;
	text-decoration: none;
}

.style1 {
	font-family: "Trebuchet MS";
	font-size: 11.5px;
}

.style2 {
	font-family: "Trebuchet MS";
	font-size: 11.5px;
	color: #CC6600;
}

.style3 {
	font-family: "Trebuchet MS";
	font-size: 11.5px;
	color: #006699;
}

.style4 {
	font-family: "Trebuchet MS";
	font-size: 11.5px;
	color: #EEEEEE;
}

-->