*
{
    margin: 0;
}
html, body, form
{
    height: 100%;
    font-family: Tahoma, Geneva, sans-serif;
}

textarea, input, select
{
	font-family: Tahoma, Geneva, sans-serif;
	}

body
{
    
    color: #666666;
    background-color: #ffffff;
    background: url(/resources/images/backgroundImg.jpg) repeat-x;
    background-position:center 0px;
    background-attachment: fixed;
}

h1, h2, h3, h4
{
    color: #2D5534;
    font-weight: normal;
}

img
{
    border: 0px;
}

a
{
    text-decoration: none;
    color:#666666;
    }
    
    a:hover
{
    text-decoration: underline;
    }
