/* ==========================================
   Stylesheet © 2009 TRM Consulting Services Ltd
============================================= */

/*-----------------------------------------
   White cornered boxes
 ------------------------------------------ */
.tllwh {
	margin-right: 30px;
	background-image: url(../images/boxwhite.gif);
	height: 30px;
	width: 940px;
	font-size: 2px;
}
.trlwh {
	margin-top: -30px;
	margin-left: 30px;
	background-image: url(../images/boxwhite.gif);
	background-position: 100% 0;
	height: 30px;
	width: 940px;
	font-size: 2px;
}

.bllwh {
	margin-right: 30px;
	background-image: url(../images/boxwhite.gif);
	background-position: 0 -30px;
	height: 30px;
	width: 940px;
	font-size: 2px;
}
.brlwh {
	margin-top: -30px;
	margin-left: 30px;
	background-image: url(../images/boxwhite.gif);
	background-position: 100% -30px;
	background-repeat: no-repeat;
	height: 30px;
	width: 940px;
	font-size: 2px;
}
.filllwh {
	background: #ffffff;
	color: #000000;
	width: 910px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 14px;
}

.notopgap {
	margin-top: 0;
}

.nobtmgap {
	margin-bottom: 0;
}
.intross {
	margin-top: 0;
	color: #fc024c;
	font-size: 24px;
	font-weight: bold;
	padding-left: 0px;
}
.introtxtw {
	margin-top: 0;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.bpoints  { 
	line-height: 1.3em;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
	padding-left: 5px;
	margin: 0em 1em;
}