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

body {
	background-color: #D6DFE4;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
}

body, p, ul, ol, .table {
	font-family: Tahoma;
	font-size: 90%;
	line-height: 130%;
	color: #222222;
}
 


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

.NavLinks A:link, .NavLinks A:visited {
	font-size:8pt;
	color: #9E0F15;
	display:block;
	width:100%;
	text-decoration: none;
}

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

.NavBullets {
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
}

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

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

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
	color: #1C4BA3;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 70%;
}

.small {
	font-size: 8.5pt;
}

.siteByLink a:link, .siteByLink a:visited {
	font-size: 8pt;
	color: #999999;
	width: 100%;
	display: block;
}
.siteByLink a:hover {
	color: #660000;
}
