﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.vgHeader
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    vertical-align: bottom;
    text-align: left;
    text-indent: 25px;
    visibility: visible;
    font-weight: bold;
    font-size: xx-large;
}

.vgSubHeader
{
    font-family: Arial, Helvetica, sans-serif;
    color: #0c3e6f;
    vertical-align: bottom;
    text-align: left;
    text-indent: 25px;
    visibility: visible;
    font-weight: bold;
    font-size: large;
}
.MyWorkVisaInfoBox
{
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    background-image: url('../images/MyWorkVisa_3_2_BG.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    width: 553px;
    height: 223px;
}
.vgNavBar
{
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: left;
}
.disclaimerInfo
{
    font-size: 6pt;
    color: #D5D5D5;
}
.importanLink 
{
    font-size: medium !important;
    font-weight: bold !important;
    color: #CC0000 !important;
    text-decoration: none !important;
}
.menuItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 0px 20px 7px 20px;
}
a:link
{
    color: #003366;
    text-decoration: no
;
}
a:hover
{
    color: #800000 !important;
    text-decoration: underline !important;
}
a:visited
{
    color: #000066;
    text-decoration: none;
}
a
{
    color: #003366;
    text-decoration: none;
    }
.boldedNumberList
{
    font-weight: bold;
    list-style-position: outside;
}
.imgFloatLeft
{
    float: left;
    padding: 7px 7px 7px 0px;
}

/*Double spaced bulleted / numbered list*/
ul.doubleSpaceBullets li
{
    margin-bottom: 1em;
}

ol.doubleSpaceNumbers li
{
    margin-bottom: 1em;
}
.linkList
{
    font-size: small;
    font-weight: normal;
}
h1
{
    font-size: large;
    font-weight: bold;
}
h2
{
    font-size: medium;
    font-weight: bold;
    }
h3
{
    font-size: small;
    font-weight: bold;
}
h4
{
    font-size: small;
    font-weight: normal;
}
.imgAlighnLeft
{
    float: left;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 2px;
}

/* Link Icon Styles */
a.pdf
{
    padding-right: 16px;
    margin-right: 0px;
    background: url('../images/docIcons/pdf.gif') no-repeat right center;
}
a.msWord
{
    padding-right: 16px;
    margin-right: 0px;
    background: url(../images/docIcons/word.gif) no-repeat right center;
}
a.msExcel
{
    padding-right: 16px;
    margin-right: 0px;
    background: url(../images/docIcons/excel.gif) no-repeat right center;
}
a.msPowerpoint
{
    padding-right: 16px;
    margin-right: 0px;
    background: url(../images/docIcons/powerpoint.gif) no-repeat right center;
}
