/* hypertext links */
A:link {color: #0066CC; text-decoration: underline;}
A:visited {color: #0066CC; text-decoration: underline;}
A:active {color: #0066CC; text-decoration: underline;}
A:hover {color: #FF9933; text-decoration: underline;}


/* basic elements */
body
{
margin-left:0px;
margin-right: 0px;
margin-top:0px;
margin-bottom:0px;
/* background-image: url(images/leftmenu-bg.gif); */
/* background-repeat: repeat-x;  */
background-color:#FFFFFF;
}


/* small bold blue link */
A:link.small {color: #4466BB; text-decoration: none; font-size:9px; font-weight: bold; font-family:Verdana, Arial, sans-serif;}
A:visited.small {color: #4466BB; text-decoration: none; font-size:9px; font-weight: bold; font-family:Verdana, Arial, sans-serif;}
A:active.small {color: #4466BB; text-decoration: none; font-size:9px; font-weight: bold; font-family:Verdana, Arial, sans-serif;}
A:hover.small {color: #7CAB1D; text-decoration: none; font-size:9px; font-weight: bold; font-family:Verdana, Arial, sans-serif;}

/* small light blue - footer link */
A:link.vsmall {color: #99CCFF; text-decoration: none; font-size:10px; bold; font-family:Arial, sans-serif;}
A:visited.vsmall {color: #99CCFF; text-decoration: none; font-size:10px; font-family:Arial, sans-serif;}
A:active.vsmall {color: #99CCFF; text-decoration: none; font-size:10px; font-family:Arial, sans-serif;}
A:hover.vsmall {color: #FFCC33; text-decoration: none; font-size:10px; font-family:Arial, sans-serif;}

td {font-family:Arial, sans-serif; font-size:12px; color:#555555; line-height: 15px;}

.layout {text-align: justify;}

.caption {font-family:Arial, sans-serif; font-size:11px;}

.footer {color: #99CCFF; font-family:Arial, sans-serif; font-size:10px; line-height: 12px;}

/* dark blue - logo color */
.bgcolor1 {background-color:#0048A5;}

/* very light blue */
.bgcolor2 {background-color:#AEC7E7;}

/* light blue - line */
.bgcolor3 {background-color:#5D90D0;}

/* grey - bottom line */
.bgcolor4 {background-color:#999999;}

/* blue - line */
.bgcolor5 {background-color:#0066CC;}


/* dark blue  */
.subhead1 {font-weight: bold; font-size:12px; color:#0048A5;}



/* dark blue - light blue text  */
.bar1 {background-color:#2F3E90; font-family:Verdana, sans-serif; font-weight: bold; font-size:11px; color:#CAD7EC;}


hr {color:#CCCCCC;}

.border {border:solid 1px #CCCCCC;}


