body {
   background-color: #434343; 
}
.header {
    background-color: black;
    color: white;
    font-size: 13px;
    font-family: fixed;
    border: none;
    padding:1px;
}
td {
    font-family: arial,helvetica;
    font-size: 12px;
    text-align:top;
}
input {
    background:white;
    border: solid 1px gray;
    padding-left: 2px;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
}
textarea {
    background:white;
    border: solid 1px gray;
    padding-left: 2px;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
}
a.button,a.button:visited {
    border:1px solid gray;
    padding: 0px 20px 0px 20px;
    margin: 0px;
    cursor:hand;
    cursor:pointer;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    color: black;
    text-decoration:none;
    background-image:url("images/buttonbg.png");
}
.button {
    border:1px solid gray;
    padding: 0px 20px 0px 20px;
    margin: 0px;
    cursor:hand;
    cursor:pointer;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    letter-spacing:2px;
    color: black;
	font-weight:bold;
    text-decoration:none;
    background-image:url("images/buttonbg.png");
}
.number {
    background:transparent;
    border:none;
    padding:0;
    cursor:hand;
    cursor:pointer;
    font-size:12px;
    padding-right:2px;
}
a:link,a:hover,a:visited {
    color:#4165b7;
    text-decoration:none;
}
.clear {
  background:transparent;
  padding:none;
  border:none;
}
.searchbox {
	border:1px solid #212121;
	padding:8px;
	margin-bottom:16px;
	background:#9ea7b5;
}
.headerbox {
    height:37px;
    width:100%;
	padding:none;
	background:#9ea7b5;
	margin:none;
    background:transparent;
    background-image:url("images/title_bg3.1l.png");
    background-repeat:no-repeat;
}
.headerbox_right {
    padding-right:15px;
    background:transparent;
    /*background-image:url("images/title_bg2r.png");
    background-repeat:no-repeat;
    background-position:right;*/
}
H1 {
    color: white;
    font-family:arial,helvetica,sans-serif;
    font-size:22px;
    letter-spacing:2px;

}
