@charset "utf-8";
/* CSS Document */

p{
font-family: Verdana, sans-serif; font-size: 11px;
color: #000000;
padding: 3px;
}


.whiteheader {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.blackheader {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.blueheader {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2AC4F4;
	text-decoration: none;
}

.greyheader {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.newsblack {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bodywhite  {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.bodyblack {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bodyblue {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2AC4F4;
	text-decoration: none;
}

.listblue {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #2AC4F4;
	text-decoration: none;
}

.listblack {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.footer {
	font-family: verdana, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#scroll
{
width: 445x;
height: 500px;
overflow: auto;
scrollbar-base-color: #2AC4F4;
}

#scroll table
{
width: 445px;
}

a:link { 
	color: #2AC4F4;
}

a:visited { 
	color: #2AC4F4;
}

a:hover {
	color: #2AC4F4;
	text-decoration: underline;

} 
