/* CSS Document */

.text_td {
	text-align:justify;
	padding-right: 10px;
	padding-top: 10px;
}

.text_td a:link {
	text-decoration: underline;
	color: #006600;
}

.text_td a:hover {
	text-decoration: underline;
	color: #00CC00;
}

.text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.text_header a:link {
	text-decoration: underline;
	color: #006600;
}

.text_header a:hover {
	text-decoration: underline;
	color: #00CC00;
}

