A:link {
	text-decoration: none;
	color: #ffe3bd;
	font-weight: bold;
	border-bottom: 1px dotted #717171;
	cursor: e-resize;}

A:visited {
	text-decoration: none;
	color: #ffe3bd;
	font-weight: bold;
	border-bottom: 1px dotted #717171;
	cursor: e-resize;}

A:hover {
	text-decoration: none;
	color: #8B7CA6;
	cursor: e-resize;}

A:active {
	text-decoration: none;
	color: #ffe3bd;
	font-weight: bold;
	border-bottom: 1px dotted #717171;
	cursor: e-resize;	}

body {
	background-color: #040b22;
	color: #6c7081;
	font-family: verdana, sans-serif;
	font-size: 10px;
    }

h1{ 
	position: static;
	color: #bdbdbd;
	border-top: 1px #040716 solid;
	border-bottom: 1px #040716 solid;
	border-left: 0px #bdbdbd dotted;
	border-right: 0px #bdbdbd dotted;
	background-color: #040716;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 5px;
	text-align: center;
	}


.divTitle{ 
	position: static;
	color: #bdbdbd;
	border-top: 1px #040716 solid;
	border-bottom: 1px #040716 solid;
	border-left: 0px #bdbdbd dotted;
	border-right: 0px #bdbdbd dotted;
	background-color: #040716;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 5px;
	text-align: center;
	}

input, select, textarea {
	background-color: #040716;
	border-top: 0px #040716 solid;
	border-bottom: 1px #83858f solid;
	border-left: 0px #bdbdbd dotted;
	border-right: 0px #bdbdbd dotted;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #ffe3bd;
	}

select {
	background-color: #040716;
	cursor: help;}

input.noborder {
	border-width: 0px;
	cursor: help;}

table, tr, td {
	font-size: 10px;
	cursor: help; }