body{
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:14px;
	background-color: #139032;
	height:100%;
}

a.menu:link, a.menu:visited, a.menu:active{
	color:#139032;
	text-decoration:none;
	font-size:16px;
	display:block;
	height:139px;
	width:139px;
	background-image:url(../images/box.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
a.menu:hover{
	color: #000000;
	display:block;
	height:139px;
	width:139px;
	background-image:url(../images/box.png);
	background-position:top;
	background-repeat:no-repeat;
	cursor:default;
}
h1 {
	color:#FFFFFF;
	font-size:42px;
	display:block;
	height:20px;
	margin-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2 {
	color:#eaff03;
	font-size:18px;
	margin-left:8px;
}
h3 {
	color:#000000;
	font-size:20px;
	font-weight:normal;
	border-bottom:#000000 1px solid;
}

div#footer{
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
} 

.text{
	display:block;
	width:120px;
	height:70px;
	padding-top:50px;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.overseas {
	font-size: 26px
}
.box {
	width:745px;
	padding:0 0 100px 0;
	background:url("../images/body-bottom.png") bottom left no-repeat;
}
.box h2 {
	margin: 0 0 0 0;
	padding:16px 0 0 40px;
	color:#000000;
	font-weight:normal;
	display:block;
	height:84px;
	font-size: 25px;
	background:url("../images/body-top.png") top left no-repeat;
}
.box p, .box a.box, .box table {
	margin:0;
	padding:2px 10px 14px 20px;
	background:url("../images/body-c.png");
}
.box form {
	margin:0;
}
.box a:link, .box a:visited, .box a:active {
	color: #000000;
	border-bottom: 1px #FF0000 dotted;
	text-decoration:none;
}
.box a:hover {
	color: #000000;
	border-bottom: 2px #FF0000 solid;
	text-decoration:none;
}

#bubble_tooltip{
	width:250px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble.png');
	background-repeat:no-repeat;
	background-position:top;
	height:30px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.png');
	background-repeat:repeat-y;	
	background-position:bottom;
	padding-left:12px;
	padding-right:12px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-3px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble.png');
	background-repeat:no-repeat;
	background-position:bottom;
	height:45px;
	position:relative;

}

form#contact label {
	clear:left; 
	display:block; 
	float:left; 
	width:75px;
	text-align:right; 
	padding-right:10px; 
	margin-bottom:10px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

form#contact input {
	border:1px solid #000000; 
	padding-left:0.5em;
	margin-bottom:10px;
	width:175px; 
	background:#FFFFFF;
}

form#contact #inputs {
	border:1px solid #000000; 
	padding-left:0.5em;
	margin-bottom:10px;
	width:210px; 
	background:#FFFFFF;
}

form#contact textarea {
	width:220px; 
	height:8em; 
	border:1px solid #000000;
	font-size:12px;
	padding:0.5em;
	margin-bottom: 10px;
	overflow:auto; 
	background:#FFFFFF;
}

form#contact #button1 {
	color:#000000; 
	cursor:pointer;
	margin-top:6px;
	margin-left:85px;
	width: 120px;
	text-align:center;
	background:#FFFFFF; 
	border:1px solid; 
	border-color:#000000;
}

form#contact #button1:hover {
	color:#fff; 
	background:#57c53a; 
	border:1px solid;
	border-color:#4f718a #003 #003 #4f718a; 	
}