@charset "utf-8";
/* CSS Document */
body {
	background-image:  url(../images/trades-bg.jpg);
	background-repeat: repeat-x; 
	background-color: #3a6399;
	margin-top: 0px;
	}
.lborder { width:22px; background:url(../images/left-shadow.png) repeat-y top right; }
.rborder { width:22px; background:url(../images/right-shadow.png) repeat-y top left; }	
.bborder { height:22px; background:url(../images/bottom-shadow.png) repeat-x top left; }	
.blborder { height:22px; background:url(../images/bottom-left-corner.png) no-repeat top right; }
.brborder { height:22px; background:url(../images/bottom-right-corner.png) no-repeat top left; }	

.content {
  font-family: Tahoma;
  font-style: normal;
  font-size:  10pt;
   line-height: 18px;
   color: #222222;
}
.labels {
  font-family: Tahoma;
  font-style: normal;
  font-size:  8pt;
   line-height: 16px;
   color: #222222;
}
.rightheadertext {
  font-family: Tahoma;
  font-style: normal;
  font-size:  10pt;
   line-height: 20px;
   color: #222222;
   padding-bottom: 12px;
}
.midheadertext {
  font-family: Tahoma;
  font-style: normal;
  font-size:  11pt;
   line-height: 24px;
   color: #222222;
   padding-bottom: 12px;
}
.boldred { font-weight: bold; color: #e13a3e; }
.footertext {
  font-family: Times New Roman;
   font-style:italic;
   font-size:  12pt;
   line-height: 25px;
   color: #852f39;
}
.pagehead {
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
   font-size:  12pt;
   line-height: 20px;
   color: #e13a3e;
}
a, a:link, a:active, a:visited
{
	color: #3a6399;
	text-decoration:none;
}
a:hover
{
   color: #4f81bd;	
   text-decoration:underline;
}

.navlinks a, .navlinks a:link, .navlinks a:active, .navlinks a:visited
{
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size:  11pt;
  line-height: 26px;
  text-decoration: none;
  color: #ffffff;
}
.navlinks a:hover
{
   color: #FFFF99;
}

.footer {
  font-family: Verdana;
   font-size:  8pt;
	color: #331010;
}
.imgborder {
border: #c1b894 1px solid;
}
.imgborder2 {
border:1px solid #797878 1px dotted; 
background-color: transparent; 
padding:1px;
}
.imgborder3 {
border:1px solid #d52b30 1px solid; 
background-color: transparent; 
padding:3px;
}
.formfield {
border: #3e6798 1px solid;
background-color:#d9e6f6;
color: #2c5489;
font-size: 8pt;
font-weight: bold;
}
textarea {
font-size: 8pt;
font-weight: bold;
font-family: Tahoma;
}
.highlight{ 
background-color:#FF0
 
}