/* CSS Document */
body,td,th {
	font-family: Calibri, Tahoma;
	color: #FFF;
	font-size: 0.9em;
}
.highlight {
	font-family: Calibri, Tahoma;
	font-size: 1.4em;
	font-weight: bold;
	color: #C00;
}
a:link {
	color: #fff;
	text-decoration: underline;
	font-weight:bold
}
a:visited {
	text-decoration: underline;
	color: #fff;
	font-weight:bold
}
a:hover {
	text-decoration: none;
	color: #fff;
	font-weight:bold
}
a:active {
	text-decoration: underline;
	color: #ffff;
	font-weight:bold
}


h1,h2,h3,h4,h5,h6 {
	font-family: Calibri;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.9em;
	margin-left: 0px;
}
h1 {
	font-size: 1.8em;
	color: #FFFFFF;
}
h2 {
	font-size: 1.4em;
	color: #FFFFFF;
}
h3 {
	font-size: 1.2em;
	color: #FFFFFF;
}
.h1-second {
	font-size: 0.8em;
	color: #000;
}


/* Start of menu style*/

#navsite {
	width: 216px;
	padding:0;
	margin-top: 20px;
}

#navsite p {display: none;}
#navsite ul {list-style: none; margin: 0; padding:0;}
#navsite ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navsite ul li a {
	display:block;
	text-decoration: none;
	color: #FFF;
	height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 2px;
}
html>body #navsite ul li a {
	width:auto;
}

#navsite a:hover {
	color: #000;
}
/* start of the page highlight*/

body#a a#anav,
body#b a#bnav,
body#c a#cnav,
body#d a#dnav,
body#e a#enav,
body#f a#fnav,
body#g a#gnav,
body#h a#hnav,
body#i a#inav,
body#j a#jnav,
body#k a#knav,
body#l a#lnav,
body#m a#mnav
{
	color: #000;
}

