

	.myTextArea {
		background: white;
		color: #251337;
		font-family: verdana;
		font-weight: normal;
		font-size: 10pt;

		border-left: 1px solid #454545;
		border-right: 1px solid #454545;
		border-top: 1px solid #454545;
		border-bottom: 1px solid #454545;
	}

	.myInput {
		background: white;
		color: #251337;
		font-family: verdana;
		font-weight: normal;
		font-size: 10pt;
		height: 19px;
		
		border-left: 1px solid #454545;
		border-right: 1px solid #454545;
		border-top: 1px solid #454545;
		border-bottom: 1px solid #454545;
	}
	
	.title {
		background: white;
		color: #2C3562;
		font-family: verdana;
		font-weight: bold;
		font-size: 9pt;	
	}

	body {
		background: white;
		color: #251337;
		font-family: verdana;
		font-weight: normal;
		font-size: 10pt;
		
		SCROLLBAR-ARROW-COLOR: #382650;
		SCROLLBAR-TRACK-COLOR: #382650;
		SCROLLBAR-BASE-COLOR: #120024;
	}
	
	.normal {
		color: white;
		background: #2C3562;
		font-family: verdana;
		font-weight: bold;
	}
	
	.highSmallButton {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: white;
		background: #8292E3;
		
		border-left: 1px solid #454545;
		border-right: 1px solid #454545;
		border-top: 1px solid #454545;
		border-bottom: 1px solid #454545;
		
		cursor: hand;
		width: 50px;
	}

	.SmallButton {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: white;
		background: #1E264F;
		
		border-left: 1px solid #454545;
		border-right: 1px solid #454545;
		border-top: 1px solid #454545;
		border-bottom: 1px solid #454545;
		
		cursor: hand;
		width: 50px;
	}
	
	.highButton {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: white;
		background: #8292E3;
		
		border-left: 1px solid #454545;
		border-right: 1px solid #454545;
		border-top: 1px solid #454545;
		border-bottom: 1px solid #454545;
		
		cursor: hand;
		width: 100px;
	}

	.button {
		font-family: verdana;
		font-size: 10pt;
		font-weight: bold;
		color: white;
		background: #1E264F;
		
		border-left: 1px solid #454545;
		border-right: 1px solid #454545;
		border-top: 1px solid #454545;
		border-bottom: 1px solid #454545;
		
		cursor: hand;
		width: 100px;
	}
	

	
	A {
		TEXT-DECORATION: none;
	}
	
	.sky {
		background: #8292E3;
		color: #251337;
		font-family: verdana;
		font-weight: normal;
		font-size: 10pt;
	}

	.non {
		background: white;
		color: #251337;
		font-family: verdana;
		font-weight: normal;
		font-size: 10pt;
	}
	
	.high {
		background: #FFFFAA;
		color: #251337;
		font-family: verdana;
		font-weight: normal;
		font-size: 10pt;
		cursor: hand;
	}
	
	.snon {
		background: #E2E2E2;
		color: #251337;
		font-family: verdana;
		font-weight: normal;
		font-size: 10pt;
	}
	
	.shigh {
		background: #FFFF60;
		color: #251337;
		font-family: verdana;
		font-weight: normal;
		font-size: 10pt;
		cursor: hand;
	}
	
	.oldbutton {
		border-top: 2px solid #513963;
		border-left: 2px solid #513963;
		border-right: 2px solid #251337;
		border-bottom: 2px solid #251337;
		background: #382650;
		color: white;
		Cursor: hand;
		width: 100px;
	}
	
.standard {
		background: white;
		color: #251337;
		font-family: verdana;
		font-weight: normal;
		font-size: 10pt;
}
