<!--

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

.greysite {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        background-color: #CCCCCC;
}


.whitesite {
        font-family: AVerdana, Arial, Helvetica, sans-serif;
        color: #336633;
        background-color: #FFFFFF;
}

.box {
        padding-top: 5px;
        padding-right: 3px;
        padding-bottom: 5px;
        padding-left: 3px;
        clear: none;
        float: none;
        margin-right: 30%;
        margin-left: 30%;
        background-color: #FFFFFF;
        border-style: solid;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin
}

.title {
        align: center;
        font-size: x-large
}

.details {
        font-size: smaller
}

.description {
        font-size: small;
}
 
.tableborder {
        background-color: #000
        border: 0px;
        padding: 0px;
}

.header {
        background-color: #FFF
}
 
.stringcell {
        background-color: #FFF
}
 
.numbercell {
        background-color: #FFF
}
 
.command {
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        font-style: normal;
        font-weight: bold;
        background-color: #FFF
}

.headline {
        font-family: Arial, Helvetica, sans-serif;
        font-size: large;
        font-weight: bold;
        color: #FFF
}

.subHeadline {
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-small;
        color: #000       
}

.boxbody{
}

.error {
        align: center;
        font-weight: bold;
        color: #F00
}

.odd {
        background-color: #CEE0CE
}
 
-->
