﻿body
{
    margin: 0px;
    background-color: #dcdcdc;
    font-family: Arial;
    font-size: 12px;
}

a,
a:link,
a:visited,
a:active
{
    font-family: Arial;
    font-size: 12px;
    color: Blue;
}
a:hover
{
    color: Navy;
}

.menucell
{
   font-size: 8pt;
   font-family: Verdana, Arial;
   color: White;
   padding-left: 15px;
   padding-right: 15px;
}
.menucell a,
.menucell a:link,
.menucell a:visited,
.menucell a:active
{
    color: White;
}
.menucell a:hover
{
    color: Yellow;
}

.titleTD
{
    background-color: #EFEFEF;
    border-bottom-color: #A0A0A0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.footer
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000000;
    color: #FFFFFF;
}

.text
{
    font-size: 10pt;
    font-family: Verdana;
}
.text_small
{
    font-size: 8pt;
    font-family: Verdana, Arial;
}
.text_micro
{
    font-size: 6pt;
    font-family: Verdana, Arial;
}
.title-1
{
    font-weight: bold;
    font-size: 12pt;
    text-transform: capitalize;
    font-family: Verdana;
}
.table-1
{
    background-color: #ffffff;
    border: 1px solid #999999;
}
.backwhite
{
    background-color: White;
}
.pad15
{
	padding: 15px;
}
.padleft15 {
	padding-right: 15px;
	padding-left: 15px;
}
.borderBottom
{
    border-bottom: #808080 1px solid;
}
.borderRight
{
    border-right: #808080 1px solid;
}
.borderTop
{
    border-top: #808080 1px solid;
}
HR
{
    height: 1px;
}
