*{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif
}

body {
//    text-align: center;
}

body, html{
    height: 100%;
    width: 100%;
}

h1 h2 p td {
	text-align: left;
	align: left;
	font-family: Arial, Helvetica, Sans-Serif
}

a {
	text-decoration: none;
	color : #666666;
}
p, li {
	padding-top: 7px;
}
li {
	margin-left: 30px;
	padding-left: 10px;
}
.body-wrapper {
    width:100%;
    height:100%;
    text-align:center;
}

.block {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    zoom:1;
    //display:inline;
    position: relative;
    padding: 0px;
    width: 960px;
}

.helper {
    display:-moz-inline-box;
    display:inline-block;
    height:100%;
    width:0px;
    vertical-align:middle;
    zoom:1;
    //display:inline;
}

  table  tr td {	
	vertical-align	: top;
	
  }
h1, h2 {
    margin: 20px 0;
    text-align: left;
}

.price tr td {
	padding: 3px;
	border-bottom: 1px solid #666666;
}

.price tr th {
	padding: 3px;
	border: 1px solid #3399cc;
	background-color: #66ccff;
	text-align: center;
	color: white;
}
.hr tr td {
	color: #66ccff;
	font-weight: bold;
	padding: 3px 5px;
}
.hr tr td[2] {
	color: #666666;
}

.wt {
 	background-color: white; 
	margin: 10px; 
	width: 200px; 
	text-align:center;
}
.wt tr td {
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
 	background-color: #66ccff; 
	color:white;
}
.menu tr td {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 20px;
	color: #666666;
}

 .pricetable {
/*	border-collapse		: collapse;  */
	border-top		: 1px solid black; 
/*	border-bottom		: 1px solid black;  */
	background-color	: white;	
 }
 .pricetable tr th {
	font-size		: 13px;
	padding: 3px;
	border: 1px solid #3399cc;
	background-color: #66ccff;
	text-align: center;
	color: white;
/*
	text-align		: center;
	font-size		: 13px;
	vertical-align		: middle;
	padding			: 3px;
	border-bottom		: 1px solid black; 
*/
 }
 .pricetable tr td {
	font-size		: 13px;
	vertical-align		: top;
	padding			: 3px;
	border-bottom		: 1px solid black; 
 }
 .pricetable tr td li {
	padding-left		: 15px;
 }
 .pricetable tr td h2 {
	font-size		: 16px;
	font-weight		: bold;
	padding			: 3px;
	margin			: 0;
 }
