body {
	margin: 15px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #303030;
	background-color: #FFFFFF;
}
p {
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #a12219;
	text-decoration: underline;
}
a:hover {
	color: #a12219;
	text-decoration: none;
}


.page_title {
	font-size: 20px;
	color: #02244B;
}
.title {
	color: #02244B;
	margin-bottom: 5px;
	font-weight: bold;
}


.a_menu:link, .a_menu:visited, .a_menu:active {
	color: #E1E1E1;
	text-decoration: none;
	font-weight:bold;
}
.left {
	background-image: url(../img/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: 35px top;
	height: 650px;
}
.address {
	margin-top: 10px;
	text-align: center;
	margin-left: 40px;
	margin-right: 20px;
}
.rect{
	width:100px;
	height:80px;
	background-image: url(../img/rect.png);
	background-repeat: no-repeat;
}

.a_menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;	
}
.menu_top {
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
}
.menu {
	background-color: #02244B;
}
.menu_bottom {
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
}

.a_white:link, .a_white:visited, .a_white:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.a_white:hover {
	color: #FFFFFF;
	text-decoration: none;
}

