.text { 
    font-size: 12; 
    color: black; 
    font-weight: bold;
    margin-left: 20px;}
.text2 { 
    font-size: 12; 
    color: black; 
    margin-left: 20px;}
.indented   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
.title { 
    font-size: 24; 
    color: black;
    text-align: center; }
.subtitle { 
    font-size: 18; 
    color: black;
    text-align:center; }
.alert { 
    font-size: 24; 
    color: red;
    text-align:center; }
.button {
    font-size: 12; 
    color: maroon; 
    font-weight: bold; 
    background-color: #CCCCCC; 
    padding: 0px;
    width: 120px;
}
.sale {
    font-size: 12;
}
A:link    {
    font-size: 12; 
    font-weight: bold;
    color: maroon; }
A:active  {
    font-size: 12; 
    font-weight: bold;
    color: maroon; }
A:visited {
    font-size: 12; 
    font-weight: bold;
    color: maroon; }
A:link, A:visited, A:active {
     text-decoration: none }
H1 { 
    font-size: 32; 
    color: black;
    text-align: center; 
    font-family=Lucida Handwriting, Verdana, Arial, Helvetica, sans-serif; }
H1.mac {
    color: black; 
    font-size: 24;}
H2 { 
    font-size: 18; 
    color: black;
    text-align: center; }
H3 { 
    font-size: 14; 
    color: black;
    text-align: center; }
H5 { 
    font-size: 36; 
    color: black;
    text-align: center; 
    font-family=Lucida Handwriting; }
BODY {
    margin: 0px;
    padding:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12;
    background-color: RGB(237, 237, 237);

}
P { font-size: 12;}
TABLE.pics {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    text-align: center;}
TABLE.pics TD {
    text-align: center;
    font-size: 10;
    color: blue;}
TABLE.Pedi {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;}
TABLE.Pedi TD {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: white;
    text-align: left;
    font-weight: bold;
    font-size: 10;
    color: blue;}
TABLE.Pedi TH {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-weight: bold;
    text-align: left;
    font-size: 10;
    color: blue;}

tr.page {
   border:3px solid;
   border-color:#ddd #999 #888 #ddd;
   font-weight:bold;
   text-align:left;
   color:#003;
}


TABLE.Video {
   border-top: 1px solid black;
   border-left: 1px solid black;
   font-size: 8pt;   
}
TABLE.Video TD{
   border-right: 1px solid black;
   border-bottom: 1px solid black;
   padding: 3px;
   margin: 0px;
   vertical-align:middle;
   font-size: 8pt;
}
TABLE.Video TD.Header {
   background-color:  rgb(180,80,80);
   color: white;
   font-weight: 600;
   font-size: 8pt;
   text-align: center;
   vertical-align: center;
}