/* CSS Document */

	ul.outside{
	list-style-type:none;
	}
	
	 table.application {
	 width:80%;
 	}
 
  table.application th{
	background: #C9DFFA;
	border:solid 1px #CCCCCC;
	text-align:left;
	}

	table.application td{
	background: #FFFFFF;
	border:solid 1px #CCCCCC;
	}	
	
