﻿A 
{
    color: #0000ff;
    text-decoration: none;
}
A:hover
{
    color: #FF0000;
    text-decoration: underline;
}
BODY
{ 
    margin: 0px auto;
    text-align: center;
    color: #333333; 
	background-color: #e0e0e0;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 9pt;
}

DIV, SPAN, FIELDSET, LEGEND 
{
    margin: 0px; 
    padding: 0px;
}
H1, H2, H3, H4, H5, H6 
{
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #006600;
}
H1
{
    font-size: 11pt;
    margin: 0px 0px 20px 0px;
}
H2
{
    margin-bottom: 10px;
    font-size: 9pt;    
}
H3, H4, H5, H6
{
    margin-bottom: 10px;
    font-size: 8pt;
}
HR
{
    color:#000000; 
    height:1; 
    width:100%;
}
IMG 
{
    border: 0px;
}
TABLE {border-collapse: collapse;}

.LeftMenu, A.LeftMenu:visited, A.LeftMenu:active {border: 1px solid #999999; padding: 3px; background-color: #E6F0E9; width: 100%; text-decoration: none; margin-bottom: 2px; font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt;}
A.LeftMenu:hover {background-color: #eeeeee; text-decoration:none;}

.TextSmall{font-size: 8pt; font-family: verdana, arial, helvetica;}
.TextError, .Error {background-color: #aa0000; color: #ffffff; font-size: 11pt; font-weight: bold;}
.TextSuccess, .Success {background-color: #00aa00; color: #ffffff; font-size: 11pt; font-weight: bold;}
.TableHeader {font-size: 11pt; background-color: #aaccaa; font-weight: bold;}
INPUT.Button, .Button {
  BORDER: black 1px solid;
  FONT-SIZE: 11px;
  padding: 0;
  height:20;
  color:#000000;
  background-image: url("/i/button-bg.gif");
  background-repeat: repeat;
  background-color: #ffffff;
  background-position: top right;
  text-decoration: none;
  cursor: hand;
} 
.Border{border: solid 1px #000066;}
.T1{background-color:#E4E0FE}
.T2{background-color:#CFDAFE}
.blockq{color:#FF9223; text-align: center; font-family: verdana, tahoma, arial, helvetica;}

#container 
{
    text-align: left;
    width: 775px;
    margin: 0px auto;
    padding: 0px;
    background-color: #FFFFFF;
}
#content
{
    float: right;
    width: 580px;
    padding-right: 10px;
    text-align: justify;
}
#content TH {background-color: #e0e0e0; border: solid 1px #999999; text-align: left;}
#content TD{border: solid 1px #999999; text-align: left;}

#f
{
    clear: both;
    font-size: 8pt;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
}

#mainnav
{
    background-color: #e0e0e0;
    border: solid 1px #666666;
    font-weight: bold;
    font-size: 9pt;
    padding: 3px 10px;
    text-align: right;
    margin-bottom: 10px;
}
#mainnav A 
{
 padding: 0px 5px;
 color: #0000ff;   
}
#mainnav A:hover
{
    color: #FF0000;
}

#secnav
{
    width: 150px;
    float: left;
    margin-right: 20px;
    padding-left: 10px;
}

#secnav A
{
    font-size: 8pt;
    padding: 3px 0px 3px 10px;
    border-bottom: dashed 1px #e0e0e0;
    display: block;
}

#secnav H2
{
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    background-color: #e0e0e0;
    border: solid 1px #666666;
    padding: 3px;
}