body {
	background-color: #1b1b1b;
	color: #0000FF;
	font-family: arial;
	font-size: 11px;
	margin-top: 0px;
}
table {	
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
}
.tdblack {
	background-color: #000000;
}
.tdred {
	background-color: #006cd6;
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
.title {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #6f7374;
}
.redline {
	border-bottom: 1px solid #ff0000;
}
.red {
	color: #FF0000;
}
a:link {
	font-size: 11px;
	font-weight: bold;
	color: #00a4f9;
	font-family: arial;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #00a4f9;
	font-family: arial;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #A0A0A4;
	font-family: arial;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	font-weight: bold;
	color: #00a4f9;
	font-family: arial;
	text-decoration: underline;
}
input {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #6f7374;
	font-family: arial;
	font-size: 11px;
}
.submit {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #6f7374;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
}
textarea {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #6f7374;
	font-family: arial;
	font-size: 11px;
}
select {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #6f7374;
	font-family: arial;
	font-size: 11px;
}
.base {
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	height: 165px;
}