	BODY {
		overflow:auto;
		overflow-x:auto;
		overflow-y:auto;
		scrollbar-arrow-color : Green;
		scrollbar-3dlight-color: Green;
		scrollbar-highlight-color: #8D9FC0;
		scrollbar-face-color: #F9CD93;
		scrollbar-shadow-color: Green;
		scrollbar-darkshadow-color: #8D9FC0;
		scrollbar-track-color: #FDDE82;
		color:#333366;
		}
		
	a:link { 
		color: DarkSlateBlue; 
		text-decoration: none; 
		font-style: normal;
		font-family : Arial;
		font-size : 10px;
		} 
		
	a:visited {
	color: 3333cc;
	text-decoration: none;
	font-style: normal;
	font-family : Arial;
	font-size : 10px;

	} 
	
	a:active {
	color: DarkBlue;
	text-decoration: none;
	font-style: normal;
	font-family : Arial;
	font-size : 10px;

		} 
		
	a:hover { 
		font-style: normal; 
		color: DarkBlue; 
		text-decoration: underline; 
		font-family : Arial;
		font-size : 10px;
		} 
		
	.MenuOver{
	border-bottom: thin solid Black;
	color: #585858;

	}
	
	.MenuOut{
		text-decoration: none;
	}
	
	.MyLink{
		font-style: normal; 
		color: 3333cc; 
		cursor: hand;
	}
	.FormStyle{
		border-top: thin;
		border-bottom: thin;
		border-left: thin;
		border-right: thin;
		border-left: 1px solid Gray;
		border-top: 1px solid Gray;
		border-right: 1px solid Gray;
		border-bottom: 1px solid Gray;
		background-color: #D4D4D4;
	}
	.button {
		background-color:#a2a2a28;
		font-family:Verdana;
		font-size:8pt;
		font-weight: bold;
		color:#666666;
		cursor:hand;
		padding:3px 8px;
	}
	textarea {
		scrollbar-highlight-color:#F1F1E5;
		scrollbar-base-color:#D1D1C5;
		scrollbar-arrow-color:#333366;
		scrollbar-face-color:#D1D1C5;
		scrollbar-shadow-color:#B1B1A5;
		scrollbar-darkshadow-color:#B1B1A5;
		border-top: thin;
		border-bottom: thin;
		border-left: thin;
		border-right: thin;
		border-left: 1px solid Gray;
		border-top: 1px solid Gray;
		border-right: 1px solid Gray;
		border-bottom: 1px solid Gray;
		background-color: #ffffea;
	}
	
