body {  
		font-size: 11.5px; 
		font-family: verdana; 
		color: #335266; 
		background-color: #407D83; 
		scrollbar-arrow-color: #000000;
		scrollbar-track-color: #407D83;
		scrollbar-face-color: #97B9B3;
		scrollbar-highlight-color: #668E99;
		scrollbar-3dlight-color: #549FAC;
		scrollbar-darkshadow-color: #558B9B;
		scrollbar-shadow-color: #668E99;
		margin: 0px;
	}

table {  
		font-size: 11px
	}

a:link {  
		color: #669099; 
		text-decoration: none
	}

a:visited {  
		color: #669099; 
		text-decoration: none
	}
	
a:hover { 
		color: ffffff; 
		text-decoration: none;
		cursor=crosshair
	}
	
.head {  
		font-weight: bold; 
		color: #006066; 
		background-color: #BAD8D8; 
		text-align: center; 
		border: #006066; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px; 
		padding-top: 2px;
		padding-bottom: 2px; 
		background-image: url(bg.jpg)
	}
	
.inside {  
		border: 3px #54A3AC dotted;
		background-color:BED3D0
	}

.mouseout {  
		font-weight: bold; 
		color: #99C2CC; 
		background-color: #55889B; 
		border: #000000; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px; 
		font-size: 11px; 
		text-transform: uppercase
	}
	
.mouseover {  
		color: #FFFFFF; 
        text-decoration: none; 
		cursor: default;
	}

.menuout {  
		font-weight: bold; 
		color: #CCF0FF; 
		background-color: #669499; 
		border: #006066; 
		border-style: dotted; 
		border-top-width: 2px; 
		border-right-width: 2px; 
		border-bottom-width: 2px; 
		border-left-width: 2px
	}
	
.menuin, .tablestyle {  
		border: #006066; 
		border-style: dotted; 
		border-top-width: 2px; 
		border-right-width: 2px; 
		border-bottom-width: 2px; 
		border-left-width: 2px; 
		color: #335266; 
		background-color: #BAD8D8
	}

.code {  
		font-family: "Courier New", Courier, mono
	}


	
.menuin { 
        background-color: #BAD8D8;
		background-image: url(bg.jpg)
	}
