.body {
	background-color:white;
	vertical-align:top; 
	text-align:center;
	font-family: arial;
}

.outerContainer {
	width:750px;
	height:1000px;
	background-color:white;
	border: 1px solid black;
	border-collapse:collapse;
	border-spacing:0;
}

.headerContainer {
    text-align:center;
	border-bottom:1px solid grey;
	border-collapse:collapse;
	border-spacing:0;	
	height:100px;
	margin: auto auto;
	background-color: f2f2ff;

}

.menuContainer {
    text-align:center;
	border-bottom:1px solid grey;
	border-collapse:collapse;
	border-spacing:0;	
	height:30px;
	width:100%;
	margin: auto auto;
	font-size: 12pt;
}

.menuTable {
    text-align:center;
	border-collapse:collapse;
	border-spacing:0;	
	height:100%;
	width:100%;
	margin: auto auto;
	font-size: 12pt;
}

.menuCell {
    text-align:center;
	border-right:1px solid grey;
	border-collapse:collapse;
	height:100%;
	width:17%;
	margin: auto auto;
}

a.menuLink {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	}

a.menuLink:hover {
	color: red;
    }

a.productLink {
	color: black;
	}

a.productLink:hover {
	color: red;
    }

.menuCellLast {
	border-collapse:collapse;
    text-align:center;
	height:100%;
	margin: auto auto;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

.contentContainer {
	border-collapse:collapse;
    text-align:center;
	vertical-align: top;
	height:100%;
	margin: auto auto;
}

a {
	text-decoration: none;
	color: red;
}

.customPricingTable {
	border-collapse:collapse;
	width: 100%;
 }

.customPricingHeader {
	font-weight: bold;
	text-align: center;
	border: 1px solid grey;
}

.customPricingCell {
	font-size: 10pt;
	border: 1px solid grey;
	vertical-align: top;
}
