<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Info
-----------------------------------------------
CSS file For AT-FACTORY.COM
FileName:	content_tablelist.css
Build:		2016.04.14
----------------------------------------------- */
.p-bot a,
.p-bot a:visited,
.p-bot a:active
{
color:#03F;
text-decoration:underline;
}

.p-bot a:hover
{
color:#03F;
text-decoration:none;
}

#tableBlock{
float:left;
padding:0;
width:980px; 
margin:10px 5px 5px 5px;
}

.list-table2
{
padding:4px;
border-collapse: collapse;
font-size: 0.9em;
line-height:110%;
border-bottom: 1px solid #A3C3FF;
border-right: 1px solid #A3C3FF;
background-color:#FFFFFF;
margin-top:1px;
}

.list-table2 th
{
padding:4px;
text-align: center;
border-top: 1px solid #A3C3FF;
border-left: 1px solid #A3C3FF;
background: #ECF4FF;
color:#000;
}

.list-table2 td
{
color: #000;
text-align: left;
padding:4px;
vertical-align: middle;
border-top: 1px solid #A3C3FF;
border-left: 1px solid #A3C3FF;
}

hr{
margin:0;
border:none;
border-top:4px #BFC2C7 solid;
_height:4px;
}

</pre></body></html>