/* 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:140%;
}

.page h1{font-size:24pt;}
.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;
line-height:160%;
}

.page .center {
text-align:center;
font-size:14pt;
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;
line-height:160%;
}
.page li{
	text-indent:0;
	margin:10px 0;
	text-align: center;
}
.page .normal{list-style-type:disc;}
.page .check{margin:0; padding:0;}
.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;
}
