.title  { color: #025ba6; font-weight: normal; font-size: 20px; line-height: 22px; font-family: Arial, Helvetica; text-decoration: none }
.title2    { color: #025ba6; font-weight: normal; font-size: 17px; line-height: 19px; font-family: Arial, Helvetica; text-decoration: none }
.subtitle { color: #666; font-weight: normal; font-size: 15px; line-height: 17px; font-family: Helvetica, Arial; text-decoration: none }
.main { color: #000; font-weight: normal; font-size: 12px; line-height: 15px; font-family: Helvetica, Arial; text-decoration: none }
.copyright  { color: #808080; font-weight: normal; font-size: 11px; font-family: Helvetica, Arial; text-decoration: none }

a  { color: #025ba6; text-decoration: none }
a:hover   { color: #000 }
a.copyright:hover  { color: #696969; text-decoration: underline }

.input {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	border: 1px solid #025ba6;
	}

.button {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #025ba6;
	}

form {
	margin: 0;
	padding: 0;
	}
