body {font-family: Verdana,Arial,Helvetica,sans-serif;
      background-color: #ffffff;
     }

p {text-indent: 30px
  }

h1 {font-weight: 800;
    font-size: 18pt;
    margin: 10px 0px 0px 0px;
   }

h2 {font-style:  italic;
    font-size:   14pt;
    font-weight: 600;
    margin: 20px 0px 0px 0px;
   }

.rightJustify {float: right;}
.leftJustify {float: left;}
.smallFont {font-size: 9pt;}
.miniFont {font-size: 6pt;}
.commandOutput {font-Size: 8pt; color:#999999; }

.NiceTable
	{
	text-align : left;
	border : solid 1px #000000;
	padding : 2px;
	font : 12px Verdana,Arial,Helvetica,sans-serif; 
	color : #000000; 
	}

.tableBGColor
	{
	background-color:#ffcc99;
	}

.more {	display: none;}
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url('down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; }