body {
    font-family: "Times New Roman"; 
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    min-width: 730px;
    background-color: #c0c0c0;
    color: #1a1a1a;
}

p {
    font-family:"Times New Roman"; font-size:16;
    color: #1a1a1a;
}

p.title_text {
    color: #000080;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0 150px;
}

p.spec_title, p.spec_header, p.spec_content {
    color:#040303;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 0;
}

p.spec_header {
    font-size: 16px;
    font-weight: bold;
}

p.spec_content {
    font-size: 14px;
}

form {
    margin:0;padding:0;
}

a:link {
    color: #0000ee;
}

a:visited { 
color: #551a8b;
}

a:hover { 
color: #595959;
}

a:active { 
color: #333333;
}

ul, li {
    text-align: left;
    margin: 0 0 0 120px;
}

ul.less_margin {
    margin: 0 0 0 0;
}

span.ul_title {
    margin: 0 0 0 85px;
}

table, tr, th, td {
    border-width: 0px;
    border-color: #1a1a1a;
    border-style: solid;
    border-collapse: collapse;
    margin: 0 auto 0 auto;
    vertical-align: middle;
    text-align: center;
    width:730px;
}

table.grid, tr.grid, th.grid, td.grid {
    border-width: 1px;
}

.title_page {
    font-size: 30px;
    line-height: 36px;
}

.title_img {
    text-align: center;
}

.title_sub {
    color: #800080;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.address {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.heading {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
}

.content {
    color: #000080;
    font-weight: bold;
}

.small_text {
    font-size: 10px;
    font-weight: normal;

}

.text {
    color: "#000080";
    font-size: 6;
}

