a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #F8810D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;	
	}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #F8810D;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;	
}

a:hover {
	font-weight: bold;
	color: #000000;
	background-color: #c8d0d8;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;	
}
a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	background-color: #F8810D;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;	
}

a.bot:link {
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
}

a.bot:visited {
	color: #666666;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
}

a.bot:hover {
	color: #000000;
	font-weight: normal;
	background-color: #FF9900;
	font-variant: normal;
	font-size: 12px;
	text-decoration: underline;
}

a.bot:active {
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	font-variant: normal;
	font-size: 12px;
}


