﻿table{width:100%;margin:0 auto;}
td{border-left:1px dotted;
padding:5px;
width:25%;}
td:first-child{border:none;}

div.top{
    background-color:white;
    color:#FE6501;
    height:auto;
    margin-top:15px;
    padding:0;
    text-decoration:none;
}
div.top:first-child{margin-top:0;}
div.top a{
    color:#FE6501;
    text-decoration:none;
}

div.sub a,div.sub h3,div.sub h4{
    color:Black;
    font-weight:normal;
}
div.base a,div.base h3,div.base h4{
    color:Black;
    font-weight:normal;
}

a:hover{color:#FE6501 !important;}

h1, h2, h3, h4, h5, h6, h7 {
font-size:16px;
margin:0;
padding:0;
text-transform:capitalize;
}


