
/*B section Home list */
#SectionHomeContent {
	overflow:auto;
}

#Sectionleft {
  	margin-top:0px;
	float: left;
	width:360px;
  	margin-right:23px;
	background:#fff;
}

#Sectionright {
	margin-top:0px;
	float: left;
	width:360px;
	background:#fff;
}

#SectionHomeContent h4 {
	
	margin:0;
	padding: 0 0 0 8px;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
	color: #1444a5;
	font-weight: bold;
	width: 97%;
	background: url(/images/tabs/ico_right_arrow_list.gif) no-repeat 0px 3px;
	clear: both;
}

 #SectionHomeContent h4 a {
 	font-size:100%;
	padding: 0;
	color: #1444a5;
	font-weight: bold;
 }

#SectionHomeContent p{
	font-size:78%;
	margin-top:10px;
	width:240px;
	margin-bottom:35px;
	color:#000;
	_height: 75px;
	min-height: 75px;
}

#SectionHomeContent p.sectionLink{
   	color:#fff;
	margin-top: -30px;
	padding: 0 0 0 8px;
	background: url(/images/tabs/ico_right_arrow_list.gif) no-repeat 0px 3px;
	_height: auto;
	min-height: 0;
}

#SectionHomeContent a{
	color: #0099cc;
	font-weight: normal;
	text-decoration: none;
	font-size: 100%;
	_height: auto;
	min-height: 0;
}

#SectionHomeContent p a {
	color: #1444a5;
	text-decoration: none;
	font-size:100%;
	margin-top: -30px;
	_height: auto;
	min-height: 0;
}


#SectionHomeContent a:hover{
	color:#006;
}

#SectionHomeContent img{
	float:right;
   	/*margin:0 0 35px 0;*/
	/*display: inline;*/
}


#SectionHomeContent p img{
	float:right;
   	margin-right:0px;
	/*display: inline;*/
	margin-top:0px;
}

#sectionIntro table {
  margin-bottom:15px;
	background:#fff;
	border:0px;
	width:100%;
}



#sectionIntro table td {
	margin: 0;
	padding: 5;
	font-size: 80%;
	font-weight: normal;
	vertical-align: top;
}

#sectionIntro table th {
	margin:0;
	padding:0;
	font-size: 80%;
   font-weight: normal;
}


/*end section Home list */





/*________________________________________________________*/

/* misc classes */

.bold {
	font-weight: bold;
}
