body {
    background-color: #ffffff;
    font-family : Tahoma;
    }
a { 
    font-family : Tahoma;
    text-decoration: none; color:#333333; 
    }
a:hover {
    color:#cccccc;
    background-color: #666666;
    }
h3 {
    color: #333333;
    }
.SubHead{ 
    color:#000066;
    font-family:Arial; 
    font-size:12pt; 
    font-weight:bold;
    }
.MojText{ 
    font-family:arial; 
    color:#666666; 
    font-size:9pt;
    }
.SmlText { 
    font-family:tahoma; 
    color:#666666; 
    font-size:7pt;
    }
.pagelinks {
    margin-bottom: 5px;
    }
input.entval { 
    border : 1pt solid #333333; 
    background-color : #eeeeee; 
    font-family : Tahoma; 
    font-size : 8pt; 
    }
input.search  { 
    border : 1pt solid #333333; 
    background-color : #eeeeee; 
    font-family : Tahoma; 
    font-size : 8pt; 
    width=120px; 
    }
input.login { 
    border : 1pt solid #333333; 
    background-color : #eeeeee; 
    font-family : Tahoma; 
    font-size : 8pt; 
    font-weight:bold; 
    }
textarea.entval { 
    border : 1pt solid #333333; 
    background-color : #eeeeee; 
    font-family : Tahoma; 
    font-size : 8pt; 
    }
select.entval { 
    border : 1pt solid #333333; 
    background-color : #eeeeee; 
    font-family : Tahoma; 
    font-size : 8pt; 
    }
select.entval { 
    border : 1pt solid #333333; 
    background-color : #eeeeee; 
    font-family : Tahoma; 
    font-size : 8pt; 
    }
 
p {
    font-family:arial; 
    color:#666666; 
    font-size:9pt;
    }

#cntrls {
    display: block;
    }
#prnt {
    display: inline-block;
    padding-left: 22px;
    background-image: url(../shared/icon_print.gif);
    background-repeat: no-repeat;
    float: left;
    }
#readrev {
    display: none;
    padding-left: 22px;
    background-image: url(../shared/icon_view.gif);
    background-repeat: no-repeat;
    float: left;
    margin-left: 20px;
    }
#addrev {
    display: none;
    padding-left: 22px;
    background-image: url(../shared/icon_edit.gif);
    background-repeat: no-repeat;
    margin-left: 20px;
    float: left;
    }
#recipe {
    clear: all;
    border: 1px dashed #000066; 
    text-align: left; 
    padding: 5px 25px 25px 25px; 
    background-color: #eeeeee; 
    width: 500px;
    }
.rectitle {
    margin: 0;
    font-size:12pt;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    }
.reclabel {
    font-size:10pt;
    color: #333333;
    font-style: italic;
    }
