body
{
    text-shadow: 0px 0px 0px white;
    color: #53534a;
    padding: 0;
    margin: 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    background-color: #515e7e;
    font-size: 10pt;
    background: #515e7e url(../images/bg.png) center left repeat-y;
}

a
{
    color: #53534a;
    text-decoration: none;    
}

a:hover
{
    text-decoration: underline;
}

strong
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.ext_lnk
{
	color: #4888b1;
    font-family: Helvetica, Arial, sans-serif;
}

.letter
{
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    top: 100px;
    -moz-box-shadow: #000000 0px 0px 15px;
    -webkit-box-shadow: #000000 0px 0px 15px;    
}

.page
{
    position: relative;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    -moz-box-shadow: #000000 0px 0px 15px;
    -webkit-box-shadow: #000000 0px 0px 15px;     
}

.content
{
    background-color: #ffffff;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1em;
    padding-bottom: .5em;
}

.t1
{

    text-shadow: #ffffff 0px 1px 0px;
    background: #ffffff url(../images/t1_bg.png) top left repeat-x;

    border-bottom: thin solid #1f527f;
    line-height: 38px;    
}

.hd
{
    color: #1f527f;    
    font-size: 20pt;    
}

.hd2
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}


.lnk
{
    font-size: 14pt;
}


.t1 .hd
{
    padding-left: 1em;    
}

.t1 .lnk
{
    font-size: 10pt;
    padding-right: 1em;
    float: right;
    color: #1f527f;
}

.row
{
    clear: both;
    border-top: 1px dotted #cccccc;
    padding-top: 1em;
}

.row.top
{
    height: 4em;
    border-top: none;
    padding-top: 0;
}

.left
{
    float: left;
}

.col
{
    padding-left: 3em;
    padding-right: 3em;
    margin-bottom: 1em;
}

.col .lnk
{
    display: block;
}

.col:first-child
{
    padding-left: 0;
}

.col.continuation
{
    padding-top: 6pt;
    padding-left: 0em;
}

.col.callout
{
    border-left: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc;    
}

.footer
{
    padding-top: 2em;
}

.footer .lnk
{
    font-size: 10pt;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-right: 5em;
}

.contact
{
    float: right;
}

.page.copy
{
    width: 800px;
}


.copy
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-right: 200px;
    padding-left: 100px;
    text-align: justify;
}

.copy p, .copy ul
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.copy ul li
{
    padding-bottom: .5em;    
}

.copy ol li
{
    border-bottom: 1px dotted #cccccc;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.section
{
    margin-bottom: 2em;
}


.intro
{
    padding-right: 50px;
    padding-left: 50px;
    font-style: italic;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    text-align: justify;
    border-bottom: thin dotted #cccccc;
}

.date
{
    float: right;
    font-size: .5em;
    line-height: 3em;
}

.thumbnail
{
    border: 1px solid #999999;
    -moz-box-shadow: 0px 2px 2px #999999;
    -webkit-box-shadow: 0px 2px 2px #999999;    
}