.navigate {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;
	border: thin none #FFFFFF;


}
a:hover {
	color: #FF0000;
	border-top: thin solid #FF0000;
	border-right: thin none #FF0000;
	border-bottom: thin solid #FF0000;
	border-left: thin none #FF0000;


}
a:active {
	color: #ecdb7f;
	text-decoration: none;
}
.defaultBlack {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.defaultBlackBold {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.navigateBorder {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 100%;
	padding: 1px;
	text-align: center;



}
