@charset "UTF-8";


#mainCont .tableCont table {
	width: 400px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#mainCont .tableCont table caption {
    display: none;
}

#mainCont .tableCont table th,
#mainCont .tableCont table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 93%;
    line-height:150%;
    font-weight: normal;
    text-align: center;
    vertical-align: text-top;
}

#mainCont .tableCont table th {
	background-color: #E3E9E9;
    border-right: 3px solid #A3B6B7;
}

#mainCont .tableCont table th.ls {
}

#mainCont .tableCont table th.nowrap {
    white-space: nowrap;
}

#mainCont .tableCont table td {
	text-align: justify;
	padding-left: 20px;
}

#mainCont .tableCont table td img {
	display: block;
	margin-top: 1em;
}

#mainCont .tableCont table td ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}



