/* GLOBAL */
html {
    height: 100%;
    margin-bottom: 0.01em;
}body {
border-width : 0px; 
background-color : #ffffff;
margin-left : 2pt;
margin-top : 2pt;
} 
img {
border-width : 0px;
}
p {
font-family : arial, tahoma, verdana; 
font-size : 10pt; 
color : #464646; 
text-align : justify;
margin-left : 0px; 
margin-right : 0px; 
margin-top : 0em; 
margin-bottom: 0em;
padding:0;
}
p.center {
text-align: center;
}
p.left {
text-align: left;
}
p.large {
font-size: 12pt;
}
p.xlarge {
font-size: 14pt;
}
li {
font-family : arial, tahoma, verdana; 
font-size : 10pt; 
color : #464646; 
}
a:link {
color : #899532;
text-decoration : none;
}
a:visited {
color : #899532;
text-decoration : none;
}
a:active {
color : #464646; 
text-decoration : none;
} 
a:hover {
color : #464646;
text-decoration : underline;
}

/* TOP IMAGE */
td.top_image {
width: 439px;
height: 137px;
background-image: url(_images/top_image.gif);
}

/* TEXT & LINKS */
p.footer {
color : #899532; 
text-align : right;
margin-left : 0px; 
margin-right : 0px; 
margin-top : 0em; 
margin-bottom: 0em;
padding:0;
}
p.copy {
color : #CCCCCC; 
font-size : 8pt; 
text-align : right; 
}
a.footer:link {
color : #899532;
text-decoration : none;
}
a.footer:visited {
color : #899532;
text-decoration : none;
}
a.footer:active {
color : #899532; 
text-decoration : none;
} 
a.footer:hover {
color : #000000; 
}
a.copy:link {
color : #A4A4A4;
text-decoration : none;
}
a.copy:visited {
color : #A4A4A4;
text-decoration : none;
}
a.copy:active {
color : #A4A4A4; 
text-decoration : none;
} 
a.copy:hover {
color : #000000;
}

/* CONTACT FORM */
p.form {
margin: 0em;
padding:0.1em;
}
label {
width: 17em;
float: left;
color: #464646;
font-size : 9pt; 
text-align: right;
margin-right: 0.5em;
display: block
}
label.grey {
width: 17em;
float: left;
color: #C0C0C0;
text-align: right;
margin-right: 0.5em;
display: block
}
.submit input {
margin-left: 20.8em;
color: #ffffff;
font-size : 12pt;
font-weight : bold;
background: #899532;
border: 2px outset #8E8E8E
}
input.blue {
color: #464646;
background: #ffffff;
border: 1px solid #000000
}
input.grey {
color: #464646;
background: #ffffff;
border: 1px solid #C0C0C0
}
textarea {
color: #464646;
background: #ffffff;
border: 1px solid #000000
}
select {
color: #464646;
background: #ffffff;
border: 1px solid #464646;
}
option {
color: #464646;
background: #ffffff;
border: 1px solid #ffffff;
}