a:link {
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	color: #FFFFFF;


}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
.brd {
	border: 1px solid #47BFF1;
}
.fnd {
	background-image: url(../images2/fillright.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CEE8FF;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #CEE8FF;
}
