/* external style sheet style.css */
BODY {
      background-image: url(/images/bg/main.gif);
      background-repeat: no-repeat;
      background-position: top left;
      background-attachment: fixed;
      scrollbar-3d-light-color:#6C5437;
	  scrollbar-arrow-color:#E7F2F8;
      scrollbar-base-color:#6C5437;
      scrollbar-dark-shadow-color:#E7F2F8;
      scrollbar-face-color:#007AB6;
      scrollbar-highlight-color:#E7F2F8;
      scrollbar-shadow-color:#E7F2F8;
      font-family: Arial;
      }

.pic {
       border-color:#007AB6;
     }         

A:link{
       color: #007AB6;
      }
A:visited          {
       color: #007AB6;
      }
A:active{
       color: #007AB6;
      }
	  
A:hover	{
       color: #FF0000;
		}
		
P    {
      font-family: Arial;
      font-size: 14px;
      font-weight: bold;
      color: #000000;
     } 
TD   {
      font-family: Arial;
      font-size: 14px;
      font-weight: bold;
      color: #000000;
     }     
H1   {
      font-family: Arial;
      font-size: 24px;
      font-weight: bold;
      color: #007AB6;
     }

.redheading {
color: #FF0000;
font-size: 20px;
}


.20   {
      font-family: Arial;
      font-size: 18px;
      font-weight: bold;
      color: #007AB6;
     }
.12   {
      font-family: Arial;
      font-size: 12px;
      font-weight: bold;
      color: #007AB6;
     }      
.small   {
      font-family: Arial;
      font-size: 10px;
      color: #000000;
     }           
.Roman   {
      font-family: Times;
      font-size: 10px;
      font-weight: 100;
      color: #000000;
     }
.monospace
{
	  font-name: Courier;
      font-size: 14px;
      font-weight: bold;
      color: #000000;
} 
     

/* end of file */