body {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
}

.topmenu {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.topmenu:hover {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #c4d6fd;
	text-decoration: none;
	text-transform: uppercase;
}

.menu {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
}

.menu:hover {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #c4d6fd;
	text-decoration: none;
	text-transform: capitalize;
}

h1 {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #011e3e;
	text-decoration: none;
}

.text {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.link{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #014189;
	text-decoration: underline;
}

.link:hover {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #014189;
	text-decoration: none;
}

.copy {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
