﻿body 
{
background-color: #9d9d78;
background-image:url(images/background.gif); 
background-repeat: repeat-x; 
background-position: top left; 
background-attachment: fixed; 
font-family:arial,sans-serif;
font-size:14px; 
color: #666666; 

margin:10px 0 10px 0;}
.opacityit img{
border-style: none;
    border-color: inherit;
    border-width: medium;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;

}
td
{
    color: #666666; 
}
div
{
    color: #666666; 
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: .6;
height:160px;
width:193px;
}

input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 140px;
font-size:12px; 
}
#dropdown
{
 
 font-size:12px;
}