
A {
	text-decoration : none;
	
}

A:LINK, A:VISITED, A:ACTIVE  {
	text-decoration : underline;
	font-weight : bold;
}

 A:hover {
	text-decoration: none; color: Indigo; font-weight : bold;
}


TD {
	font-family : "Times New Roman", Times, serif;
	font-size : 78%;
	font-weight : bold;
	font-smooth: auto;
	
}
  
body {
	font-family : "Times New Roman", Times, serif;
	font-size : 78%;
	font-weight : bold;
	line-height : 14px;
	}
	
.small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	line-height : 8px;
	color : #553D69;
	font-style : normal;
}

a.small:active, a.small:link, a.small:visited {
	text-decoration : none;
}

	   a.small:hover {
	text-decoration : none;
}
   .menu {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	line-height : 13px;
	color : #4F494A;
	font-style : oblique;
}

a.menu:active, a.menu:link, a.menu:visited {
	text-decoration : none;
}

	   a.menu:hover {
	text-decoration : none;
	color : #504163;
}

  .box
  {
    COLOR: #837F62;
    background-color: white;
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
	font-size : 12px;
	width: 168px;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
  }
  
.knob {
	background-color: #837F62; 
	color: #EEEBE4; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : bold;
	border-bottom-color : #5B504A;
	border-left-color : #E4CDAD;
	border-right-color : #746B54;
	border-top-color : #DACFB9;
}

.overflow
  { 
scrollbar-face-color: #34328F;
scrollbar-shadow-color: MidnightBlue;
scrollbar-highlight-color: SteelBlue;
scrollbar-3dlight-color: CornflowerBlue;
scrollbar-darkshadow-color: MidnightBlue;
scrollbar-track-color: #EB2D2E;
scrollbar-arrow-color: #FFEECA
  }  
  
  .indent
    { text-indent : 18px;  }  
