body {
    background-color: #FFFFFF;
    font-family: Times New Roman;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 0;
    text-align: center;
}

div.all {
    margin: 0 auto;
    width: 820px;
    text-align: left;
}

div.header {
    background-image: url("graphic/logo.jpg");
    width: 820px;
    height: 145px;
}

div.adth {
    position: relative;
    top: 125px;
    left: 0;
}

table.main {
    width: 100%;
}

tr.main {
    vertical-align: top;
}

td.left {
    width: 160px;
    padding: 0;
	 background-color: #546606;
	 text-align: center;
}

td.content {
    width: 520px;
    text-align: justify;
    padding: 45px 2px 15px 15px;
}

td.right {
    width: 140px;
    text-align: right;
}

div.contact {
    height: 40px;
}

p {
    text-indent: 15px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.contact {
    font-weight: bold;
    font-family: Tahoma;
    font-size: 10pt;
	 color: #FFFFFF;
}

a.menu1 {
    font-family: Tahoma;
    font-size: 10pt;
	 color: #FFFFFF;
}

img.hecont {
    margin: 10px;
}

a.intlink {
    color: #0000FF;
}