@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #002b1e;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #F5F5F5;
}

a:link {
	color: #026956;
	text-decoration: none;
}
a:visited {
	color: #026956;
	text-decoration: none;
}
a:hover {
	color: #026956;
	text-decoration: underline;
}
a:active {
	color: #026956;
	text-decoration: none;
}

.font1 {
	font-size:10px;
}
.font2 {
	font-size:16px;
}
.font3 {
	font-size:22px;
}
.font4 {
	font-size:19px;
}
.font5 {
	font-weight:bold;
}
.font6 {
	font-style: italic;
}
.font7 {
	color: #000000;
}
.font8 {
	color: #777777;
}
.font9 {
	color: #026956;
}
.font10 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.green {
	background-color:#026956;
}
.greenlt {
	background-color:#c5d5d2;
}
.greendk {
	background-color:#002b1e;
}

