#main {   
     background:#CCC;   
 }
#mytable {
	width: 1100px;
	padding: 0;
	margin: 0;
}
#vltTable {
	width: 600px;
	border-top: 1px solid #C1DAD7;
	padding: 0;
	margin: 0;
}
#vltTable2 {
	width: 525px;
	border-top: 1px solid #C1DAD7;
	padding: 0;
	margin: 0;
}

#price_title {
	font: 16px, "Verdana, Geneva, sans-serif";
	color: #3a565d;
	width: 500px;
	text-align: left;
	padding-top: 5px;
	font-weight: bold;
	font-style: oblique;
}
#price_title_2 {
	font: 16px, "Verdana, Geneva, sans-serif";
	color: #3a565d;
	width: 500px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 15px;
	font-style: oblique;
}
th {
	font: 12px "Verdana, Geneva, sans-serif";
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 5px 5px 10px;
	background: #ffffff url(../images/bullet1.png) no-repeat;
}
th.blue {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 5px 5px 5px;
	background: #dcd6d4 url(../images/th_blue.png) no-repeat;
	font-family: "Verdana, Geneva, sans-serif"; font: 12px; color: #4f6b72;
}
th.gray {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 5px 5px 5px;
	background: #e3dedc url(../images/th_gray.png) no-repeat;
	font-family: "Verdana, Geneva, sans-serif"; font: 12px; color: #555555;
}
th.green {
	border-right: 1px solid #b5caa3;
	border-bottom: 1px solid #b5caa3;
	border-top: 1px solid #b5caa3;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 5px 5px 5px;
	background: #cae0cf url(../images/th_green.png) no-repeat;
	font-family: "Verdana, Geneva, sans-serif"; font: 12px; color: #4b5c1f;
}
th.yellow {
	border-right: 1px solid #e2d6b9;
	border-bottom: 1px solid #e2d6b9;
	border-top: 1px solid #e2d6b9;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 8px 8px 8px;
	background: #eaebcc url(../images/th_yellow.png) no-repeat;
	font-family: "Verdana, Geneva, sans-serif"; font: 12px; color: #856343;
}
th.red {
	border-right: 1px solid #ebc09a;
	border-bottom: 1px solid #ebc09a;
	border-top: 1px solid #ebc09a;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 8px 8px 8px;
	background: #f6dbc3 url(../images/th_red.png) no-repeat;
	font-family: "Verdana, Geneva, sans-serif"; font: 12px; color: #823e0d;
	
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	text-align: center;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 8px 6px;
	color: #3a565d;
}


td.alt {
	background: #f3fcfe;
	color: #645d53;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;s
	background: #ffffff url(../images/bullet1.png) no-repeat;
	font: 12px "Verdana, Geneva, sans-serif";
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f3fcfe url(../images/bullet2.png) no-repeat;
	font: 12px "Verdana, Geneva, sans-serif";
	color: #645d53;
}