﻿TABLE { FONT: 16pt Arial;}
BODY { FONT: 16pt Arial;}
a {
    text-decoration:none;
    color:inherit;
}
.title {
    width:100%;
    height:auto;
    margin:0 auto;
}
.main {
    width:90%;
    margin:0 auto;
}

.main td {
    padding:0px;
    border-spacing:0px;
}

.content {
    text-align: center;
}

.content table{
    width:90%;
    margin:0 auto;
}

.content table tr{
    vertical-align:text-top;
}
.content table tr td:first-child{
     width:15%;
     text-align:right;
}

.content table td{
    padding:5px;
}
.content table td img {
    height:30px;
    padding:0% 1%;
    vertical-align:middle;
}
ol {
    list-style-type:decimal;
    list-style-position:outside;
    padding-left:20px;
}
ol li {
   
}


