@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 10px;
	color: #E0E684;
	font:Arial, Helvetica, sans-serif;
}
body {
	background-color: #006600;
}
a:link {
	color: #E0E684;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
}

.Style1 {font-size: xx-small;
         color: #006600;
}
.Style2 {font-size: xx-small;
         color: #0099CC;
}
.Style3 {font-size: small;
         color: #E0E684;
}
.Style5 {font-weight: bold;
}