
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
font-family: Verdana,Helvetica,Arial,sans-serif;
color: #6c6c6c;
}

table#table2 {
border: 1px #b8b6b6 solid;
margin-left: 2px;}


table#table6 {
border:  1px #b8b6b6 solid;}


table#table5 {
border-top:  1px #b8b6b6 solid;}

p, li {font-size: 8pt;}

a:link {
color: #0303ff;
text-decoration: none;
}

a:visited {
color: #0303ff;
text-decoration: none;
}

a:hover {
color: #0303ff;
text-decoration: none;
}

a:active {
color: #0303ff;
text-decoration: none;
}

h1, h2 {
font-size: 10pt;}

h6 {
font-size: 20pt;
letter-spacing: +2px;
font-weight: normal;
margin-top: 2px;
margin-bottom: 2px;}


#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:130px; 
  width:100%; back:#FFFFFF
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative;
}
 
#twocols{
 width:80%; 
 float:right; 
 position:relative;
  
  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative;
  
 }
 
#maincol{float: left; 
 display:inline; 
 position: relative; 
 width:75%; back:#FFFFFF 
 }
 
#footer{
 height:200px; 
  clear:both; back:#FFFFFF
 
 }
 .rcdiv {
  padding: 5px;
}
.rctable {
  width: 420px;
}
.rctd {

  background-image: url("sq.png");
}

.tl {
  width: 8px;
  height: 8px;
  background: url("tl.png") top left no-repeat;
}
.tc {
  background: url("tc.png") top repeat-x;
}
.tr {
  width: 8px;
  height: 8px;
  background: url("tr.png") top right no-repeat;
}
.ml {
  width: 8px;
  background: url("ml.png") left repeat-y;
}
.mr {
  width: 8px;
  background: url("mr.png") right repeat-y;
}
.bl {
  width: 8px;
  height: 8px;
  background: url("bl.png") bottom left no-repeat;
}
.bc {
  background: url("bc.png") bottom repeat-x;
}
.br {
  width: 8px;
  height: 8px;
  background: url("br.png") bottom right no-repeat;
}
 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
