

/* Define the member application styles
-------------------------------*/

	.app_bullets {
		color: #4444bb;
		font-size: 12px;
		font-weight: normal;
		margin: 14px;
		}

	.app_bullets ul {
		list-style-type: disc;
		}

	.app_bullets li {
		margin: 4px;
		}

	.member_app_section {
		text-align: left;
		font-size: 12px;
		}

	.member_app_section b {
		font-size: 13px;
		font-weight: bold;
		color: #4444bb;
		margin: 0px;
		}

	#app_status_bar {
		width: 500;
		margin: 20px 60px 20px 60px;
		border: 0px;
		padding: 0px;
		}

	#app_status_bar img {
		margin: 0px;
		border: 0px;
		float: left;
		}

	
