body {
   font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background: black url(Media/bllogo.jpg) no-repeat bottom left;
	color: Silver;
}
td {
	color: Silver;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: transparent;
}

a {
	text-decoration: none;
	color: Silver;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #00ff00;
	background-color: transparent;
}

.navbar {
	background: black url(Media/blbar.gif) repeat-y; 
}
.navlinkoff {
	text-decoration: none;
	color: Silver;
	background-color: transparent;
}
.navlinkover {
	text-decoration: none;
	color: #00ff00;
	background-color: transparent;
}
.bigger {
	font-size: 18pt;
	font-weight: bold;
}
.big {
	font-size: 14pt;
	font-weight: bold;
}

.smallbold {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.smallnorm {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.smalllinkoff {
	font-size: 10pt;
	text-decoration: none;
	color: Silver;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
.smalllinkover {
	font-size: 10pt;
	text-decoration: none;
	color: #00ff00;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.verysmall{
	color: Silver;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}