@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0em;
	padding: 0em;
	background: #01009B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1, h2, h3 {
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.menu1 {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu a:link {
	color: #ffffff;
	text-decoration: none;
}
#menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	color: #FF7905;
}
#menu a:active {
	text-decoration: none;
	color: #B2B2B2;
}
#menu a:current {
	text-decoration: none;
	color: #01009B;
}

.style4 {
	font-size: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.style5 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.style6 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.stylef {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

a:link {
	color: #FF7905;
	text-decoration: none;
}
a:visited {
	color: #FF7905;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF7905;
}
#menu a:active {
	text-decoration: none;
	color: #B2B2B2;
}
a:current {
	text-decoration: none;
	color: #01009B;
}




