﻿/*css for product pages
*/


body{
    font-family: Arial, Verdana, Helvetica, san-serif;
    background-color: #ffffcc;
    }
    
 .header1{
    background-color: #000c00;    
    height: 50px;         
	}
	
.borderheader1{
    width: 4px;     
    }	
    
.image{
    padding: 2px;
    position: absolute;
    top: 12px;
    left: 2px;		
    }      

h1 {
    font-family: Arial;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #000c00;
}
  
h2 {
  font-size: small;    
  font-weight: bold;
   }
    
h3 {
  font-size: small;
  font-weight: bold;
  color: 000C00;  
}


.style1 {
	font-size: medium;
	font-weight: bold;
	color: 000C00; 
}


.style2 {
	text-align: center;
	background-color: #FCF09A;
}

.style3 {
	text-align: center;
}

.style4 {
	
	font-size: medium;
	font-weight: bold;
	color: #000C00;
}



