#postcard_manager { 
	font-size:10pt;
	font-family:Arial;
	color:#330000;
	background-color:#C0AA78;

}
#postcard_manager .title { 
	font-size:14pt;
	font-family:Arial;
	color:#330000;
	font-weight:bold;
		float:left;
}
#postcard_manager .subcat { 
	font-size:14pt;
	font-family:Arial;
	color:#330000;
	font-weight:bold;
}
#postcard_manager .docname { 
	font-size:8pt;
	font-family:Arial;
	color:#660000;
	font-weight:bold;
}
#postcard_manager a { 
	font-size:14pt;
	font-family:Arial;
	color:#CC3333;
	font-weight:bold;
	text-decoration: none;
}
#postcard_manager a:hover { 
	color:#F9F0D1;
}
/* Holy hack */
/* Hides from IE5-mac \*/
* html #postcard_manager {height: 1%;}
/* End hide from IE5-mac */ 
