/* 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;
}
a.loc:link {
	text-decoration: none;
	color: #007300;
	font: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-weight:bold;
}
a.loc:visited {
	text-decoration: none;
	color: #007300;
	font: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-weight:bold;
}
a.loc:hover {
	text-decoration: none;
	font: Tahoma;
	color: #019d01;
	font-style: normal;	
	font-weight: normal;
	font-size: 14px;
	font-weight:bold;
}
a.loc:active {
	text-decoration: none;
	font: Tahoma;
	color: #007300;
	font-style: normal;	
	font-weight: normal;
	font-size: 14px;
	font-weight:bold;
}

