@charset "utf-8";
.bg1 {
	background-image: url(images/bg_img_1.jpg);
	background-repeat: no-repeat;
}
.bg2 {
	background-image: url(images/bg_img_2.jpg);
	background-repeat: no-repeat;
}
.bg3 {
	background-image: url(images/bg_img_3.jpg);
	background-repeat: repeat-x;
}
.normal {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #333333;
}
.subtitle {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #28AADE;
	font-weight: bold;
	text-decoration: none;
}
.title {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #135987;
	font-weight: bold;
	text-decoration: none;
}
.normalsmall {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #65613F;
	font-weight: bold;
}

.menu {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #002B46;
	font-weight: bold;
	text-decoration: none;
}

.menu:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #26ACE2;
	font-weight: bold;
	text-decoration: underline;
}

.header_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #002B46;
	text-decoration: none;
	letter-spacing: -1.5pt;
	font-weight: normal;
}

.menusmall {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #005588;
	font-weight: normal;
	text-decoration: none;
}

.menusmall:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #26ACE2;
	font-weight: normal;
	text-decoration: none;
}

.submenu {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #26ACE2;
	font-weight: bold;
	text-decoration: none;
}

.submenu:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #002B46;
	font-weight: bold;
	text-decoration: underline;
}
