#all {
	width: 840px;
	background-color: #FFFFFF;
	text-align: left;
}

/********** PAGE TEXT **********/

#content {
	margin-left: 160px;
	background-color: #FFFFFF;
	background-image: url(content_top_ext.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}


#feature2 {
	background-image: url(content_btm_ext.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

/********** PRICES TABLE **********/

TABLE.tariff_table {
	MARGIN-BOTTOM: 10px;
	BACKGROUND-COLOR: #efeff7;
	border: 1px solid #000000;
}
TABLE.tariff_table TD {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 9pt; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; BORDER-BOTTOM: #aaaaaa 1px solid; BACKGROUND-COLOR: #ffebad; TEXT-ALIGN: center
}
TABLE.tariff_table TD.light {
	BACKGROUND-COLOR: #fff0c7
}
TABLE.tariff_table TR.title_row TD {
	FONT-WEIGHT: bold; VERTICAL-ALIGN: bottom; BORDER-BOTTOM: #060606 1px solid; BACKGROUND-COLOR: #ffe085
}
TABLE.tariff_table TD.highlight {
	BACKGROUND-COLOR: #fff0c7
}

/********** NB TABLE **********/

#nb p {
	margin: 4px;
}

