/* CSS Document */

a.text:active { 	font-weight: bold; color: #000000;text-decoration: none;font-size: 12px}
a.text:link {  font-weight: bold; color: #000000;text-decoration: none; font-size: 12px}
a.text:visited {  font-weight: bold; color: #000000;text-decoration: none; font-size: 12px}
a.text:hover {  text-decoration: underline; font-weight: bold; color: #000000; font-size: 12px}

a.link:active { 	font-weight: bold; color: #FFFFFF;text-decoration: none;font-size: 12px}
a.link:link {  font-weight: bold; color: #FFFFFF;text-decoration: none; font-size: 12px}
a.link:visited {  font-weight: bold; color: #FFFFFF;text-decoration: none; font-size: 12px}
a.link:hover {  text-decoration: underline; font-weight: bold; color: #FFFFFF; font-size: 12px}

a.grey_links:active { 	font-weight: bold; color: #666666;text-decoration: none;font-size: 12px}
a.grey_links:link {  font-weight: bold; color: #666666;text-decoration: none; font-size: 12px}
a.grey_links:visited {  font-weight: bold; color: #666666;text-decoration: none; font-size: 12px}
a.grey_links:hover {  text-decoration: underline; font-weight: bold; color: #666666; font-size: 12px}


.lt_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.dk_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}