* {
border: 0;
margin: 0;
padding: 0;
spacing: 0;
}

body {
background: #92847b url(/templates/images/background.gif) center repeat-y;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 69%;
text-align: center;
}
a {
color: #006666;
text-decoration: underline;
}


a.link1 {
display: block;
color: #fff;
font-size: 11px;
text-decoration: none;
text-indent: 10px;
width: 100%;
line-height: 25px;
border-bottom: 1px solid #666;
}

a.link2 {
display: block;
color: #ccc;
font-size: 11px;
text-decoration: none;
text-indent: 20px;
width: 100%;
line-height: 20px;
border-bottom: 1px solid #666;
}

a.link1:hover {
display: block;
color: #fff;
font-size: 11px;
text-decoration: none;
text-indent: 10px;
width: 100%;
line-height: 25px;
border-bottom: 1px solid #666;
background: #666 url(/images/selector.gif) center right no-repeat;
}

a.link2:hover {
display: block;
color: #ccc;
font-size: 11px;
text-decoration: none;
text-indent: 20px;
width: 100%;
line-height: 20px;
border-bottom: 1px solid #666;
background: #666 url(/images/selector_sub.gif) center right no-repeat;
}

.input {
background: #ccc;
width: 140px;
height: 19px;
border: 1px;
margin: 2px 2px;
}
.input3 {
background: #ccc;
border: 1px;
margin: 2px 2px;
}

.input1 {
background: #CCCCCC;
margin: 2px 2px;
}

.header {
color: #e0e0e0;
font-size: 200%;
font-weight: bold;
position: relative;
top: -87px;
left: -10px;
}

h1 {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 20px solid #009900;
color: #009900;
font-size: 130%;
font-weight: normal;
margin: 5px 0;
}
h2 {
color: #009900;
font-size: 150%;
font-weight: normal;
margin: 5px 0;
}
