/* CSS Document */

body
{
background-color: #000000;

}

a:link    {color:#c40000}
a:visited {color:#c40000}
a:active  {color:#c40000}
a:hover   {color:#c40000}
a img {border:none;}

.title {
	color: #ffffff;
	font-size: x-large;
	font-family: Tahoma;
	font-weight: bold;
}


.text {
	color: #000000;
	font-size: small;
	font-family: Verdana;
	font-weight: normal;
}

.textwhite {
	color: #ffffff;
	font-size: small;
	font-family: Verdana;
	font-weight: normal;
}


.links {
	color: #ffffff;
	font-size: medium;
	font-family: Verdana;
	font-weight: bold;
}

.linksblack {
	color: #000000;
	font-size: medium;
	font-family: Verdana;
	font-weight: bold;
}
.linksred {
	color: #c40000;
	font-size: small;
	font-family: Verdana;
	font-weight: bold;
}


.links2 {
	color: #ffffff;
	font-size: large;
	font-family: Verdana;
	font-weight: bold;
}

.text3 {
	color: #ffff00;
	font-size: medium;
	font-family: Verdana;
	font-weight: bold;
}

.text4 {
	color: #c40000;
	font-size: small;
	font-family: Verdana;
	font-weight: normal;
}

.date {
	color: #ffffff;
	font-size: small;
	font-family: Tahoma;
	font-weight: normal;
}

td.darkbluecenter {
background-image:url(bvback.jpg);
text-align:center;
}






