.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #4b798e;
	text-decoration: none;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.text_normal {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.link_normal {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #4b798e;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.input_blue {
	background-color: #84b1c5;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 20px;
	color: black;
}
.button_grey {
	color: white;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}

