div {
    margin: 1em 
}

.divtop {
   botton-margin: 0em 
}

.divnav {
   
}

tr {
    vertical-align: top
}

td {
	vertical-align: top; color: black; font-size: 12px; line-height: 16px
}

p {
	color: black; font-size: 12px; line-height: 16px
}

body {
	font-size: 12px; line-height: 16px
	margin: 1em 
	background-color: #fffff1
}

a:link {
	color: blue; text-decoration: none
}

a:visited {
	color: blue; text-decoration: none
}

a:active {
	color: blue; text-decoration: none
}

a:hover {
	color: red; text-decoration: underline
}

.navbar {
	background-color:   #006666;
	font-weight:        bold; 
	height:             16px;
	vertical-align:     middle;	
	color:              white; 
	font-size:          12px; 
	line-height:        16px;
	width:              99%;
	border-bottom:      1 solid #006666
}
.contentbar {
	background-color:   #dadaca;
	font-weight:        bold; 
	height:             16px;
	vertical-align:     middle;	
	color:              blue; 
	font-size:          12px; 
	line-height:        16px;
	width:              99%;
	border-bottom:      1 solid #006666
}

.sitebar {
	background-color:   #fffff1;
	font-weight:        bold; 
	height:             16px;
	vertical-align:     middle;	
	color:              white; 
	font-size:          12px; 
	line-height:        16px;
	width:              99%;
	border-bottom:      1 solid #006666
}

.title {
    font-weight:        bold; 
}

.row0	{ background-color: #EFEFEF; }
.row1	{ background-color: #DEE3E7; }

.z      { background-color: lime    }
.v      { background-color: #8888FF }
.n      { background-color: #ffbbbb }
.f      { background-color: yellow  }
.p      { background-color: red     }