.border {
	border-top: thin none #DCDADB;
	border-right: thin solid #DCDADB;
	border-bottom: thin none #DCDADB;
	border-left: thin solid #DCDADB;
}
.border2 {
	border-top: thin none #DCDADB;
	border-right: thin solid #DCDADB;
	border-bottom: thin none #DCDADB;
	border-left: thin none #DCDADB;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a.footer:hover {
	color: #999999;
	text-decoration: underline;
}
.border3 {
	border-top: thin none #DCDADB;
	border-right: thin none #DCDADB;
	border-bottom: thin none #DCDADB;
	border-left: thin solid #DCDADB;
}
a.home:hover {
	color: #032C6B;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}
a.home:visited {
	color: #032C6B;
}
a.home:link {
	color: #032C6B;
}
