BODY {
	margin: 0 0 0 0;
	background-color:#ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	font-family: Georgia, Arial, Helvetica, sans-serif; color:#454545; font-size: 12px; font-weight: normal; line-height: 19px;
}

.pad { padding: 12px 25px 12px 25px; }
.testi_pad { padding: 2px 41px 2px 41px; }

.img_pad { padding: 0px 4px 3px 0px; }

ol.check, ul.check {
    list-style:none;
    padding-left:0;
    margin:10px 0 10px 70px;
}
ol.check li, ul.check li {
    min-height:65px;
    margin-bottom:20px;
    background:url(images/check.jpg) left center no-repeat;
    padding-left:70px;
}
ol.check li.cross, ul.check li.cross {
    background:url(images/cross.jpg) left center no-repeat;
    padding-left:70px;
}

.red { font-size: inherit; font-weight: bold; color:#FF0000; }


