/* CSS Document */


body {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px;
}

	
/* 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;
	} 

.data_text {
	font-size: 12px;
	line-height: 17px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 90px;
}

.topics_text {
	font-size: 12px;
	line-height: 17px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
