

.centered {
	text-align: center;
}

.currentpage {
	background: #0000ff;
	color: #ffffff;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	border-bottom: 1px;
	border-style: none;
	border-color: #0000ff;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	color: #266AA8;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px;
	border-color: #0000ff;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	color: #40719E;
}

a:active {
	text-decoration: none;
	border-bottom: 1px;
	border-color: #ff0000;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	color: #000000;
}

a:hover {
	text-decoration: none;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ffffff;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	color: #000000;
}

.withborder {
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	border-right: 3px;
	border-style: solid;
	border-color: #ffffff
}


.outertableborder {
	border-top: 0px;
	border-right: 0px;
	border-left: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #0000ff;
}

.innercell {
	border-top: 1px;
	border-right: 1px;
	border-left: 0px;
	border-bottom: 0px;
	border-style: dotted;
	border-color: #0000ff;

}

