/* CSS Document */

	.txt10px {
		font-size: 10px;
		line-height: 16px;
		text-decoration: none ;
		letter-spacing:1px;
	}

	.txt11px {
		font-size: 11px;
		line-height: 16px;
		text-decoration: none ;
		letter-spacing:1px;
	}
	
	.txt12px {
		font-size: 12px;
		line-height: 17px;
		text-decoration: none ;
		letter-spacing:1px;
	}
	
	.txt13px {
		font-size: 13px;
		line-height: 17px;
		text-decoration: none ;
		letter-spacing:1px;
	}
	
	.txt14px {
		font-size: 14px;
		line-height: 18px;
		text-decoration: none ;
		letter-spacing:1px;
	}

   .BGDefault {
    	background-color: #F7F7DE;
    	color: black;
    }
    .BGHeader {
    	background-color: #CCCCFF;
    	font-weight: bold;
    }
    .BGInvalid {
    	background-color: #F7F7DE;
    	color: gray;
    }
    .BGSilver {
    	background-color: silver;
    }
    .BGGray {
    	background-color: #CCCCFF;
    }

//-->