A:active { 
    text-decoration: none;
}
A:link {
	color: #047BBF;
	text-decoration: none;
}
A:visited {
	color: #047BBF;
	text-decoration: none;
}
A:hover  {
	color: #00CCFF;
	text-decoration: underline;
}
.cellbg {
	background-attachment: scroll;
	background-image: url(images/homedown.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.alltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}
.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.redbg {
	background-attachment: scroll;
	background-image: url(images/hometop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.borderthk {
	border: 2px solid #047BBF;
}
.borderthin {
	border: 1px solid #047BBF;
}
.horidivide {
	border-top: 1px none #047BBF;
	border-right: 1px none #047BBF;
	border-bottom: 1px solid #047BBF;
	border-left: 1px none #047BBF;
}
.forms {
	font-family: "MS Sans Serif";
	font-size: 9px;
	background-color: #363636;
	border: 1px solid #999999;
	color: #C8D9E1;



}

