a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:hover.bg-blue {
	background-color: #0F1477;
}
a.black {
	color: #666666;
	text-decoration: none;
}
a.black:visited{
	color: #666666;
	text-decoration: none;
}
a.black:hover {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover.bg-red {
	background-color: #CC0000;
}
td, p, input, select, textarea {
	font-size: 14px;
	font-family: Garamond, Times New Roman, Verdana, Arial, Helvetica;
	color: #666666;
}
.grey1 {
	color: #666666;
}
.grey2 {
	color: #666666;
}
.grey3 {
	color: #333333;
}
.red {
	color: #CC0000;
}
.orange {
	color: #FF9900;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #0F1477;
}
.box-grey {
	border: 1px solid #999999;
}
.style1 {color: #666666}
