/* Paraffin and Tow style sheet _01 */

.center {text-align: center}

.right {text-align: right}

.left {text-align: left}

.alltext {color: #0000BC}

.smallFont {font-size: small}

.smallFont_k {font-size:15px}

.largeFont { font-size: large}

.xLargeFont { font-size: x-large}

.boldFont {font-weight: bold}

.kidFont {font-family: "Comic Sans MS"}

.listNone {list-style-type: none}

.pt_bluetext {color: #0000BC}

/*  container div for all pages  */
.pt_div_center {
    margin-right: auto ;
    margin-left: auto ;
    width: 668px ;
    padding: 12px;
    border: 0px;
    }
   
/* for kids counting pages */
.divTable_center {
    margin-right: auto ;
    margin-left: auto ;
    width: 620px ;
    height:523px;
    padding: 0px;
    border: 0px;
    }
   
/*  for single row menu table   */
.navMenuTable { 
    margin-right: auto ;
    margin-left: auto ;
    width: 590px; 
    border: 1px solid blue; 
    padding: 0px;
    border-collapse: collapse;
    }
              
/*  for single row menu td */ 
.navMenuTd {
     width:118px; 
     height:22px; 
     border:1px solid blue; 
     vertical-align: middle;
     padding: 0px;
    }
    
.bodys_PT {
    background-image: url('images/pt_wall3_bw_02.jpg');
   }   /* <!--  /user/tow/ --> */
.menuLink {
    color: #003399;
    font-family: Times;
    font-size: .780em;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    width: 118px;
    height: 22px;
    background: linear-gradient(to right, rgb(222,222,222) , rgb(255,255,255) 28%, rgb(255,255,255) 72%, rgb(222,222,222) );
}
.hrfMenutext {
    display: inline-block;
    color: #003399;
    text-align: center;
    vertical-align: middle;
    border: 0px;
}
.randButton {
    color: #003399;
    font-family: times;
    font-size: .780em;
    font-weight: 600;
    width: 160px;
    height: 22px;
    background: linear-gradient(to right, rgb(222,222,222) , rgb(255,255,255) 28%, rgb(255,255,255) 72%, rgb(222,222,222) );
    border: 0px;
}
/*  */
a:link {color: #0000FF}     /* unvisited link */
a:visited {color: #8800FF}  /* visited link */
a:hover {color: #0008b8}   /* mouse over link */
a:active {color: #BD00BD}   /* selected link */

body {
    background-color: #EEEEEE;
    background-image: url("images/pt_wall3_02.jpg");    /* <!-- /user/tow/ --> */
    color: #0000BC;
    font-family: times;
    }

#bodyIndex_PT {                  /*  <-- idnex page body --> */
    background-color: #EEEEEE;
    background-image: url("images/pt_wall3_bw_mrr_01.jpg");    /* <!-- /user/tow/ --> */
    color: #0000BC;
    font-family: times;
    }

p#copyrightParagraph_PT {
    color: #0000BC;
    text-align: center;
    font-size: x-small;
    }

table#mainTableSchizoph {
    background-image: url('images/health3.gif');   /* <!-- /user/tow/ --> */
    width: 668px;
    }

td.kid_abc_rule {
    background-image: url("images/img_line.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 1px 80px;
    }  /*  xpos:; ypos: */
