/* Global Styles */
body {
	margin:0px;
	}
a:link {
	color: Green;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000CD;
}
a:visited {
	text-decoration: none;
	color: Black;
}
a:active {
	text-decoration: none;
}

/*style*/
.white {
	color: White;
}
.top {
	height: 120px;
	border: 0;
	background-color: White;
	background-image: url(../img/logo.png);
	background-position: left;
	background-repeat: no-repeat;
	font: 12px;
}
.menuline {
	height: 30px;
	background: url(../img/menu_fon.gif);
}
.centr {
	background-color: #FAFAD2;
}
.bootom {
	height: 50px;
	background: url(../img/b_line.gif) repeat-x top;
	background-color: #87CEFA;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	vertical-align: middle;
}
.text {
	margin-top: 30px;
	margin-bottom: 30px;
	vertical-align: top;
	text-indent: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: justify;
	}
/*table price */
.tball {
	text-align: center;
	font-size: 12px;
}
.tbtop {
	background: #FFCC99;
	font-weight: bold;
	}
.tbtext {
	font-weight: bold;
	font-size: 14px;
}
/* table other page*/
.tb2 {
	text-align: center;
	font-weight: bold;
	}