html, html body, body {
 background-image:url(img/bg_star.png);
 background-repeat:repeat;
 background-color:#ffffff;
 font: normal 82% "Lucida Grande", Verdana, "Bitstream Vera Sans Mono", Arial, helvetica, sans-serif;
 margin:0px;
}

body a:link, body a:visited, body a:active {
 color: #ff9100;
}

body a:hover {
 color: #ff9100;
}

.hrepeat {
background-image:url(img/header_bg.png);
background-repeat:repeat-x;
}

.tabtop {
 color: #FFFFFF;
 background-image: url(img/table_header.png);
 background-repeat: repeat-x;
}

.tabcontent {
 color: #373737;
 background-color: #ffffff;
}

.tabnavi {
 color: #373737;
 background-color: #747474;
}

.input {
 font-size: 10px;
 font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
 color: #000000;
 background-color: #bfb9ab;
 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}

.info {
 border: 1pt solid rgb(191, 187, 186);
 background-color: rgb(251, 250, 239);
 padding-top: 1px;
 padding-bottom: 5px;
 padding-right: 8px;
}

#hrstyle {
 border-top-width: 1pt;
 border-top-style: dashed;
 border-top-color: #BFB9AB;
 height: 1px;
 width: 100%;
}

.boldtext {
 font-size: 28px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 line-height: 30px;
 text-decoration: none;
 color: #000000;
 font-style: italic;
}

.boldtext2 {
 font-size: 14px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 line-height: 16px;
 text-decoration: none;
 color: #000000;
 font-style: italic;
}

.cssbutton {
color: #FFFFFF;
background-color: #373737;
border: 3px outset #373737;
text-decoration: none;
padding: 3px 2px 3px 3px;
font: bold 0.9em tahoma;
}
.cssbutton:hover {
background-color: #575757;
border-style: outset;
color: #FFFFFF;
}
.cssbutton:active {
border-style: inset !important;
}

.cssbuttongo {
color: #FFFFFF;
background-color: #373737;
border: 3px outset #373737;
text-decoration: none;
padding: 3px 2px 3px 3px;
font: bold 0.9em tahoma;
}
.cssbuttongo:hover {
background-color: #ffd49c;
border-style: outset;
color: #000000;
}
.cssbuttongo:active {
border-style: inset !important;
}
