@charset "utf-8";
/* General styles */
html, body {
    margin: 0px;
    padding: 0px;
    behavior:url("css/csshover2.htc");
}
body{
    line-height: 1;
    font-size: 100%;
}
.transparent{
    behavior: url(css/iepngfix.htc);
}
a{
    color: #379029;
}
a:hover{
    text-decoration: none;
}
p{
    padding: 0px;
    margin: 0px;
}
.text{
    font-size: 0.75em;
}
img{
    border: none;
}
.center{
    margin: 0px auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
input[type=button],input[type=submit],input[type=reset]{
    cursor: pointer;
}
input.long, select.long{
    width: 300px;
}
textarea.big{
    width: 300px;
    height: 150px;
}
textarea.medium{
    width: 200px;
    height: 100px;
}
input.medium, select.medium{
    width: 200px;
}
select.multiple{
    height: 100px;
}
input.small, select.small{
    width: 80px;
}
/* EOF General styles */