@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
/*	background-color: #023090; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {
	color: #7CC616;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
.style1 {font-size: 12px}
.style3 {font-size: 12px; font-weight: bold; }
.style4 {color: #023090; text-decoration:underline;}
.style6 {color: #023090; font-weight: bold; }

.link2 a:link {
color: #023090;
font-weight:bold;
}

.link2 a:active {
color: #023090;
font-weight:bold;
}

.link2 a:visited {
color: #023090;
font-weight:bold;
}

.link2 a:hover {
color: #7CC616;
font-weight:bold;
}

-->