body {
	margin:0;
	background: #000000;
	color: #333366;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px; 
}
p, ul, li{font-size:12px;}
p{margin:0 0 12px 0;}
a {text-decoration: underline; font-weight: bold;}
a:link {color: #990000;}
a:visited {color: #990000;}
a:hover {color: #990000;}
input {
	background:#ffffff !important;
	font-size: 10px;
}

select, option {
	font-size: 10px;
	background:#ffffff !important;
}

table.checklist td.box{ 
	background:url(../images/empty_checkbox.gif) no-repeat center;
	height:90px;
	width:90px;
}
textarea {
	color: #000000;
	background:#ffffff !important;
	font-size: 10px;
}

table, td {
	color: #000000;
	font-size: 11px;
}

h1 {
	color:#003366;
	font-size: 18px;
	font-weight: bold;
	margin:10px 0;
}

h2 {
	color:#A07230;
	font-size: 14px;
	font-weight: bold;
	margin:10px 0;
}
h3 {
	color:#003366;
	font-size: 12px;
	font-weight: bold;
	margin:10px 0;
}
#needed_items {
	height:auto !important;
	height:500px;
	min-height:500px;
}
#needed_items .left_column{
	float:left;
	width:280px;
}
#needed_items .right_column{
	float:left;
	width:280px;
}
#needed_items #left_column h2,
#needed_items #right_column h2{
	margin-top:2px;
}
ul.needed_items_list{
	margin-top:2px;
}
.needed_items_divider{
	margin:5px 0;
	height:2px;
	overflow:hidden;
	clear:both;
	border-bottom:1px solid #990000;	
}

ul.needed_items_list li{
	list-style:none;
}
h3.needed_items_header{
	margin:2px 0px 2px 10px;
}
