/* CSS Document */
body {
	background-color: #5E0092;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #800000;
	font-weight: bold;
}
a:visited {
	color: #800000;
	font-weight: bold;
}
a:hover {
	color: #5D0092;
	font-weight: bold;
}
a:active {
	color: #800000;
	font-weight: bold;
}
.navbar {
	background-color: #7A14B6;
	border-top-color: #5E0092;
	border-right-color: #5E0092;
	border-bottom-color: #5E0092;
	border-left-color: #5E0092;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	line-height: 25px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}
a.mainnav:link {
	color: #D1B5FF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.mainnav:visited {
	color: #D1B5FF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.mainnav:hover {
	color: #EEEEEE;
	font-weight: bolder;
	text-decoration: none;
	font-size: 12px;
}
a.mainnav:active {
	color: #D1B5FF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.nav:link {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
a.nav:visited {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
a.nav:hover {
	color: #5E0092;
	font-weight: bolder;
	text-decoration: none;
	font-size: 15px;
}
a.nav:active {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
.content {
	font-size: 12px;
	color: #461462;
	border-top-color: #5E0092;
	border-right-color: #5E0092;
	border-bottom-color: #5E0092;
	border-left-color: #5E0092;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEEEE;
	vertical-align: top;
}
.header {
	font-size: 16px;
	color: #800000;
	font-weight: bold;
}
a.mainlink:link {
	color: #800000;
	font-size: 16px;
	font-weight: bolder;
}
a.mainlink:visited {
	color: #800000;
	font-size: 16px;
	font-weight: bolder;
}
a.mainlink:hover {
	color: #5E0092;
	font-size: 16px;
	font-weight: bolder;
}
a.mainlink:active {
	color: #800000;
	font-size: 16px;
	font-weight: bolder;
}
a.footerlink:link {
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
}
a.footerlink:visited {
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
}
a.footerlink:hover {
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
}
a.footerlink:active {
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
}
.copyright {
	font-size: 11px;
	color: #EEEEEE;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
p {
	text-align: justify;
}

