body {
   margin: 0px;
   padding: 0px;
   text-align: center;
   color: #000000;
   background-color: #FFFFFF;
}

body, td, p, div, input, select, textarea, a {
   color: #222222;
   font-family: Verdana, sans-serif;
   font-size: 11px;
}

ul {
   margin: 15px;
}

li {
   margin: 3px 0px;
   line-height: 1.5;
   text-align: justify;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

.menubar {
   height: 21px;
   background-color: #E28619;
   vertical-align: middle;
   padding: 0px 3px;
   text-align: right;
   border: solid 1px #222222;
}

.sidebar {
   background-color: #F0F0F0;
   width: 180px;
   height: 500px;
   vertical-align: top;
   border: solid 1px #222222;
}

.sidebar_title {
   width: 100%;
   color: #222222;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
   font-weight: bold;
   font-size: 14px;
   padding: 7px;
}

.title {
   width: 100%;
   color: #222222;
   margin-bottom: 5px;
   padding: 3px 0px;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
   font-size: 20px;
   font-weight: bold;
}

.parag {
   text-align: justify;
   line-height: 1.5;
}

.loginbox {width: 90px; height: 18px;}
.loginbutton {font-family: Verdana, sans-serif; font-size: 8pt; margin-top: 3px;}

.table {width: 100%; border-collapse: collapse; border: solid 1px #222222;}
.table_header {background-color: #CDB389; color: #222222; font-weight: bold; padding: 3px 5px; border: solid 1px #222222;}
.table_cell {background-color: #F0F0F0; color: #222222; padding: 3px 5px; border: solid 1px #BBBBBB;}

.reg_textbox {
   width: 200px;
   margin: 2px 0px;
}

.reg_title {
   width: 100%;
   color: #222222;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
   font-weight: bold;
   font-size: 14px;
   margin-top: 25px;
   margin-bottom: 10px;
}

.contact_title {
   width: 100%;
   color: #222222;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
   font-weight: bold;
   font-size: 14px;
}


