body {background-color: #FBFBF9;}
p {
	margin: 0px;
	padding: 0px;
}
#text {
	background-color: #0D3680;
	padding: 0px;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #FFD531;
	border-right-color: #FFD531;
	border-bottom-color: #FFD531;
	border-left-color: #FFD531;
}
#main-text {
	background-color: #FFFFFF;
}
#copyright {
	color: #FFD531;
	background-color: #0D3680;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #FFD531;
	border-right-color: #FFD531;
	border-bottom-color: #FFD531;
	border-left-color: #FFD531;
}
#menu {
	background-color: #0D3680;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-bottom-style: outset;
	border-top-color: #FFD531;
	border-right-color: #FFD531;
	border-bottom-color: #FFD531;
	border-left-color: #FFD531;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}
#menu a:link, a:visited {
	color: #FFD531;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:link, a:visited {
	color: #FFD531;
	text-decoration: none;
	font-size: 90%;
}
#copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 90%;
}
h2 {
	color: #0D3680;
	font-size: 115%;
	margin: 0px;
	padding: 0px;
}
.bl {
	background-color: #0D3680;
}
#main-text a:link {
	background-color: #FFFFFF;
	text-decoration: underline;
	color: #0D3680;
}
#main-text a:visited {
	background-color: #FFFFFF;
	text-decoration: underline;
	color: #990000;
}
#main-text a:hover {
	background-color: #FFFFFF;
	text-decoration: underline;
	color: #FFCC00;
}
