﻿@charset "UTF-8";
/* CSS Document */
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    table th {
     font-size: 85%;
    }
    table td {
     font-size: 75%;
     color: #000;
     padding: 4px !important;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
div.clear {
    clear: both;
}
p.title{
    font-weight:bold; 
    text-align:right;
}
p.highlight{
    margin-bottom:0px;
    background-color:#ff0;
    color:#000;
    font-weight:700;
    width: 90px;
}

table.tableWidth50{
    width:50%;
}
col.colWidth10{
    width:10%;
}

.marginTop7
{
    margin-top: 7px;

}
.marginTop5
{
    margin-top: 5px;
}

.marginTop10
{
    margin-top: 10px;
}

.marginLeft10
{
    margin-left: 17px;
}


.margin10TextRight
{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 20px;
    text-align:right;
}
.marginTop10Red
{
    margin-top: 7px;
    font-weight:700;
    color:red;
}

.marginTop20
{
    margin-top: 20px;
}
.textAlignRight
{
  text-align:right;
}

.textDecorationNone
{
   text-decoration: none;
}
.preFont {
    background-color:white;
    border:none;
    font-family:Helvetica,Arial,sans-serif;
    font-size:16px;
}
.nextBtn {
   margin-left: 5px;
}
