@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyright {
	font-size: 9px;
	color: #FFFFFF;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #D70A8B;
}
p {
}
p, h1 {
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
a:hover {
	color: #D70A8B;
	text-decoration: underline;
}
.pink {
	color: #D70A8B;
	text-decoration: none;
}

.bluelink {
	color: #0D426A;
	text-decoration: none;
}
.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 12px;
}
hr {
	border-top-color: #0D426A;
	border-right-color: #0D426A;
	border-bottom-color: #0D426A;
	border-left-color: #0D426A;
}
ul {
	font-style: italic;
	color: #D70A8B;
}
.bigwhite {
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-right: 15px;
}
