@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.button {
	background-image: url(images/main_01.gif);
	height: 20px;
	width: 110px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9FB3F7;
	border-left-color: #9FB3F7;
	text-align: right;
	vertical-align: top;
	padding: 5px;
	height: 337px;
	width: 100%;
}
.menu_but {
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	height: 27px;
	width: 133px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.link:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.under_header {
	color: #9FB3F7;
	background-image: url(images/main_03.gif);
	text-align: right;
	vertical-align: top;
	height: 69px;
	padding-right: 180px;
	font-size: 11px;
}

.link:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.c_info {
	font-family: Tahoma;
	color: #FFFFFF;
	background-color: #9FB3F7;
	text-align: right;
	vertical-align: top;
	padding: 5px;
	width: 133px;
	border: 1px solid #000066;
	font-size: 11px;
}

