﻿body
{
    background-color:#E7E7E7;
	font-family: 		Arial, Helvetica, Verdana; 
	font-size:			12pt;
	color: 				#000000; 
	text-decoration: 	none;
	font-weight: 		normal; 
	/*line-height: 		14px;*/
}

#wrapper
{
    background-color:#FFFFFF;
    /*width:565px;*/
    width:590px;
    margin:auto;
    
}

.banner
{
    text-align:center;
}

input, select, textarea 
{
    border: solid 1px silver;
}

input[type="submit"]
{
     cursor:pointer;
}


table
{
     width:570px;
     border:0;
     margin:10px;
}

td.header
{
    font-size:12pt;
    color: #263e5b;
    font-family: Arial;
    background-color:#E7E7E7;
    font-weight:bold;
}
td.section
{
    font-size: 10pt;
    color: #666666;
    font-family: Arial;
}
td
{
    font-size: 10pt;
    color: #333333;
    font-family: Arial;
}

.td_label
{
    color:#333333;
    font-size:2;
    font-weight:bold;
    text-align:left;
}

.normal
{
    font-size: 10pt;
    color: #000000;
    width:260px;
}

.drpnormal
{
    font-size: 10pt;
    color: #000000;
    width:264px;
}

.normalSmall
{
    font-size: 10pt;
    color: #000000;
    width:80px;
}

.fieldValidator
{
    color:Red;
}

.fieldValidatorGreen
{
    color:Green;
}

.footer 
{
    color:#3D7FB6;
    font-size:7pt;
    font-weight:bold;
    margin:0 auto;
    padding-top:4px;
    width:100%;
    text-align:center;
}

a.footerlink 
{
    color:#3D7FB6;
    font-family:Arial,Helvetica,sans-serif;
    font-size:7pt;
    font-weight:bold;
    text-decoration:none;
}