body {
	background-color: #D9F2E3;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:active {  text-decoration: underline; color: #6666ff}
a:hover {  text-decoration: underline; color: #6666ff}
a:visited {  color: #CC0099}


p {font-family: Georgia,"Times New Roman",serif; 
	font-size : 1em;
	font-weight : normal;	
	text-decoration: none;
	margin-top : 2px;
	margin-bottom : 8px;

}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: red;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: center;
}

h2 {    font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:   110%;
	font-weight: bold;
        color:       #ff0000;
	text-align:  left;
        margin-bottom : 5px;
	margin-top : 5px;
        }
		
h3 {    font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:   110%;
	font-weight: bold;
        color:       #ff0000;
	text-align:  center;
        margin-bottom : 5px;
	margin-top : 5px;
        }
h4 {    font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:   90%;
	font-weight: bold;
        color:       #ff0000;
	text-align:  left;
        margin-bottom : 5px;
	margin-top : 5px;
        }		  

.dark { background-color: #cccccc; background-image: none; }
.medium { background-color: #eeeeee; background-image: none; }
.light	{ background-color: #ffffff; background-image: none; }

.note	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: italic;
	text-align: right;
	margin-top : 0px;
	margin-bottom : 0px;
        }


.updated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: italic;
	text-align: center;
	margin-top : 0px;
	margin-bottom : 0px;
        }
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	text-align: center;
	margin-top : 0pt;
	margin-bottom : 0pt;
	border-top : 2px solid #0066ff;
}
.buttonwarn {	color : Yellow; 	font-weight : bold; 	background-color : Navy;}
.buttonrisk {	color : red; 	font-weight : bold; }
.buttonOK { 	color : green;	font-weight : bold; }



#topofpagescreen {
	position: absolute;
	z-index: 2;
	width: 75%;
	height: 65;
	top: 0;
	left: 25%;
	background-color: #D9F2E3;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topofpageprint {
	display: none;
}

#leftpanel {
	position: absolute;
	z-index: 1;
	width: 24%;
	bottom: 5px;
	top: 0;
	left: 0;
	background-color: #D9F2E3;
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;

}



#main {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	top: 85px;
	left: 25%;
	width: 73%;
	background-color: #E9F8F0;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}
#float2 {
	float: left;
	width: 1%;

}
#float14 {
	float: left;
	width: 14%;
}

#float49 {
	float: left;
	width: 50%;
}	
#float50 {
	float: left;
	width: 50%;
}  
#spacer {
  clear: both;
  }

#bottomofpage {
	z-index: 1;
	width: 100%;
	background-color: #D9F2E3;
}

.tablelisttop {
	border-top: 1px solid Blue;
}
.picture {
  width: 90%;
  
}
