a:link, a:visited {
	color: #9E0F15;
	text-decoration: underline;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}
a:active
{
	color:#9E0F15;
	text-decoration: underline;
}


body {
	background-color: #333366;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
}

body, p, ul, ol, .table {
	font-family: Tahoma;
	font-size: x-small;
	line-height: 150%;
	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: none;
	text-align: center;
}

.NavBullets {
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
}

/***************************** end menus *****************************/

h1,h2,h3,h4,h5,h6 {
	color: #888888;
}

h1 {
	font-size: medium;
}

h2 {
	font-size: small;
}

h3 {
	font-size: x-small;
}

h4 {
	font-size: xx-small;
}

h5 {
	font-size: xx-small;
}

h6 {
	font-size: xx-small;
}

.small {
	font-size: 8.5pt;
}

.footer {
	font-size: 9pt;
	color: #000000;
}

.date {
	font-size: 8pt;
	color: #999999;
	text-align: right;
}

.siteByLink a:link, .siteByLink a:visited {
	font-size: 8pt;
	color: #999999;
	width: 100%;
	display: block;
}
.siteByLink a:hover {
	color: #FFFF00;
}
