/* CSS Document */
body {
	background-image: url(../images/bk_body.jpg);
	background-repeat: repeat;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
.menu_top {
	height: 51px;
	background-image: url(../images/bk_top_menu.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
}
.menu_top_button {
	float: left;
}
.bottom {
	background-image: url(../images/bk_bottom.jpg);
	background-repeat: repeat-x;
	height: 69px;
	text-align: center;
	padding-top: 15px;
	color: #35516b;
	font-weight: bold;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
}
.bottom a {
	color: #35516b;
	text-decoration: none;
}
.main {
	background-image: url(../images/bk_main.jpg);
	background-color: #2d92fa;
	background-repeat: no-repeat;
	background-position: bottom;
}
.menu_bottom {
	height: 36px;
}
.logo {
	background-image: url(../images/bk_logo.jpg);
	background-repeat: repeat-x;
	margin-top: 30px;
	text-align: center;
}
.main_body {
	width: 940px;
	text-align: left;
}
.clr {
	clear: both;
}
.blue {
	color: #002b46;
	font-weight: bold;
	line-height: 30px;
}
.bla {
	color: #FFFFFF;
	list-style-type: square;
	font-size: 14px;
	line-height: 23px;
}
.bla a{
	color: #FFFFFF;
	list-style-type: square;
	font-size: 14px;
	line-height: 23px;
}
