@charset "UTF-8";
/* CSS Document */

body {
	background-color: transparent;
	background-image:url(../images/bcksilhouettes.jpg)
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF; 
	top: 0px;
	
}

td, th {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #ffffff;
}

.title {
	font-family: Arial;
	font-size: 20px;
	color: #ffffff;
	font-weight:bold;
	}
.title1 {
	font-family: Arial;
	font-size: 20px;
	color: #1b130a;
	font-weight:bold;
	}
.date {
	font-family: Arial;
	font-size: 22px;
	color: #ffffff;
	font-weight:bold;
}
	
.transparent {
        zoom: 1;
        filter: alpha(opacity=80);
        opacity: 0.8;
