/* CSS Document */

H1, .Heading1, H2, .Heading2, H3, .Heading3, H4, .Heading4, H5, .Heading5
  {font-weight: bold;}
H1, .Heading1
  {font-size: 15px; color:#003366;}
H2, .Heading2
  {font-size: 13px; color:#CC6600;}
H3, .Heading3
  {font-size: 12px; color:#006699;}
H4, .Heading4
  {font-size: 11px; color:#000066;}
H5, .Heading5
  {font-size: 11px; color:#333333;}

table#myTable {
    width: 749px;

    border: 2px solid #333;

}
BODY, TD, TH, P, LI, A, B, STRONG, I, EM, BLOCKQUOTE, FONT
  {font-family: verdana, arial, helvetica, sans-serif; color:#333333;  }
BODY, TD, TH, P, LI, BLOCKQUOTE, FONT
  {font-size: 11px; color: #333333;}
  A, A:link, A:visited, A:hover, A:visited:hover
  {color: #0066CC; text-decoration: none;}
A:visited
  {color: #000099;}
A:hover, A:visited:hover
  {text-decoration: underline;}
A.highlight, A.highlight:link, A.highlight:visited, A.highlight:hover, A.highlight:visited:hover
  {font-size: 13px; color: white; text-decoration: none;}
.blue{
color:#003CFF;
}

#myPos{
	position: absolute;
	top: 10px;
	left: inherit;
	width:auto;
	border: 1px solid #333333;
}
