body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana,Arial,serif;
	font-size: 10pt;
	background-color:#E1DDD9;
}

td {
	font-family: Verdana,Arial,serif;
	font-size: 10pt;
}

h2 {
	font-family: Verdana,Arial,serif;
	font-size: 12pt;
	font-weight: bold;
}

a {
	font-family: Verdana,Arial,serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #90897A;

}

a:hover {
	font-family: Verdana,Arial,serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #90897A;
}

input {
    border: 1px solid #000000;
 	font-family: Verdana,Arial,serif;
}

.search_box {
//    background-color: #90897A;
	background-color:#eeeeee;
    color:#000000;
    font-size: 10pt;
}
    
.button {
    width: 500px;
    font-size: 12pt;
    font-weight: bold;
    background-color: #90897A;
    color:#E1DDD9;
    text-align: center;
    align: center;
}

.format {
    border: 0px;
}

.error {
    color: red;
}

#main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 768px;
    z-index: 1;
    text-align: center;
}

#header {
    //position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    z-index: 2;
    text-align: center;
}

#header2 {
    //position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background-color: #90897A;
}

#display {
    //position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 4;
    text-align:center;
}

#index_box {
    margin: 0px auto;
    //position: relative;
    top: 12px;
    left: 10px;
    width: 513px;
    z-index: 5;
    text-align:center;
    border: 2px solid #90897A;
    background-color: #C4BA84;
}

#search_box {
    margin: 0px auto;
    //position: relative;
    top: 12px;
    left: 10px;
    width: 700px;
    z-index: 5;
    text-align:center;
    border: 2px solid #90897A;
    background-color: #C4BA84;
}

#link_back {
	margin: 0px auto;
	//position: relative;
	top: 50px;
	left: 0px;
	width: 100%;
	z-index: 6;
	text-align:center;
	border: 0px;
}
