@charset "utf-8";
/* CSS Document */

body {
	background-color: #0672D5;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #0672D4;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #295EA7;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #295EA7;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #295EA7;
}
.style1 {	font-size: 14px;
	font-weight: bold;
}

/*  subnav class */
a.subnav:link, a.subnav:visited  {
	display: block;
	background: #d4e9a3;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #8ca764;
	text-align: center;
	height: 15px !important;
	height: 15px;
	width: 170px;
    padding:5px;
	text-decoration: none;
}

a.subnav:hover {
	background: #0672d5;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
        color: #ffffff;
}

/*  subnav class2 */
a.subnav2:link, a.subnav2:visited  {
	display: block;
	background: #0672d5;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height: 15px !important;
	height: 15px;
	width: 170px;
    padding:5px;
	text-decoration: none;
}

a.subnav2:hover {
	background: #d4e9a3;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
        color: #0672d5;
}