.content
{
    font-size:13px;
}
.imgstyle1
{
    margin-left:5px;
    margin-right:5px;
    padding:1px;
    border:1px solid silver;
}
.imgstyle2
{
    margin-left:5px;
    margin-right:5px;
    border:2px solid silver;
}
.imgstyle3
{
    margin-left:5px;
    margin-right:5px;
    border:5px solid silver;
}
.innercontent h4
{
    color: #6A1E80;
    font-size:18px;
    font-weight:bold;
}
.innercontent h5
{
    color: #6A1E80;
    font-size:15px;
    font-weight:bold;
}
.tblstyle1 table
{
    width:100%;
    border-collapse:collapse;
}
.tblstyle1 table th
{
    padding:5px;
    background-color:#6A1E80;
    color:White;
    text-align:left;
    
}
.tblstyle1 table td
{
    border-bottom:1px solid silver;
    padding:5px;
    vertical-align:top;
    text-align:left;
}
.tblstyle2 table
{
    width:100%;
    border-collapse:collapse;
}
.tblstyle2 table th
{
    padding:5px;
    background-color:#6A1E80;
    color:White;
    text-align:center;
    
}
.tblstyle2 table td
{
    border-bottom:1px solid silver;
    padding:5px;
    vertical-align:top;
    text-align:center;
}
.tblstyle3 table
{
    width:100%;
    border-collapse:collapse;
}
.tblstyle3 table th
{
    padding:5px;
    background-color:#6A1E80;
    color:White;
    
}
.tblstyle3 table td
{
    border-bottom:1px solid silver;
    padding:5px;
}
.center80
{
    width:80%;
    margin:0 auto;
}
.center60
{
    width:60%;
    margin:0 auto;
}

.tblstyle4 table
{
    width:100%;
    border-collapse:collapse;
}
.tblstyle4 table th
{
    text-align:center;
}
.tblstyle4 table td
{
    text-align:left;
}

.tblstyle5 table
{
    width:95%;
    border-collapse:collapse;
    margin:0 auto;
    margin-bottom:10px;
}
.tblstyle5 table th
{
    text-align:center;
    padding-bottom:8px;
    padding-top:8px;
    font-size:14px;
    text-transform:uppercase;
    border-bottom:1px solid silver;
}

.tblstyle5 table td.title
{
    text-align:left;
    vertical-align:middle;
    color:#6A1E80;
    font-weight:bold;
    padding:5px;
    
}
.tblstyle5 table td
{
    text-align:left;
    border-bottom:1px solid silver;
}
