/* WebOffice Styles 

	Colors:
	Grey very light: #ECECEC;
	Grey light: #D6D6D6;
	Grey med: #ADADAD;
	Grey med-dark: #999999;
	Grey dark: #666666;
	
	Blue dark: #0066CC;
	Blue med-dark: #5095DB;
	Blue med: #9AC4ED;
	Blue light: #D3E6F8;
	
	Green dark: #669900;
	Green med-dark: #7FC31C;
	Green med: #A7DC59;
	Green light: #D5F1AD;
	
	Orange: #FF6600;
*/

/* Main Styles */
body {
	background-color: #ECECEC; /* Grey very light */
	margin: 0px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}


/* Links */
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}

.h-outer-box {
	float: left; 
	width:495px;
	/* border: 1px solid black; */
}
.h-box {
	background-image: url(/images/yellow_box.jpg);
	background-repeat: no-repeat;
	margin: 10px 8px;
	width: 232px;
	height: 180px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}


.third-box {
	background-image: url(/images/red_box.jpg);
	background-repeat: no-repeat;
	margin: 10px 8px;
	width: 232px;
	height: 200px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}

.search-box {
	background-image: url(/images/search_now_box.jpg);
	background-repeat: no-repeat;
	margin: 10px 10px;
	width: 265px;
	height: 180px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}


.h-box-wx1 {
	background-image: url(/images/h-box-wx1.jpg);
	background-repeat: no-repeat;
	margin: 10px 8px;
	width: 241px;
	height: 275px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}
.h-box2 {
	float: right;
	margin: 10px 8px;
}

#hboxheader h1  {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 23px;
	line-height: 26px;
	color: #FFFFFF;
	text-align:left;
	font-weight: normal;
	margin: 18px 0px 0px 50px;
	padding: 0px;
	letter-spacing: -0.05em;
	margin-bottom: 0; 
    padding-bottom: 0; 
}
#hboxheader h2  {
   font-family: Arial,helvetica,Sans-Serif; 
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
   margin-bottom: 0; 
   padding-bottom: 0; 
   font-size: 16px; 
   color: #000000;
     
}
#hboxheader h3  {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 19px;
	line-height: 22px;
	color: #666666;
	text-align:center;
	font-weight: normal;
	margin: 13px 0px 0px -13px;
	padding: 0px;
	letter-spacing: -0.02em;
}

.h-box-text {
	padding: 0px 10px 3px 10px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 14px;
	line-height: 15px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}

.h-box-text-bold {
	padding: 10px 10px 3px 10px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #0066CC;
	text-align:center;
	font-weight: bold;
}
.h-box-learn {
	padding: 0px 10px 5px 10px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align:right;
	font-weight: normal;
	vertical-align: bottom;
}
.h-box-learn img {
	margin-left: 5px;
	text-align:right;
	vertical-align: middle;
}
.h-line {
	clear: both;
	border-top: 2px dotted #D6D6D6;
	line-height: 2px; /*needed for IE/win*/
	font-size: 2px; /*needed for IE/win*/
	height: 2px;
	margin:10px;
	width: 96%;
}



.Btn_Yellow
{		
	font-family: Verdana, Arial, MS Sans Serif, Sans-Serif;
	font-size: 12px;
	background-color: #FFEF20;	
	vertical-align:bottom;
	width:50px;
}