/* -------------------------------------------------------
    Page :: Removal of Styles
   ------------------------------------------------------- */
div.no-margin-right, .no-margin-right{
	margin-right: 0;
}
.no-display {
	display: none;
}
.no-list ul, .no-list ol, form fieldset ol li {
	list-style-type: none;
	background-image: none !important;
}

.no-list ul li, .no-list ol li, form fieldset ol li {
	list-style-image: none;
	list-style-type: none;
	background-image: none !important;
}
.no-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.no-border-bot {
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: none !important;
}
.no-text-decoration, .no-text-decoration a {
	text-decoration: none;
}
.no-padding {
	padding: 0px;
}
.no-pad-margin {
	margin: 0px; !important
	padding: 0px; !important
}
.no-line-height, .no-line-height p {
line-height: 11pt; !important
}
.no-background {
	background-image: none; !important
}
