@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #284e59;
	line-height: 140%;
}

.style1 {color: #FFCC66}
.style2 {color: #FFFFFF}
.style3 {color: #660099}
.style4 {
	color: #CC0066;
	font-weight: bold;
}
.style5 {
	color: #006633;
	font-weight: bold;
}
.style6 {
	color: #663399;
	font-weight: bold;
}

a {
	font-size: 12px;
	color: #6699CC;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
	color: #7A9BA0;
}
a:active {
	text-decoration: none;
	color: #66CCCC;

