a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}

body {
background: #faf9ea;
	
	
}

body, p, ul, ol, .table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 130%;
	color: #222222;
}
 


/***************************** start top menu *****************************/

.NavLinks A:link, .NavLinks A:visited {
	font-size:10pt;
	color: #0E4B8C;
	display:block;
	width:100%;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	padding-left:15px;

	
}

.NavLinks A:hover {
	text-decoration: underline;
	text-align: left;
}

.NavBullets {
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	text-align:right;
	padding-left:18px;
	background:url(images/box1.gif) no-repeat 16;
}

/***************************** end menus *****************************/

h1,h2,h3,h4,h5,h6 {
	color: #333333;
}

h1 {
	font-size: 100%;
	color: #0E4B8C;
}

h2 {
	font-size: 95%;
}

h3 {
	font-size: 85%;
}

h4 {
	font-size: 80%;
}

h5 {
	font-size: 70%;
}

h6 {
	font-size: 60%;
}

.small {
	font-size: 8.5pt;
}

.siteByLink a:link, .siteByLink a:visited {
	font-size: 8pt;
	color: #000099;
	width: 100%;
	display: block;
}
.siteByLink a:hover {
	color: #FFFFFF;
}
.navbg{
background:url(images/navbg.jpg) no-repeat left top; margin-top:10px;
height:240px;
}
