body{
	background-color: black;
	color: #adadad;
	margin: 0;
	border: 0;
}

strong{
	font-weight: bold;
	color: white;
	white-space: nowrap;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#head{
	height: 268px;
	background-image: url(pix/head.jpg);
}

#foot{
	height: 235px;;
	background-image: url(pix/foot.jpg);
}

#content{
	color: #adadad;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 10px;
}

td{
	border: 1px solid white;	
}

td.del{
	border: 1px solid black;
	width: 14px;
}

td.del img{
	border: 0;
}

h1{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}	

h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}	

a{
	color: white;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

th{
	font-size: 12px;
	font-weight: bold;
}


table{
	margin: 10 0px;
	width: 565px;
}

input{
	background-color: black;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	color: white;
}

.inactive{
	display: none;
}

.active{
}

td.sigma{
	color: white;
	text-align: right;
	font-weight: bold;
}


tr.sigma td{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px solid white;

}
tr.submit td{
	border: 0;
	margin: 0;
	text-align: right;
}

tr.submit td input{
	border: 1px solid white;
	padding: 3px;
	font-size: 16px;
	margin-top: 10px;
}

#impress p{
	color: #3d3d3d;
}

#impress a{
	color: #adadad;
}

