/* CSS Document */

@import url('../sub_menu.css');

.privacyHolder {
	display: block;
	width: 600px;
	
}

.subContent {
	display: block;
	width: 570px;
	float: right;
}

.privacyTitle {
	color: #0066FF;
	font-size: 16px;
	font-weight: bold;
}

.subline {
	
	font-weight: bold;
	color: #0066FF;
	
}



.heading {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
