/* structure */

html {
margin: 0px auto;
padding: 0;
background-color: #000000;
}


body {
margin: 0px auto;
padding: 0;
height: 100%;
font: normal 13px/19px  Arial, Helvetica, sans-serif;
color: #000;
text-align: justify;
}

.h { display: none; }
.v { display: block; }

a img { border: 0; outline: none; }
a { color: #f00; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline;} 

input, textarea {
font-family: Arial, Helvetica, sans-serif;
border: 1px solid #999;
background: #eee;
font-size: 11px;
padding: 2px;
margin: 3px 0;
color: #700;
width: 100%;}

select {
font-family: Arial, Helvetica, sans-serif;
border: 1px solid #b00;
background: transparent;
font-size: 11px;
padding: 2px;
margin: 3px 0;
color: #fff;
width: 100%;}


.submit {
background: #b77;
background: url(img/button.jpg) center center no-repeat;
border: 1px solid #b00;
color: #fff;
width: 160px;
height: 19px;
font: bold 11px/19px Georgia, "Times New Roman", Times, serif;
font-style: italic;
vertical-align: middle;
cursor: pointer;}

td {
vertical-align: top;
}

h1 { color: #000; font-size: 26px }

li { line-height: 26px; }
