body {
    margin-top: 0;
    margin-left: 0;
}

.applytext {
    background-color: #FFFFFF;
}

.applytable {
    background-color: #FFFFFF;
}

table.main {
    background-image: url("images/side_gradient.gif");
    background-repeat: repeat-y;
    background-position: left;
}

table.footer {
    background-image: url("images/footer_gradient.gif");
    background-repeat: no-repeat;
    background-position: right;
    color: #FFFFFF;
    text-align: center;
    background-color: #004080;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.border1 {
    background-color:       #FFFFFF;
    border-style:           solid;
    border-color:           #000000;
    border-left-width:      1px;
    border-right-width:     1px;
    border-top-width:       1px;
    border-bottom-width:    1px;
}

table.border2 {
    background-color:       #BBBBBB;
    border-color:           #000000;
    border-style:           solid;
    border-left-width:      1px;
    border-right-width:     1px;
    border-top-width:       1px;
    border-bottom-width:    1px;
}

.member {
    background-color:       #FFFFFF;
    border-color:           #000000;
    border-style:           solid;
    border-left-width:      0px;
    border-right-width:     0px;
    border-top-width:       0px;
    border-bottom-width:    1px;
}

.title1 {
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    color: #212952;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title2 {
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    color: #C6B539;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

INPUT.error 
{
	border-bottom-color: Red;
	border-top-color: Red;
	border-left-color: Red;
	border-right-color: Red;
}

INPUT.normal
{
}

INPUT.tablebutton
{
	cursor: hand;
	background-color: Transparent;
	border-style: none;
	color: Blue;
}

TR.Even
{
	background-color: #DADADA;
}

TR.Odd
{
	background-color: White;
}

SELECT.error 
{
	border-bottom-style: outset;
	border-bottom-color: Red;
	border-top-style: outset;
	border-top-color: Red;
	border-left-style: outset;
	border-left-color: Red;
	border-right-style: outset;
	border-right-color: Red;
}

SELECT.normal
{
}

DIV.error 
{
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #FF0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

DIV.normal
{
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    font-family: Arial, Verdana,  Helvetica, sans-serif;
}

.notentered {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #FF0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.entered {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    font-family: Arial, Verdana,  Helvetica, sans-serif;
}

.text {
    font-size: 10pt;
    font-style: normal;
    color: #000000;
    font-family:  Arial, Verdana, Helvetica, sans-serif;
}

.bold {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.menubutton {
    background-image: url("images/menu_corner.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #004080;
    border-style: solid;
    padding: 2px;
    margin-left: 5px;
    margin-right: 3px;
    border-width: 2px 0px 0px 1px;
}

.title {
    padding-top: 8px;
    padding-right: 145px;
}

a.titlelink {
    text-decoration: none;
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.tablepagelink {
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

a.titlelink:hover {
    text-decoration: none;
    color: #FFFFFF;
}

a.menulink {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    font-variant: small-caps;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.menulink:hover {
    text-decoration: none;
    color: #A0A000;
}

#content-header {
    border:solid #801D16;
    border-width:0 0 1px 0;
    font-size: 16pt;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}