/* CSS Document */

a.botmail:link {
	text-decoration: none;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}
a.botmail:visited {
	text-decoration: none;
	color: #666666;
	font-style: normal;	
		font-weight: normal;
}
a.botmail:hover {
	text-decoration: none;
	color: #007300;
	font-style: normal;	
		font-weight: normal;
}
a.botmail:active {
	text-decoration: none;
	color: #666666;
	font-style: normal;	
		font-weight: normal;
}

