html, body {
 background: #FFFFFF;
 font-family: Arial;
 font-size: 14px;
 text-align: center;
 color: #000000;
 margin: 0 0 0 0;
 padding-top: 0;
}

a:link, a:visited, a:active {
 color: #5595A7;
 font-size: 12px;
 text-decoration: none;
 font-weight: bold;
}

a:hover {
 color: #ED8029;
 font-size: 12px;
 text-decoration: underline;
 font-weight: bold;
}

a:link, a:visited, a:active {
 -webkit-transition: color 500ms ease-in; /* Saf3.2+, Chrome */
 -moz-transition: color 500ms ease-in; /* FF3.7+ */
 -o-transition: color 500ms ease-in; /* Opera 10.5+ */
 transition: color 500ms ease-in; /* futureproofing */
}

.focont {
 text-align: left;
 width: 100%;
}

.inp {
 border: 1px #808080 solid;
 padding: 3px;
 background-color: #FFFFFF;
 width: 250px;
 font-size: 18px;
}

.inp2 {
 border: 1px #808080 solid;
 padding: 3px;
 background-color: #FFFFFF;
 width: 450px;
 font-size: 18px;
}

.sb {
 border: 1px #808080 solid;
 padding: 3px;
 background-color: #808080;
 width: 100px;
 font-size: 18px;
 color: #FFFFFF;
}

form {
 margin-left: auto;
 margin-right: auto;
 width: 400px;
}

form table {
 font-size: 18px;
}

form table td {
 text-align: left;
}

.adheader {
 width: 100%;
 height: 15px;
 line-height: 15px;
 font-size: 13px;
 font-weight: bold;
 font-family: Tahoma;
 background-color: #FFFFFF;
 color: #000000;
 display: block;
 visibility: visible;
 z-index: 10;
}

.adh_right {
 font-size: 12px;
 float: right;
 font-weight: normal;
 height: 15px;
 line-height: 15px;
 padding: 0 10px 0 10px;
}

.adh_left {
 font-size: 15px;
 float: left;
 font-weight: normal;
 height: 15px;
 line-height: 15px;
 padding-right: 10px;
 padding-left: 10px;
 
}

.adh_right a {
 color: #5595A7;
}

.adh_right a:visited {
 color: #5595A7;
}

.adh_right a:hover {
 color: #ED8029;
}

.admenu {
 width: 100%;
 border-left: 2px #5595A7 solid;
 border-right: 2px #5595A7 solid;
 height: 45px;
 line-height: 45px;
 background-color: #FFFFFF;
 padding-left: 10px;
 padding-right: 10px;
 font-family: Tahoma;
 border-bottom: 3px #8f6a23 solid;
}

.admenu a {
 color: #5595A7;
 font-size: 14px;
 text-decoration: none;
 font-weight: bold;
 display: block;
 float: left;
 margin-left: 5px;
 margin-right: 5px;
}

.admenu a:hover {
 color: #ED8029;
 font-size: 14px;
 text-decoration: none;
 font-weight: bold;
 display: block;
 float: left;
 margin-left: 5px;
 margin-right: 5px;
}

.content {
 text-align: left;
 margin-left: 12px;
 margin-right: 12px;
}

.content form {
 margin-left: 0;
 margin-right: 0;
 width: 100%;
}

.content h2 {
 font-size: 22px;
}

.content label {
 font-size: 18px;
 font-weight: bold;
}