﻿body{
    margin: 0px 0px 0px 0px;
    background-image:url(images/LoginBg.png);
    background-position:top center;
    background-repeat:no-repeat;
    background-color:#ffffff;
    font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

#login_table {
    margin: 0 auto; 
    padding-top: 30px;
}

#login_note
{
    width: 400px;
    height: 265px;
    margin: auto;
    margin-top: 280px;
    text-align: left;
    position:relative;
}

#login_footer
{
    position:relative;
    top: 30px; 
    left: 0px; 
    width: 100%; 
    height: 34px;
    color: #248bc8;
    padding-bottom: 20px;
}

#login_footer td
{
    font-size: 12pt;
    padding-top:4px;
}

#login_footer a { 
    font-size: 10pt;
    text-decoration:underline;
    color: #248bc8;
}
#login_footer a:hover { 
     text-decoration:none;
}

h1
{
    font-size: 18pt;
    font-weight:bold;
    color: #1788bb; 
    text-align:center;
    padding-bottom:10px;
}

#terms
{
    font-size: 12px;
}
#terms li
{
    padding-bottom: 8px;
    font-size: 10px;
    font-weight: normal;
}
#footer
{
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: normal;
}
td.data
{
    text-align:left;
}
td.label
{
    text-align:right;
    font-weight:bold;
}

#table_done
{
    text-align: center;
}

A:link
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
A:visited
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
A:active
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
A:hover
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: underline;
}
