.grey13 {

	font-family: Tahoma;
	font-size: 13px;
	color: #000;
}
.grey13Bold {

	font-family: Tahoma;
	font-size: 13px;
	color: #000;
	font-weight:bold;
}

.grey15 {

	font-family: Tahoma;
	font-size: 15px;
	color: #000;
}
.green13 {


	font-family: Tahoma;
	font-size: 13px;
	color: #000;
	text-decoration:underline;
}
.greylink{

	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}
a {

	text-decoration:underline;
	
	
}

a:link {
	text-decoration:underline;
	color: #000000;
}
a:visited {
	text-decoration:underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration:underline;
	color: #000000;
}




