table {
border-style:none;
border-width:0px;
border-spacing:0px;
}
td {
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-background: #ffffff;
font-size: 12px;
word-spacing: 0.0em;
letter-spacing: 0.0em;
line-height: 16px;
color: #000000;
}

.field { border:0px solid;}
a:link    { color:#542d2a; text-decoration: none; }
a:visited { color:#302626; text-decoration: none; }
a:active  { color:#e64300; text-decoration: none; }
a:hover   { color:#e64300; text-decoration: underline; }

BODY {
background-repeat:repeat;
background-color:#ffffff;
margin-top:  0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
input,select,textarea,option
	{
    background-color:#dddddd; color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
    border-color: #bbbbbb;
    font-weight: normal; font-size: 12px; word-spacing: 0.0em; letter-spacing: 0.0em; line-height: 16px;
	}
input:hover {
background-color:#ffffff;
}
input.border:focus {
background: #ffffff;
border: 1px solid #000000;
}
textarea:hover {
background-color:#ffffff;
}
textarea.border:focus {
background: #ffffff;
border: 1px solid #000000;
}