		h5{
			color:#000099;
		}
		
		table.Demo{
			width:100%;
			}
		table.Demo td{
			width:50%;
			text-align:center;
			}	

		.textAlignRight{
			text-align:Right;
			}	
			
		table.bounsPoint{
			width:80%;
			border:solid 1px #CCCCCC;
			}
			
		table.bounsPoint td{
			border:solid 1px #CCCCCC;	
		}
		
		.textColorGreen{
			color: #006600;
			font-weight:bold;
		}
		
		.textColorGreen_large{
			color:#006600;
			font-size:130%;
			font-weight:bold;
		}
		
		.textColorBlue{
			color: #000099;
			font-weight:bold;
		}
		
		.textColorBlue_large{
			color: #000099;
			font-size:160%;
			font-weight:bold;
		}
		
		.textColorPurple{
			color: #990066;
			font-weight:bold;
		}
		
		.textColorOrange{
			color: #FFB400;
			font-weight:bold;
		}
		
		.textColorOrange_large{
			color: #FFB400;
			font-size:160%;
			font-weight:bold;
		}
		
		.textColorGrey_small{
			color:#666666;
			font-size:80%;
		}
		
