.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 122px;

   border-width: 1px;
   border-style: solid;
   border-color: #BFBFBF;	
   background-color: #FFFFFF;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 120px;

   padding: 2px;
   margin: 1px;
   font-family: Arial;
   font-size: 10px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #D4D4D4;
}
.dropmenu a:hover {
   padding: 2px;
   margin: 1px;
   font-family: Arial;
   font-size: 10px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #000000;
   background-color: #BFBFBF;
}

.content {
	font-size:12.0pt;
	font-family:Arial;
}


.ccontent {
	font-size:10.5pt;
	font-family:DFKai-SB;
}

.pagehead {
	font-size:12.0pt;
	font-family:DFKai-SB;
	font-family:Arial;
    font-weight: bold; 
	color:white;
}

.pagesubhead {
     font-size:10.0pt;
	 font-weight: bold; 
	 color:white;
	 font-family:DFKai-SB;
	 font-family:Arial;
}

.tablehead {
    font-size:12.0pt;
	font-family:DFKai-SB;
	font-family:Arial;
	font-weight: bold; 
	color:black;
}

.yellowfont {
    font-size:12.0pt;
	font-family:Arial;
	font-weight: bold;
	color:yellow;
}

.yellowrow {
      background-color: #FFFFDD;
      vertical-align: top; 
}

.pinkrow {
      background-color: #FFB4B4;
      vertical-align: top; 
}

