@charset 'utf-8';

* {
	border-color: #000000;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}


#contenttable {
    border: solid #006600;
    width: 96%;
    padding: 2%;
}

h1 {
    font-size: 24px;
    color: #006600;
    padding: 0px 0px 1em 0px;
}

.ct,
.cb,

#headerrow, 
#spacecolumn,
#menucolumn,
#footer {
	display: none;
}

#contentcolumn {
    display: block;
    width: 100%;
}


#menutable{
    width: 0;
    display: none;
}



/* TABLE ########################################################################## */

div#content table {border-collapse: collapse; margin: 10px;}
div#content table tr td {border-top: 1px solid #000000; border-bottom: 1px solid #000000; padding: 2px; text-align: center;}

div#content table.standard { }

div#content table tr td.nopadding {padding: 0px;}

div#content table tr.firstrow  {  font-weight: bold; color: #FFFFFF; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #009900;
                                    border-top: 3px solid #000000; border-bottom: 3px solid #000000;
                                }
div#content table tr.darkrow   {  background-color: #CCCCCC;}
div#content table tr.lightrow  {  background-color: #FFFFFF; padding: 4px;}
div#content table tr.middlerow {  background-color: #009900; height: 0px; margin: 0px; padding: 0px;
                                border-top: 3px solid #000000; border-bottom: 3px solid #000000;
                                }
div#content table tr.lastrow   {  background-color: #009900; height: 0px; padding: 0px;
                                border-top: 3px solid #000000; border-bottom: 3px solid #000000;
                                  }

/* ########################################################################## */


