/* CSS Document */
.page h1,.page h2,.page h3,.page h4,.page h5,.page h6{
text-align:center;
margin:10px 0 0 0; 
padding:0;
line-height:120%;
}

.page h1{font-size:36px;}
.page h2{font-size:20pt;}
.page h3{font-size:16pt; margin-bottom:0px;}
.page h4{font-size:12pt;}
.page h5{font-size:10pt;}
.page h6{font-size:8pt;}

.page p{margin:10px 0;
padding:0;
font-size:12pt;
text-indent:14pt;
}

.page .center {
text-align:center;
font-size:12pt;
margin:10px 0;
}

.page #Co_red{color:red;}
.page #Co_blue{color:#000099;}
.page #Co_green{color:#006600;}
.page #Co_black{color:#000000;}
.page #hl{background-color:#FFFF00;}

.page table{
width:100%;
margin:10px 0;
border-collapse:collapse;
}

.page table p {
text-indent:0px;
text-align:center;
}

.page td{ margin:0; padding:0; width:50%;}

.page ul { list-style-type: none;}
.page li{
text-indent:0;
margin:10px 0;
}
.page .normal{list-style-type:disc;}
.page .check{
	margin:10;
	padding:0;
	margin-right: 50px;
	margin-left: 50px;
}
.page .check li{
padding:0 0 0 30px;
margin:10px 0 10px 10px;
background-image:url(../images/li_check.jpg);
background-repeat:no-repeat;
background-position:left top;
}

.page .addtocart:link, .page .addtocart:visited{display:block; margin:0 auto; width:200px; height:70px; background-image:url(../images/add-to-cart-new-1.png); background-position:center; background-repeat:no-repeat;}
.page .addtocart:hover{background-image:url(../images/add-to-cart-new-2.png);}
