/* CSS Document */


body {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

	
/* Link */

a:link {
	color: #0033CC;
	text-decoration: underline;
	}

a:visited {
	color: #0033CC;
	text-decoration: underline;
	}

a:hover {
	color: #FF6600;
	text-decoration: underline;
	}

a.active {
	color: #FF6600;
	text-decoration: underline;
	} 

.topics_data {
	font-size: 12px;
	line-height: 17px;
	padding-top: 7px;
	padding-left: 5px;
}


.topics_text {
	font-size: 12px;
	line-height: 17px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
