a:link {
  color: #8AF;
  text-decoration: none;
}

a:visited {
  color: #88F;
  text-decoration: none;
}

a:hover {
  color: #8FF;
  text-decoration: none;
}

a:active {
  color: #0FF;
  text-decoration: underline overline;
}

a.silent:link {
  color: #FFF;
  text-decoration: none;
}

a.silent:visited {
  color: #FFF;
  text-decoration: none;
}

a.silent:hover {
  color: #88F;
  text-decoration: none;
}

a.silent:active {
  color: #0FF;
  text-decoration: underline overline;
}

body
{
  background: black;
  color: #FFF;
  font-family: arial, sans-serif;
  font-size: 10pt;
}

div
{
	font-family: arial, sans-serif;
	font-size: 9pt;
	padding: 0px 0px 2px 0px;
}

div.x
{
	padding: 5px 0px 5px 18px;
	border-left: 1px solid #CCC;
}

div.timestamp
{
	font-size: 8pt;
	font-weight: bold;
	padding: 2px 0px 5px 5px;
	background: #CCC;
  color: #000;
	border: 1px solid #CCC;
	border-bottom: solid 2px #F11;
}

div.timestamp-announcement
{
	font-size: 8pt;
	font-weight: bold;
	padding: 2px 0px 5px 5px;
	background: #FA0;
  color: #000;
	border: 1px solid #CCC;
	border-bottom: solid 2px #F11;
}

td
{
	font-family: arial, sans-serif;
	font-size: 9pt;
	border: 0px dotted #0000FF;
	vertical-align: top;
}

.banner
{
		text-align: center;
		clear: left;
		width: 100%;
		padding: 0px 0px 10px 0px;
		border: 0px dotted #F0F;
		
}

.box {
  border: 0px solid #DDD;
}

.box2 {
  border: 0px dotted #DDF;
}

.img_nav {
  border: 0px solid #FFF;
}

.header {
  font-weight: bold;
  font-size: 16pt;
  
}

#iframe {
 width: 100%;
 height: 550px; 
}
#content{
 width: 500px;"
}

#footer {
 
  
}
#tblMain {
  margin-left: auto;
  margin-right: auto;
    
  width: 600px;
  border: 0px red dotted;
  
}
