	BODY {
		overflow:auto;
		overflow-x:auto;
		overflow-y:auto;
		scrollbar-arrow-color : #999933;
		scrollbar-3dlight-color: black;
		scrollbar-highlight-color: #8D9FC0;
		scrollbar-face-color: #dbdbdb;
		scrollbar-shadow-color: Black;
		scrollbar-darkshadow-color: #8D9FC0;
		scrollbar-track-color: #d7d7d7;
		color:#333366;
		}
		
	a:link { 
		color: DarkSlateBlue; 
		text-decoration: none; 
		font-style: normal;
		font-family : Arial;
		font-size : 14px;
		} 
		
	a:visited {  
		color: 3333cc; 
		text-decoration: none;  
		font-style: normal;
		font-family : Arial;
		font-size : 14px;
	} 
	
	a:active { 
		color: DarkBlue; 
		text-decoration: none; 
		font-style: normal;
		font-family : Arial;
		font-size : 14px;
		} 
		
	a:hover { 
		font-style: normal; 
		color: DarkBlue; 
		text-decoration: underline; 
		font-family : Arial;
		font-size : 14px;
		} 
		
	.MenuOver{
		border-bottom: thin solid Black;
		color: #585858;
	}
	
	.MenuOut{
		text-decoration: none;
	}
	
	.MyLink{
		font-style: normal; 
		color: 3333cc; 
		cursor: hand;
	}
	.textInformation{
		font-family:Arial;
		font-size:8pt;
		color:#666666;
	}
	.asteriskSize{
		font-size:11pt;
		color:#666666;
	}
	.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;
	}
	