body
      {
        font-family: Times New Roman, Times, serif;
        color: #0D0105;
        font-size: 14px;
        background: #696969;
        text-align: left;
      } 
      
.bold14
      {
        font-size: 14px;
        color: #0D0105;
        font-weight: bold;
      }
      
.italic14
      {
        font-size: 14px;
        color: #0D0105;
        font-style: italic;
        font-weight: 300;
      }
      
.italicbold14
      {
        font-size: 14px;
        color: #af242a;
        font-style: italic;
        font-weight: 800;
      } 
      
a:link
      {
        color: #333333;
      } 
      
a:visited
      {
        color: #333333;
        text-decoration : none;
      }
      
a:hover
      {
        color: #696969;
        text-decoration : underline;
      } 
      
a:active
      {
        color: #ffffff;
      } 
      
a:link.leftnav
      {
        color: #ffffff;
      } 
      
a:visited.leftnav
      {
        color: #ffffff;
        text-decoration : none;
      }
      
a:hover.leftnav
      {
        color: #ffffff;
        text-decoration : underline;
      } 
      
a:active.leftnav
      {
        color: #333333;
      } 
 
      
table.masterlayout
	 { 
	 	/*width: 100%;*/
	 	/*height: 80%;*/
	 	/*position: relative; top: 0px;*/
		border-width:  0px 4px 0px 4px;
		border-left-style: ridge;
		border-right-style: ridge;
        border-color: #a29873;
        background: #a29873;
	 }
	 
.printlayout
	 { 
        background: #e4d9bc;
	 	width: 540;
	 	position: absolute; top: 0px; left: 0px;
	 }
      
      
      
/* --------- Banner Top ---------------- */

.bannerlogo
	 { 
	 	width: 540;
        background: #a29873;
        padding: 4px;
	 }

.tagline
      {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        font-style: italic;
 		font-stretch: extra-expanded;
 		letter-spacing: 3px;
        line-height: 24px;
        margin: 6px 0px 12px 12px;
      }
      
.contactinfo
      {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
 		font-stretch: extra-expanded;
 		letter-spacing: 12px;
        line-height: 14px;
        margin: 2px 0px 12px 12px;
      }



/* --------- Left Navigation ---------------- */      

table.leftsidetable
      {
	 	width: 21%;
		border-width: 0px;
        margin: 14px;
      }
      


/* --------- Middle - Inline Frame styles ---------------- */

iframe
	 { 
		height: 480px; 
		width: 584px;
	 }
	 
.mainbody
	 { 
		width: 536px;
        background: #e4d9bc;
        padding: 6px;
	 } 
	 
h1
      {
        color: #000000;
        font-size: 24px;
        font-weight: 800;
 		font-stretch: extra-expanded;
 		letter-spacing: 1px;
        /*line-height: 23px;*/
        margin: 2px 0px 2px 0px;
      }
      
h2
      {
        color: #000000;
        font-size: 21px;
        font-weight: 500;
 		font-stretch: extra-expanded;
 		letter-spacing: 1px;
        line-height: 23px;
        margin: 0px 2px 6px 2px;
      }
      
h3
      {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
 		font-stretch: extra-expanded;
 		letter-spacing: 1px;
        /*line-height: 23px;*/
        margin: 2px 0px 2px 0px;
      }
      

.inlinemain
      {
      	/*width:85%;*/
        padding: 9px;
		border-width: 4px;
        border-style: double;
        border-color: #a29873;
        background: #ffffff;        
      }

.djnames
      {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 9px;
        font-weight: 800;
 		font-stretch: expanded;
 		letter-spacing: 1px;
        text-align: center;
       	margin: 4px;
        width: 93px;
      }
      
.subnotes
      {
        color: #000000;
        font-size: 12px;
        font-weight: normal;
 		font-stretch: expanded;
        margin: 6px 2px 6px 2px;
        text-align: center;        
      }
      
.subtitle
      {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
 		font-stretch: expanded;
      }
      
.emph
      {
        color: #000000;
        font-style: italic;
        font-size: 13px;
        font-weight: 100;
 		font-stretch: ultra-condensed;
 		letter-spacing: 1px;
        line-height: 16px;
      }
      
.emph18
      {
        color: #000000;
        font-style: italic;
        font-size: 16px;
        font-weight: 400;
 		font-stretch: ultra-condensed;
        line-height: 16px;
 		/*letter-spacing: 1px;*/
      }
      
.normal10
      {
        font-size: 11px;
        color: #0D0105;
        font-weight: normal
        text-align: center;
      }
      
.italic10
      {
        font-size: 11px;
        color: #0D0105;
        font-style: italic;
        font-weight: 300;
      }
      
a.printstyle
      {
        font-family: Arial, Helvetica, sans-serif;
        color: #af242a;
        font-size: 7px;
 		font-stretch: ultra-expanded;
 		letter-spacing: 2px;
        padding: 3px 4px 0px 4px;
		border-width: 1px;
        border-style: solid;
        border-color: #af242a;
        background: #ffffff;
      }  
      
a:link.printstyle
      {
        color: #af242a;
      } 
      
a:visited.printstyle
      {
        color: #af242a;
        text-decoration : none;
      } 
      
a:hover.printstyle
      {
        color: #ffffff;
        text-decoration : none;
        background: #ffcc33;
      } 

a:active.printstyle
      {
        color: #af242a;
      } 
      
.pagebody
	 { 
        background: #e4d9bc;
        margin: 14px;
	 }


/* --------- Footer - Bottom Page Info ---------------- */


.copyright
      {
        color: #696969;
        font-size: 9px;
        font-weight: normal;
 		font-stretch: expanded;
 		letter-spacing: 1px;
        line-height: 14px;
        text-align: center;
      }
      
a:link.copyright
      {
        color: #696969;
      } 
      
a:visited.copyright
      {
        color: #696969;
        text-decoration : none;
      }
      
a:hover.copyright
      {
        color: #696969;
        text-decoration : underline;
        background: #ffcc33;
      } 
      
a:active.copyright
      {
        color: #696969;
      } 

