﻿a { text-decoration: none; }

a:link { color: #0000ff; }
a:visited { color: #0000ff; }
a:active { color: #0000ff; }
a:hover { color: #ff6633; }

a.navlink:link { color: #ffffff; }
a.navlink:visited { color: #ffffff; }
a.navlink:active { color: #ffffff; }
a.navlink:hover { color: #ff6633; }

img
{
    border-width: 0px;
}

body
{
    font-size: 10pt;
    color: #000000;
    font-family: Arial, Sans-Serif;
    background-color: #ffffff;
    text-align: left;
    margin-top: 15px;
}

div.layout 
{
    width: 606px;
	margin-left: auto;
	margin-right: auto;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #000000;
    background-color: #ffffff;
    text-align: left;
}

div.shadow 
{
	background-color: #cccccc;
	color: inherit;
    margin-top: 4px;
    margin-left: 4px;
}

div.shadow, div.foreground 
{
	position: relative;
	top: -4px;
	left: -4px;
}

div.foreground 
{
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000; 
}

div.banner 
{
    color: #ffffff;
    background-color: #000000;
}

div.clientnav
{
    width: 590px;
    height: 20px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial, Sans-Serif;
    background-color: #000000;
}

div.nav
{
    width: 590px;
    height: 20px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial, Sans-Serif;
    background-color: #0000ff;
}

div.content
{
    padding-left: 20px;
    width: 560px;
}

div.footer
{
    font-size: 8pt;
    text-align: left;
}

p
{
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.textshadow 
{
	background-color: #cccccc;
	color: inherit;
    margin-top: 4px;
    margin-left: 4px;
}

div.textshadow, div.textbox 
{
	position: relative;
	top: -4px;
	left: -4px;
}

div.textbox
{
    padding: 5px 5px 5px 5px;
    border: #ff6633 1px solid;
    background-color: #ffffff;
}

div.textbox ul
{
    margin-top: 5px;
    margin-bottom: 0px;
    list-style-image: url(graphics/check.gif);
}

div.textbox ul li
{
    padding: 0px 0px 1px 0px;
    vertical-align: middle;
}

div.floatright
{
    float: right;
    position: relative;
    margin-top: 8px;
    margin-left: 14px;
    margin-right: -4px;
}

div.floatleft
{
    float: left;
    position: relative;
    margin-top: 8px;
    margin-right: 10px;
}

img.heading
{
    padding: 5px 0px 10px 0px;
    border-width: 0px;
}


table.contact
{
    width: 100%;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    margin-bottom: 10px;
}

table.contact td.heading
{
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    padding-top: 15px;
    border-bottom: #ff6633 1px solid;
    color: #0000ff;
}

table.contact td.column1
{
    width: 5%
}   

table.contact td.column2
{
    width: 20%;
    text-align: left;
    vertical-align: middle;
    color: #0000ff;
    font-weight: bold;
}

table.contact td.column3
{
    width: 10%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px 5px 0px;
}

table.contact td.column4
{
    width: 65%;
    text-align: left;
    vertical-align: middle;
    padding: 5px 0px 5px 0px;
}

div.mangobackground
{
    width: 100%; 
    background: #ffffff url(graphics/mangoback.jpg) no-repeat center;
}

p.subheading
{
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    color: #0000ff;
}


p.biglink
{
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    color: #0000ff;
}

p.biglink img
{
    vertical-align: middle;
    border-width: 0px;
    padding-right: 20px;
}

.blue 
{
    font-weight: bold;
    color: #0000ff;
}