.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h1{
	font-size:12px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.menu:link {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.menu:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text:link {
	text-decoration: none;
	font-weight: bold;
}
.text:visited {
	text-decoration: none;
	font-weight: bold;
}
.text:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #003366;
}
a:hover {
	color: #FF6600;
}
a:visited {
	color: #003366;
}
.login-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 19px;
	width: 103px;
	background-color: #006699;
	border: 1px solid yellow;
}
.buttonnext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	border: 1px solid yellow;
}
.buttonback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	height: 19px;
	width: 103px;
	background-color: #FF6600;
	border: 1px solid yellow;
}
.border-main {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8A959B;
	border-right-color: #8A959B;
	border-bottom-color: #8A959B;
	border-left-color: #8A959B;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
form {
	margin: 1px;
	padding: 1px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}