html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	background: url("../images/template/bg.gif");

}
table, img {
	border:0;
}
.bold{
	font-weight:bold;
}
.italic{	
	font-style:italic;
}
a{
	text-decoration:none;
}
h1 {
        font-size:16px;
        font-weight:bold;
        margin-bottom: 4px;
        padding-bottom: 0px;
}
h2 {
        color: #c09243;
        font-size:16px;
        font-weight:bold;
        margin-bottom: 4px;
        padding-bottom: 0px;
}
h6 {
        color: #c09243;
        font-size:16px;
        font-weight:bold;
        margin-top: 0px;
        margin-bottom: 4px;
        padding-bottom: 0px;
}
table.main {
	width: 980px;	
	margin:0px auto 0px auto;
	background: white none;
}
td.leftColumn {
	width:212px;
	background-color:#f2f2f2;

	padding-top:18px;	
}

td.leftColumn div{
	padding:15px 7px 0px 7px;
}

td.leftColumn div  ul {
	margin: 0px;
	padding-left: 25px;
}

td.leftColumn a.leftButton{
	display: block;
	padding: 13px 0px 0px 50px;
	margin-bottom: 5px;
	width: 144px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	background:url('../images/template/left_bttn.jpg') no-repeat;	
}
td.leftColumn a.leftButton:hover{
	display: block;
	padding: 13px 0px 0px 50px;
	margin-bottom: 5px;
	width: 144px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	background:url('../images/template/left_bttn_hover.jpg') no-repeat;
}



td.leftColumn div h1, td.leftColumn div p{
	margin:0px;
}
div.leftBanner{
	margin-bottom: 30px;
	text-align:center;
}
table.mainContent{
	margin:15px auto 25px auto;	
	width:716px;

}
table.mainContent td{
        text-align: justify;
}
td.mcCenter {
	padding:0px 25px;
	background:white url('../images/template/mc_bg.jpg') repeat-y;
}

td.footer {
	background:url('../images/template/footer.jpg') no-repeat;
	text-align: right;
	color: white;
	height: 31px;
	padding-right: 15px;
}


table.compareTable{
	background-color: white;	
	border-collapse: collapse;
}
table.compareTable table td.ctCornerTopLeft{
	background: url('../images/template/ct_top_corner_left.jpg') no-repeat;
	width:24px;
	height:52px;
}
table.compareTable table td.ctTopCenter{
	height:24px;
	color:white;
	font-size:16px;
	font-weight:bold;
	padding-top:15px;
	text-align:center;	
}
table.compareTable td.ctTop{
	background: url('../images/template/ct_top_center.jpg') repeat-x;
	height:24px;
}
table.compareTable table td.ctCornerTopRight{
	background: url('../images/template/ct_top_corner_right.jpg') no-repeat;
	width:24px;
	height:52px;
}
table.compareTable tr.ctHeader td {
	text-align: center;
	padding: 5px;	
}
table.compareTable tr.ctHeader td a{
	color: white;
	font-weight: bold;
}
table.compareTable tr.ctHeader td span.hotspot a{
	vertical-align: top;
}

table.compareTable tr.ctHeader td.ctHeaderLeft{
	border: none;	
	width:13px;
	height:29px;
	padding: 0px;		
}

table.compareTable tr.ctHeader td.ctHeaderRight{
	border: none;
	width:13px;	
	height:29px;
	padding: 0px;	
}

table.compareTable tr.ctHeader td{
	border-right: 1px dotted #D3D3D3;	
}
table.compareTable tr.ctTopWhiteSpace td{
	height:15px;
	border-bottom: 1px dotted #D3D3D3;	
}
table.compareTable tr td.ctRight{
	border:none;	
	background: url('../images/template/ct_right.jpg') repeat-y right;	
	padding-right: 13px;		
}
table.compareTable tr td.ctLeft{
	border: none;
	background: url('../images/template/ct_left.jpg') repeat-y left;
	padding-left: 13px;		
}
table.compareTable tr.ctContent td.ctLeft{
	padding: 0px;
	border: none;
}
table.compareTable tr.ctContent td.ctRight{
	padding: 0px;
	border: none;
}

table.compareTable tr.ctContent td{
	padding: 4px;
	border: 1px dotted #D3D3D3;
}
table.compareTable div.ctCornerBottomLeft{
	float: left;
	background: url('../images/template/ct_left_corner.jpg') no-repeat top aqua;
	width:24px;		
	
}
table.compareTable div.ctCornerBottomRight{
	float: right;
	background: url('../images/template/ct_right_corner.jpg') no-repeat top;
	width:24px;		
}
table.compareTable td.ctBottomCenter{
	background: url('../images/template/ct_bottom.jpg') repeat-x;	
}
ul.category {
	list-style-image: url('../images/left_bullet.png');
}
div.category {
	width: 50%;
}
div.category ul{
	list-style-image: url('../images/main_bullet.png');	
}
