/*  +----------------+
    | Body & General |
    +----------------+ */

body            
{
    font-family: "Segoe UI", Verdana, sans-serif;
    font-size: 9pt;
    color: #333333;
}

p
{
    font-size: 9pt;
    color: #333333;
    margin-top: 4pt;
    margin-bottom: 6pt;
}

h1 
{
    color: #003399;
    font-size: 12pt;
    font-weight: normal;
}

h2
{
    color: #003399;
    font-size: 9pt;
    font-weight: normal;
    margin-bottom: 4pt;
}

li
{  
    font-size: 9pt;
    margin-top: 4pt;
}

a, a:visited, a:link
{
    color: #0066cc;
    text-decoration: none;
}

a:hover, a:active
{
    color:#3399ff;
    text-decoration: underline;
}

a.inProse /* use this for links that are not clearly links just from context */
{
    text-decoration: underline;
}

.divBody
{
    /* padding: 0.5in 0.75in 0.5in 0.75in; */
}

img             
{
    border: none;
}

input
{
    font: normal 9pt "Segoe UI", Verdana, sans-serif;
}

/*  +------------------+
    | Character styles |
    +------------------+ */

.warningText /* use sparingly; consider changing the feature so that this isn't necessary */
{
    color: Red;
    font-weight: bold;
}

.statusText /* temporary text, like "Searching..." */
{
    color: #999999;
    font-style: italic;
}

.informationalText /* text that adds value but is not critical to the page's function */
{
    color: #666666;
}

.literalText /* use instead of quotation marks */
{
    font-style: inherit;
}

/*  +--------+
    | Header |
    +--------+ */

.divHeader
{
    width: 100%;
    margin-bottom: 0.1in;
}

.divHdrWelcome
{
    float: right;
    text-align: right;
    font-size: 9pt;
}

/*  +--------+
    | Record |
    +--------+ */

.divRecord      
{
    /*width: 100%; 
    height: 24px;
    font-size: 9pt;
    text-align: right;
    margin: -0.5in 0px 0px 0px;
    padding-top: 2pt;
	background-image: url(images/recordGradient.png); 
	background-repeat: repeat-x; */
}

/*  +--------+
    | Footer |
    +--------+ */

.divFooter      
{
    color: #999999;
    margin: 0px 0px 0px 0px;
    padding: 10px 4px 10px 4px;
    border-top: 1px solid #e9eaf1;
}

.textFooter
{
    color: #999999;
}

.devCenterSectionHeader
{
	background-color:#DCFFDC;
	border-spacing: 0px;
	border-collapse:collapse;
	width: 100%;
}


