@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	padding: 0px;
	margin:0 auto;
}

/* CSS Document */
.style1 {color: #CA0000}
a{color: #ca0000}
a:hover{color:#FFF}
.blackback {
	background-color: #000000;
	color: #FFFFFF;
	margin:0;
	padding:0;
}
a.directory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ca0000;
	background-color:none;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border:none;
	font-weight: bold;
	text-decoration:none;
	display: block;
	width:120px;
	text-align:left;
}
a.directory:hover {
color: #FFF;
	background-color:#CA0000;;
text-decoration:none;}



.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
	padding-left: 15px;
	font-weight: bold;
}
.notations {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 22px;
}
.backgray {
	background-color: #CCCCCC;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D13138;
	border-right-color: #D13138;
	border-bottom-color: #D13138;
	border-left-color: #D13138;
}
