.a:visited {
	text-decoration: none;
}
.a:link {
	text-decoration: none;
}
.border-top-bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.border-around {
	border: 1px solid #000000;
}


.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.main-font {
	font-family: Arial;
}

.mainTitle {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000082;
	text-decoration: none;
}
.subTitle {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000082;
	text-decoration: none;
}
.mainLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000082;
	text-decoration: none;
}
a.mainLink:hover {

	color: #000000;
	text-decoration: none;
}
.mainBox {
	text-decoration: none;
}
a.mainBox:hover {
	border: 1px solid #000000;
	background-color: #990066;
}
.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.border-left-right {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
a.red:hover {
	color: #FF0000;
	text-decoration: underline;
}
.red {

	color: #000000;
	text-decoration: none;
}
.boder-right-bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.boder-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.border-top-left-right {
	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: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.subLink {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000082;
	font-weight: bold;
}
a.subLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.textLink {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000082;
	font-weight: bold;
}
a.textLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.context {

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 140%
}