body {
    margin: 0;
	padding: 0;
	margin-bottom: 50px;
	background: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.logo {
    background: url(../images/logo.jpg);
	height: 29px;
	width: 150px;
	background-position: center;
	background-repeat: no-repeat;
}

.mtop_bg {
	width: 150px;
}

.mb0 {
    background: #ff9b3b;
}

.mb {
    background: #ff9b3b url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 3px 3px 14px;
	font-weight: bold;
	font-size: 14px;
}

.mb a{
    text-decoration: none;
	color: #fff;
}

.mb a:hover{
    text-decoration: underline;
	color: #003366;
	padding-left: 3px;
}

.mb1 {
    background: #afafaf url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 3px 3px 14px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.mb1 a{
    text-decoration: none;
	color: #fff;
}

.mb1 a:hover{
    text-decoration: underline;
	color: #003366;
	padding-left: 3px;
}

.mbbg {
    background: url(../images/mbbg1.jpg);
	height: 400px;
	background-repeat: repeat-x;
	background-position: top;
}

.title_text {
    font-size: 18px;
	font-weight: bold;
	padding-left: 4px;
	height: 40px;
}

h1 {
    font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
	text-decoration: none;
}

h2 {
    font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	line-height: 18px;
}

h3 {
    font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
}


.Mail {
    color: #ff0000;
	text-decoration: none
}

ul {
    font-size: 14px;
	list-style-type: circle;
}

.byPh {
    font-size: 14px;
}

.text_bold {
	font-weight: bold;
}

.text1 {
    font-size: 14px;
	color: #fff;
}