body {
	background: #202020 url(/pics/bg.png);
	font-size:0.83em;
	font-family: tahoma, verdana, sans-serif;
} 

td {
	vertical-align:top;
	text-align:justify;
}

td.greybar {
	background:#202020 url(/pics/bg.png);
	color:#fff;
	font-size:0.83em;
	font-weight:bolder;
	text-align:right;
}

td.orangebar {
	height:18px;
	background: #F90 url(/pics/orangebar.png);
	color:#fff;
	font-size:0.83em;
	font-weight:bolder;
	text-align:right;
}

img {
	border:0;
}

td.x {
	width:10px;
	background-color:white;
}

a {
	font-weight:bolder;
	color:#f90;
	text-decoration:none;
}

td.orangebar a {
	color : #FFF;
}

a:hover {
	color : #f50;
}


div.add {
   width:80%;
   border:1px solid #f90;
   background-color: #fe4;
}

div.add h3 {
   font-size:100%;
   display:block;
   width:100%;
   padding:0px;
   border-bottom:1px solid #f90;
}

div.add a {
   color:#000;
}

div.add ul {
   list-style: none;
   padding:0.5em;
}
