body  {
    background-attachment: fixed;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
    background-image: url(../globalimages/background.jpg);
    scrollbar-face-color: #FFFFFF;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-3dlight-color: #E0E0E0;
    scrollbar-darkshadow-color: #808080;
    scrollbar-shadow-color: #959595;
    scrollbar-arrow-color: #C0C0C0;
    scrollbar-track-color: #FFFFFF;
}

/*@font-face {
    font-family: bodegasans;
    font-style:  normal;
    font-weight: normal;
    src: url(../globalfonts/bodegas.eot);*/

p,body  {
    font-size: 12px;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: black;
    text-align: justify;
}

li  {
    font-size: 12px;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: black;
}

td {
    font-size: 12px;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: black;
    text-align: justify;
}

th {
    font-size: 12px;
    font-family: verdana, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: black;
    text-align: justify;
    vertical-align: top;
}


h1  {
    font-size : 32px;
    font-family : bodegasans, verdana, sans-serif;
    font-weight : bold;
    font-style : bold;
    color : #789406;
    text-align: right;
    margin-bottom: 18px;
}

h2  {
    font-size: 26px;
    font-family: bodegasans, verdana, sans-serif;
    font-weight: bold;
    font-style: bold;
    color: #789406;
    margin-bottom: 18px;
}

h3  {
    font-size: 20px;
    font-family: bodegasans, verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #789406;
    margin-bottom: 18px;
}

hr  {
    width: 100%;
    color: #9acd16;
}

a:link  {
    text-decoration: none;
    color: #789406;
}

a:hover  {
    text-decoration: none;
    color: #9acd16;
}

a:active  {
    text-decoration: none;
    color: #789406;
}

a:visited  {
    text-decoration: none;
    color: #789406;
}

input,select,textarea,option {
	font-family: verdana, sans-serif;
	color: black;
	background: transparent;
}

input.button,button {
    cursor: hand;
}

input.radio,input.checkbox {
    border: none;
}
