/* KMC CSS */
<style type="text/css"> */
<!--
H1, H2, H3, Body {font-family:verdana, helvitica, arial, sans-serif;
font-style: normal; }

H1 {font-size:16pt; text-align: center;}

body 
{scrollbar-face-color:#8FB7CF;
scrollbar-highlight-color:#8FB7CF;
scrollbar-3dlight-color:#E9FFFF;
scrollbar-darkshadow-color:#5D859D;
scrollbar-shadow-color:#8FB7CF;
scrollbar-arrow-color:#E9FFFF;
scrollbar-track-color:#DBECF7;
color:#008080;		/* Color blue #C6DFF7  */
background-color:#BDBDFF;		/* Body background colorbrown#C4AC88  */
font-family:verdana, helvitica, arial;
font-size:12px;
}

a:link {color: #3300CC; font-weight:bold;}
a:visited {color: #000000; font-weight:bold;}
a:hover {color: #008080}		/* yellow */
a:active {color: #0000FF}

/* Above gives Different colors for Links based on status     */

.backTop {	/* Used to Change color & background color on bottom
links  */
  	padding-left: 8px;
    background-color: #DBECF7;     /* = track color */ 
    font-style: italic;
	width: 84%
}

table.logo {
	align: center;
	valign: center;
	background-color: #DFE1EE;
	Border-width: 8;
	cellpadding: 4;
	cellspacing: 4;
}

span  {font-size: 10px;}


td {padding-left: 10px;
   padding-right: 10px;
}


td.sm {font-size: 75%;}

li {
	font: 80%;
	height: 100%;
	font-weight: bold;
	
}

li em {font-size: 16px; color: teal;}
li em:link {color: #3300CC; font-weight:bold;}
li em:visited {color: #teal; font-weight:bold;}
li em:hover {color: #AACEFA}		/* yellow */
li em:active {color: #0000FF}

/* End of style section. */
-->
</style>

