.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: Arial, Helvetica; text-decoration: none }
.main {
	color: #000;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica;
	text-decoration: none
}
.copyright  { color: #808080; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica; text-decoration: none }

a  { color: #025ba6; text-decoration: none }
a:hover   { color: #000 }
a.copyright:hover  { color: #696969; text-decoration: underline }

.input {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	border: 1px solid #025ba6;
	}

.button {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #025ba6;
	}

form {
	margin: 0;
	padding: 0;
	}

ul.menu {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	list-style: none;
	width: 610px;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 58px;
	margin-left: 80px;
	}

ul.menu * {
	margin: 0;
	padding: 0;
	}

ul.menu li {
	position: relative;
	float: left;
	margin-right: 22px;
	}

ul.menu a {
	display: block;
	color: #000;
	text-decoration: none;
	}

ul.menu a.active {
	color: #025ba6;
	}

ul.menu a.menulink {
	height: 31px;
	}

ul.menu a:hover {
	color: #025ba6;
	}

ul.menu ul {
	position: absolute;
	display: none;
        list-style: none;
	top: 31px;
	left: 0;
	}

ul.menu ul li {
	position: relative;
	width: 150px;
	}

ul.menu ul li a {
	display: block;
	padding-top: 0;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fff;
	}

ul.menu ul ul {
	left: 150px;
	top: 0;
	}

ul.menu ul ul a {
	padding-top: 4px;
	padding-bottom: 4px;
	}
.main .main {
	font-weight: bold;
}
.main .main {
	font-weight: normal;
}

