body{
 background-color:#e5ffe5;
 margin:0;
 font-size:12px;
}

.base{
 background-image:url(img/space.gif);
 margin-left:auto;
 margin-right:auto;
 padding:0px;
 text-align: center;
 height:100%;
 width:900px;
}


.base2{
 background-image:url(img/space.gif);
 margin-left:auto;
 margin-right:auto;
 padding:20px;
 text-align: left;
 height:100%;
 width:860px;
}

.head{
 background-image:url(img/head.jpg);
 margin-left:auto;
 margin-right:auto;
 padding:0px;
 text-align: right;
 height:50px;
 width:900px;
}

.head2{
 background-image:url(img/head2.jpg);
 margin-left:auto;
 margin-right:auto;
 padding:0px;
 text-align: right;
 height:180px;
 width:900px;
}

.contents{
 margin-left:auto;
 margin-right:auto;
 padding:0px;
 height:400px;
 width:900px;
}

.left{
 padding:0px;
 width:180px;
 height:300px;
 margin:10px 0 0 0;
 float:left;
}

.center{
 padding:0px;
 width:520px;
 height:300px;
 margin:10px 10px 0 10px;
 float:left;
}

.right{
 padding:0px;
 width:180px;
 height:300px;
 margin:10px 0 0 0;
 float:left;
}

.text1{
 text-align: left;
 padding:0px;
 width:430px;
 margin:10px 0 0 20px;
 float:left;
}

.photo1{
 padding:0px;
 width:410px;
 margin:70px 20px 0 20px;
 float:left;
}

.text2{
 text-align: left;
 padding:0px;
 width:860px;
 margin:10px 20px 0 20px;
}

.bottom{
 background-image:url(img/bb.gif);
 margin-left:auto;
 margin-right:auto;
 padding:0px;
 line-height:24px;
 text-align: right;
 color:#ffffff;
 height:24px;
 width:900px;
}

h1{
 font-size:12px;
 color:#0d8020;
 font-weight: bold;
 line-height:50px;
 text-align: right;
 margin: 0 18px 0 0;
}

h2{
 font-size:12px;
 color:#0d8020;
 font-weight: bold;
 line-height:50px;
 text-align: left;
 margin: 0 0 0 70px;
}

.clear{
 clear: both;
 margin:0 0 0 0;
}

A:link {
 text-decoration: none;
 color : #0d8020;
}

A:visited {
 text-decoration: none;
 color : #0d8020;
}

p.title { 
 font-weight: bold;
 font-size:18px;
 color:#0d8020;
}

strong.red { 
 font-weight: normal;
 font-size:18px;
 color:#FF0000;
}

strong.green { 
 font-weight: bold;
 font-size:12px;
 color:#0d8020;
}

table.example1{
 border-top:1px solid #006611;
 border-left:1px solid #006611;
 border-collapse:collapse;
 border-spacing:0;
 background-color:#ffffff;
 empty-cells:show;
}
.example1 th{
 border-right:1px solid #006611;
 border-bottom:1px solid #006611;
 color:#FFFFFF;
 background-color:#1a802b;
 padding:0.3em 1em;
 text-align:center;
}
.example1 td{
 border-right:1px solid #006611;
 border-bottom:1px solid #006611;
 padding:0.3em 1em;
}