﻿body
{
    background-color: #000000;
    font-family: 'Microsoft Sans Serif';
    font-size: 9pt;
    color: #FFFFFF;
    background-attachment: fixed;
}

.body2
{
    background-position: left top;
    background-color: #dddddd;
    background-image: url('images/BGBlackGrad3.jpg');
    font-family: 'Microsoft Sans Serif';
    font-size: 9pt;
    color: #000000;
    background-attachment: fixed;
    background-repeat: repeat-x;
}

.scrollpadding
{
	padding-bottom: 1px;
}

.picborder
{
    border: solid 1px #000066;
}

.txtbox
{
    border: solid 1px #999999;
    background-color: #F0F0F0;
    font-size: 10pt;
}

.printsamplelinks
{
    font-weight: bold; 
    text-decoration: underline; 
    color: #004DBF;
    cursor: hand;
}

.centeralign
{
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    cursor: hand;
}

.topmargin
{
	margin-top: 4px;
}