/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #196579;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
}
a {
	font-size: 12px;
	color: #999B8A;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #67695B;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #006666;
}
a:active {
	text-decoration: none;
	color: #107581;
}
a.green:link {color: #196579;}
.style2 {font-size: 14px; color: #666666; }
.style4 {font-size: 14px; color: #000000; }

