/* TAG STYLES */
body {
	background-color:#000000;
	background-attachment:fixed;
	background-repeat:repeat;
	font-family:Verdana,Arial,Helvetica;
	font-size:9pt;
	line-height:120%;
	margin:0px;
}
/*
	background-image:url('/images/skull_BLS.jpg');
*/

a {
	color: #00FFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:visited, a:active {
	color:#00FFFF;
}

table {
	border-collapse:collapse;
	color:#FAF8CC;
}
/*
text color is Light Goldenrod Yellow
source: http://www.computerhope.com/htmcolor.htm
*/

td {
	font-size:9pt;
	line-height: 120%;
}

#tight {
	line-height: 120%;
}


/* CLASS STYLES */
.about {
	font-family:Arial,sans serif;
	font-size:12pt;
	font-weight:bold;
}

.bottomborder {
	border-bottom:1px solid #666666;
	line-height: 120%;
}

.date {
	color:#FFFF00;
	'font-weight:bold;
}

.smalltextbox
{
	font-family:Arial,sans-serif; 
	font-size:7pt; 
	color:black;
	background-color:white; 
	border:Silver; 
	border-style:solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
	width:75px;
	height:12px;
}

.title {
	color:#FFFFFF;
	font-family:Arial,sans serif;
	font-size:16pt;
	font-weight:normal;
}

.topborder {
	border-style:solid;
	border-top:1px solid #FFFFFF;
}

.topic {
	color: #FFFFFF;
	font-family:Arial,sans serif;
	font-size:12pt;
	font-weight:normal;
}

/* ID STYLES */
#footer {
	color:#A0A0A0;
	font-size:8pt; }

#menu a {
	color: #FFFFFF;
	font-family:Arial, sans serif;
	font-size:10pt;
	font-weight:normal;
}

#menu a:hover {
	color:#FFFFFF;
	background-color:rgb(136,13,29);
	text-decoration:none; }

#navlist li {
	display:inline;
	list-style-type:none; }

#navlist a {
	padding:3px 10px; }

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	background-color: rgb(99,15,18);
	text-decoration: none; }

#navlist a:hover {
	color: #FFFFFF;
	background-color: rgb(136,13,29);
	text-decoration: none; }

ul#navlist {
	font-family: Arial, sans serif;
	font-size: 11pt;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap; }