/* CSS Document */
html, body, div, span, h2, h3, h4, h5, h6, p, em, sub, sup, u, i, dl, dt, dd, ol, ul, li, form, label,thead  {
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
vertical-align: baseline; 
background: transparent; 
}
/*table, tbody, tfoot, tr, th, td*/
strong {text-decoration: none;}


body {
line-height: 1; 
background: #fff;
color: #000;
text-align: left;
font: 0.875em Arial, sans-serif;
}
html,body {
height: 100%;
}
:focus {
outline: 0; 
}
h1 {
color:#460101;
font-size: 100%;
text-decoration: bold;
}
table {
border-collapse: collapse; 
border-spacing: 0; 
font-size: 100%;
}
a {
color:#460101;
}
input[type="text"], input[type="password"] {
font-size: 100%;
padding: 0;
}
textarea {
font: 100% Arial, sans-serif;
padding: 0;
}

.formText {
font-size: 100%;
padding: 0;
}
input {
z-index: expression(
runtimeStyle.zIndex = 1,
type == "text" ? (className += " formText") : 0,
type == "password" ? (className += " formText") : 0
)
}


