/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 12px;

}
.style1 {
	color: #106400;
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #336699;
		text-decoration: underline;
}
a:hover {
	color: #009933;
	    text-decoration: none;
}

a:visited {
	color: #336699;
}
.style2 {
	color: #000066;
	font-weight: bold;
}
.style3 {font-size: 11px}