/*      How to deliver kittens  CSS      */ 

body {
		scrollbar-base-color: #DBDBDB; 
		scrollbar-arrow-color: #333333;
		scrollbar-track-color: #FFFFFF; 
	 }

font.ft {    
			font-family: Georgia; 
            font-size: 11px;
            }

a.menu {    
			font-family: Georgia; 
            font-size: 13px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF
            } 

a.menu:hover { 
			font-family: Georgia; 
			font-size: 13px; 
			font-weight: bold;
			text-decoration: none;
			color: #FFFF66
			     } 

a.menu_small {    
			font-family: Georgia; 
            font-size: 11px; 
			font-weight: normal;
			text-decoration: none;
			color: #4587BB
            } 

a.menu_small:hover { 
			font-family: Georgia; 
			font-size: 11px; 
			font-weight: normal;
			text-decoration: underline;
			color: #000000
			     }			 		 

a.links {    
			font-family: Georgia; 
            font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #FFFFCC
            } 

a.links:hover { 
			font-family: Georgia; 
			font-size: 11px; 
			font-weight: bold;
			text-decoration: underline;
			color: #124B79
			     } 
	 
table.dress {
       border-style: dashed;
	   border-color: #333333;
	   border-width: 1px;
}

table.frame {
       border-style: solid;
	   border-color: #66A7CE;
	   border-width: 1px;
}			 
 
input.fn {
			font-family: Georgia; 
			font-size: 11px; 
			font-weight: none;
			color: #00000
}

input.fs {
			background-color: #CCCCCC;
			padding-top: 2px;
			padding-bottom: 2px;
			font-family: Georgia; 
			font-size: 11px; 
			font-weight: none;
			color: #000000
}


/* button styles */
a.button, a.buttonDis {
display: block;
background-color: transparent;
background-image:   url(images/buttons.gif);
background-repeat: no-repeat;
width: 150px;
height: 34px;
margin: 0px auto;
padding: 0px 0 0 0;
text-align: center;
line-height: 34px;
font-family: Georgia;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited {
color: #FFFFFF;
}
a.button:hover, a.button:active {
background-position: 0 -42px;
color: #FFFFCC;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -84px;
color: #FFFFCC;
cursor: default;
}