﻿html{ 
height: 100%; 
border: 0; 
padding: 0; 
margin: 0; 
}
body
{	 
    height:100%; /* needed for container min-height */
    font-family: Trebuchet MS,arial, sans-serif; 
    font-size: 12px;
    border: 0; 
    padding: 0; 
    margin: 0;   
        background-image: url('/img/an1.jpg');
   }
 div#container
{
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
      height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%;
 }

div#header
{
    background-image: url('/img/sk1.jpg');
    height: 100px;
} 

div#content
{    
     background-image: url('/img/an1.jpg'); 
}
	 
div#footer
{   
    position: absolute;
    width: 100%;
    bottom: 0; /* stick to bottom */
    text-align: center;
         background-image: url('/img/an1.jpg');
}
 
  .l
{
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
 
  .l:hover
{
    text-decoration: underline;
}
 
   .txt
{
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    color: #666666;
}
 
  .txt:hover
{
    text-decoration: underline;
}
  .txt:visited
{
     
}

 
 .m
{
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
 
  .m:hover
{
    text-decoration: underline;
}
 .gr
{  
    color: #808080;
}
  .tl
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #223a6a;
    font-size: 16px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #808080;
    padding-bottom: 20px;
}
 
  .tx
{
    font-size: 12px;
    font-family: Trebuchet MS,arial, sans-serif; 
    text-align: justify;
}
  .tm
{   
    background-color: #8e9aaa;
}
 .tm1
{   
    padding: 5px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #ABB7C7;
   
}
 .tm2
{   
    padding: 5px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #FFFFFF; 
    background-color: #747b8d;
}
  .tm1:hover
{
    
    background-color: #747b8d;
}
  .bm
{
    background-color: #0E2A59;
}

 .bm1
{
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #4E6C92; 
}
   
   .bm1:hover
{    
    background-color: #223a6a;
}
 .bm2
{
    padding: 10px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #FFFFFF; 
    background-color: #223a6a;
}


 .g
{
    text-decoration: none;
    color: #808080;
}
 
  .g:hover
{
    text-decoration: underline;
}
 .bml
{
    text-decoration: none;
    color: #ffffff;
}
.p2
{
    background-image: url('/img/btn_prod2.jpg');
    font-weight: bold;
}
.p2:hover
{
    background-image: url('/img/btn_prod3.jpg');
    }
    
.p1
{    font-weight: bold;

    background-image: url('/img/btn_prod.jpg');
    }
.p1:hover
{
    background-image: url('/img/btn_prod2.jpg');
    }
    
 .p3
{    font-weight: bold;

    background-image: url('/img/btn_prod3.jpg');
    }
.p3:hover
{
    background-image: url('/img/btn_prod.jpg');
    }
    
   
     
  .bml:hover
{
    text-decoration: underline;
} 
 .tml
{
    text-decoration: none;
    font-size: 14px;
    font-family: 'Trebuchet MS';
    color: #996633;
}
 .tml2
{
    text-decoration: none; 
    padding-right: 40px;
} 
  .tml:hover
{
    text-decoration: underline;
} 
div#frm
{
    margin: 10px;
    border: thin solid #C0C0C0;
    text-align: center;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    text-decoration: blink; 
}
 .frml
{
    text-decoration: none;
    color: #808080;
    font-size: 14px;
}
 
  .frml:hover
{
    text-decoration: underline;
    color: #800000;
} 

 

.bx
{
    border: thin solid #C0C0C0;
}