body {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;

}
td {
	font-size: 12px;
	color: #3B3B3B;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
h2 {
	font-size: 16px;
	color: #05633F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}
a {
	color: #3B3B3B;
	text-decoration: none;
}
a:hover {
	color: #05633F;
	text-decoration: none;
}
.b {
	color: #3B3B3B;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.b:hover {
	color: #FFFFFF;
	background-color: 05633F;
}
.c {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	letter-spacing: 2px;
}
.c:hover {
	color: #FFFFD6;
}
.d {
	color: #00AD00;
	text-decoration: none;
	background-image: url(../../images/en-images/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:150px;
	padding-left: 10px;
	font-weight: bold;
	height: 7px;
	padding-bottom: 5px;
}
.d:hover {
	color: #05633F;
}
.d1 {
	color: #00AD00;
	text-decoration: none;
	background-image: url(../../images/en-images/icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	font-weight: bold;
	height: 7px;
	padding-bottom: 5px;
}
.d1:hover {
	color: #05633F;


}
.icon {
	color: #05633F;
	text-decoration: none;
	background-image: url(../../images/en-images/icon-out.jpg);
	background-repeat: no-repeat;
	height: 26px;
	padding-top: 3px;
	padding-left: 25px;
	width: 229px;
}
.icon:hover {
	color: #05633F;
	text-decoration: none;
	background-image: url(../../images/en-images/icon-over.jpg);
	background-repeat: no-repeat;
}
.line {
	background-image: url(../../images/en-images/shu-line.gif);
	background-repeat: repeat-y;
	background-position: top;
}