@import "common.css";
@import "global_menu.css";
@import "right_column.css";

/* ----- topics CSS ----- */
/* // rayouts // */

/* // tags // */
h2 {
	height			: 30px;
	display			: block;
	text-indent		: -9999em;
	margin			: 0 0 20px 0;
}

h2.h2_1 {
	background		: URL(../images/page_title/topics_h2_1.gif) no-repeat;
}

dl.list {
	margin			: 10px 0 10px 10px;
	padding			: 0;
	border			: none;
	font-size		: 95%;
	line-height		: 120%;
}
dl.list dt {
	clear			: both;
	float			: left;
	width			: 75px;
	font-weight		: bold;
	color			: #66cc00;
}

dl.list dd {
	margin-left		: 75px;
	padding			: 0 0 20px 10px;
}

dl.list dd.topic_title {
	padding			: 0 0 5px 10px;
	color			: #006699;
	font-weight		: bold;
}