/* CSS Document */
/********** PAGE TITLE **********/
#titlePrivacyIndex {
	background-image: url(../policy/img/title_privacy.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 500px;
	text-indent:-9999px;
	padding: 0px;
	margin: 0px;
/*border:1px red solid;*/
}

#titleSecurityIndex {
	background-image: url(../policy/img/title_security.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 500px;
	text-indent:-9999px;
	padding: 0px;
	margin: 0px;
/*border:1px red solid;*/
}


/********** CHAPTER **********/
body#groupPolicy h3 {
	background-image:url(../img/chapter_bg_blue.gif);
}
