.menu {
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	color: #0078B9;
	text-decoration:none;
	/*font:bold;*/
}
.menu:hover, .menu:active {
	color: #009FF4;	/*color: #53A82B;*/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	font-size:12px;
	color: #2C4F65;
}
.li {
	color: #8BD22E;
}
.lig {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:none;
}
.lig:hover, .lig:active {
	color: #FFFF00;
	text-decoration:underline;
}
h1 {
	font-size:18px;
	color: #007BC5;
	text-transform:none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	font-weight:bold;
}
.boxtxt {
	font-size:10px;
	list-style:disc;
	color: #8BD22E;
}
.boxurl {
	list-style:disc;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	color: #FF0000;
}.boxurl:hover, .boxurl:active {
	color: #FF2828;
	text-decoration:underline;
}
.ulsub {
	font-size:10px;
	padding: 1px;
	list-style: circle;
	color:#000000;
}
