/* Style sheet for "Introduction" */

/* Body style */

BODY {background-image: url(background.jpg); margin: 0 0 0 0;
      font-family: Arial, Helvetica, sans-serif;
      background-color: #ccc;
      border: 3px solid #000;
}

.maincell {background-color: #EBEBEB;
      font-family: Arial, Helvetica, sans-serif;
      border-left: 2px solid #000;
      border-right: 2px solid #000;
}

.logocell {background-image: url(banner.gif);
      border-top: 4px solid #000;
      border-bottom: 2px solid #ccc;
      border-left: 2px solid #000;
      border-right: 2px solid #000;
}

.imgcell {width: 150px;
      border-top: 1px solid #CCCCCC;
      border-bottom: 1px solid #CCCCCC;
      border-left: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC;
      padding: 2px; background-color: #FFFFFF;
}

.chk1cell {background-color: #EBEBEB;
           border-left: 2px solid #000;
}

.chk2cell {background-color: #EBEBEB;
           border-left: 1px solid #000;
           border-right: 2px solid #000;
}

.ver1cell {background-color: #EBEBEB;
           border-left: 2px solid #000;
}

.ver2cell {background-color: #EBEBEB;
           border-right: 2px solid #000;
}

.com1cell {background-color: #EBEBEB;
           border-left: 2px solid #000;
}

.com2cell {background-color: #EBEBEB;
           border-right: 2px solid #000;
}

.leftbordercell {background-color: #EBEBEB;
           border-left: 2px solid #000;
}

.rightbordercell {background-color: #EBEBEB;
           padding-left: 15px; border-right: 2px solid #000;
}


P {font-size: 14px;}
p.name {font-size: 14px; font-style: normal;)
p.order {font-size: 16px; font-style: normal;}



/* Size of first letter in paragraph increased and set to bold */

.firstparagraph:first-letter
     {font-size: 200%;
     font-weight: bold;
     font-style: italic;
}

