.border {
	border: 1px solid #006699;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #006699;
}
.rightborder {
	border-right-width: 2px;
	border-right-style: outset;
	border-right-color: #99CCFF;
}
.effect1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3F7EBE;
}
.effect2 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #3F7EBE;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

