@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	background-image: url(images/bgtile.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	margin-top: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: 336699;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: 336699;
}
a:hover {
	text-decoration: none;
	color: 336699;
}
a:active {
	text-decoration: underline;
	color: 336699;
}
.style1 {
	color: #CCCCCC;
	font-size: 7pt;
}
.style2 {color: #CCCCCC}
.style4 {
	color: #FFFFFF;
	font-size: 8pt;
}

div.MaskedDiv
{
      visibility: hidden;
      position: absolute;
      left: 0px;
      top: 0px;
      font-family: verdana;
      font-weight: bold;
      padding: 40px;
      z-index: 999;
      background-image: url(images/gray.png); /* ieWin only stuff */
      _background-image: none;
      _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src= 'images/gray.png' );
}
 

div.ModalPopup
{
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-style: normal;
      background-color: #000000;
      position: absolute; /* set z-index higher than possible */
      z-index: 10000;
      visibility: hidden;
      color: Black;
      border-style: solid;
      border-color: #990000;
      border-width: 0px;
      width: 648px;
      height: 509px;
}
