/* body styles */ 

body { background-color: #FFFFFF;
       background-repeat: no-repeat; 
       font-family: verdana, arial, helvetica, sans-serif; 
       font-size: 12pt;
       color: #610505;  
       margin: 0in; }

table { font-size: 12pt; }

/* font styles */

font {  }


/* link styles */

a { text-decoration: none; }
a:link { color: #0A66C2; } 
a:visited { color: #053361; } 
a:hover { background: yellow;
          color: black; }
a:active { color: #0000FF; }


/* paragraph styles */

p {  }


/* heading styles */

h4 { margin: none; 
     font-family: arial, sans-serif; 
     font-size: 12px;
     border: thick;
     border-style: dashed;
     border-color: navy; }

h3 { margin: none; 
     font-family: verdana, sans-serif; 
     font-size: 14px;
     border: thin dotted #FFFFFF; } 

h2 { margin: none; 
     font-family: verdana, sans-serif; 
     font-size: 24px; } 


/* class styles */

/* class alignments */
.justcent { text-align: center; }
.justright { text-align: right; }

/* class colors */
.dept { color: yellow; } 


/* class fonts */
.tnr30 { font-family: "times new roman", serif;
         font-size: 30pt; }

.tnr28 { font-family: "times new roman", serif;
         font-size: 28pt; }

.tnr20 { font-family: "times new roman", serif;
         font-size: 20pt; }

.tnr16 { font-family: "times new roman", serif;
         font-size: 16pt; }

.tnr12 { font-family: "times new roman", serif;
         font-size: 12pt; }

.pt18 { font-size: 18pt; }

.pt8 { font-size: 8pt; }

.small { font-variant: small-caps; }


/* class callout boxes */
.dvhdr1 { background: #F3F0E7;
          font-size:12px;
          font-weight:bold;
          border:1px solid #C8BA92;
          padding:5px;
          width:150px; }

.dvbdy1 { background:#FFFFFF;
          font-size:12px;
          border-left:1px solid #C8BA92;
          border-right:1px solid #C8BA92;
          border-bottom:1px solid #C8BA92;
          padding:5px;
          width:150px; }

.dvhdr2 { background: #F3F0E7;
          font-size:12px;
          font-weight:bold;
          border:1px solid #C8BA92;
          padding:5px;
          width:500px; }

.dvbdy2 { background:#FFFFFF;
          font-size:12px;
          border-left:1px solid #C8BA92;
          border-right:1px solid #C8BA92;
          border-bottom:1px solid #C8BA92;
          padding:5px;
          width:500px; }

.ind15 { padding-left: 15pt;
         padding-right: 0pt; }


/* id styles */
#mainfoot { color: #DDDDDD;
            background: transparent;
            font-family: "times new roman", serif; }

#mainfoot:visited { color: #DDDDDD; }

#mainfoot:hover { background:yellow;
                  color:black; }

#mainfootn { color: #DDDDDD;
             background: transparent;
             font-family: "times new roman", serif; }

#nonlink { color: #0A66C2; }

#nonlinkred { color: #610505;
              background: transparent; }

