body, table, a {
   color: #333333;
   font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 15px;
   margin: 0px;
}
body {
   background-color: #EC6C1C;
   margin-top: 7px;
   text-align: center;
}
table {
   border-collapse: collapse;
   table-layout: auto;
   border: none;
}
td {
   padding: 0px;
   vertical-align: top;
   text-align: left;
}
a {
   text-decoration: none;
   font-weight: bold;
}
a:hover {
   text-decoration: none;
   color: #000000;
}
img {
   border: none;
   margin: 0px;
   padding: 0px;
   float: left;
}
#over {
   width: 770px;
   margin: auto;
}

table.head {
   width: 100%;
}
.head td.logo {
   width: 140px;
   height: 67px;
}
.head td.logo img {
   width: 140px;
   height: 67px;
}
.head td.banner {
   height: 67px;
   vertical-align: middle;
   text-align: right;
}
.head td.navigator-left {
   width: 140px;
   height: 25px;
   background-image: url(../images/navi.gif);
}
.head td.navigator-left img {
   height: 25px;
   float: right;
}
.head td.navigator-right {
   height: 25px;
   background-image: url(../images/navi.gif);
}
.head td.navigator-right img {
   height: 25px;
   float: left;
}

img.flags {
   width: 32px;
   height: 21px;
   margin: 0px 10px 0px 0px;
   float: none;
}



table.main {
   width: 100%;
   background-color: #FFFFFF;
}
td.left {
   width: 140px;
   background-color: #EFEFEF;
}
td.right {
   background-image: url(../images/main.gif);
   background-position: left;
}
#separator {
   height: 30px;
   background-image: url(../images/separator.gif);
   text-align: right;
   vertical-align: middle;
   display: block;
   padding-right: 20px;
   color: Gray;
}
img.title {
   height: 35px;
   margin: 0px 0px 5px 10px;
   vertical-align: middle;
}
form.sort {
   margin: 15px 30px 0px 0px;
   vertical-align: middle;
   text-align: right;
   display: block;
}
.sort input, select {
   font-size: 11px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin: 0px;
   vertical-align: middle;
   border: 1px solid  #A9A9A9;
}

#foot {
   width: 730px;
   height: 17px;
   padding: 3px 40px 0px 0px;
   background-image: url(../images/foot.gif);
   text-align: right;
   color: #FFFFFF;
   font-size: 10px;
   float: left;
   border-bottom: 2px solid #000000;
   margin-bottom: 10px;   
}
#foot a {
   color: #FFFFFF;
   font-size: 10px;
}





td.left ul {
   list-style-image: url(../images/cube.gif);
   list-style-position: outside;
   margin: 0px 0px 20px 20px;
   padding: 0px;
}
td.left li {
   padding: 0px 0px 10px 0px;
}
td.left div.capitol {
   padding: 0px 0px 5px 20px;
   font-weight: bold;
}
td.left a {
   color: #990000;
   font-weight: bold;
   display: block;
}
td.left a:hover {
   color: #000000;
}
div.month {
   padding: 3px;
   margin: 0px 3px 4px 5px;
   text-align: center;
}
div.month img {
   width: 108px;
   border: 1px solid #CCCCCC;
   background-color: #FFFFFF;
   padding: 1px;
   float: none;
   display: block;
   margin: auto;
}

.data {
   margin: 0px 30px 10px 30px;
   text-align: left;
   display: block;
   clear: left;
}

.data img {
   margin: 5px 5px 5px 0px;
}
.data img.content {
   width: 210px;
   border: 1px solid #999999;
   padding: 1px;
}

img.hr {
   height: 1px;
   width: 530px;
}
.bolder {
   font-weight: bold;
   font-size: 12px;
   color: #EC6C1C;
}
.red {
   font-weight: bold;
   font-size: 12px;
   color: #B22222;
}
.gray {
   color: #696969;
}
.larger {
   font-size: 12px;
}

form {
   background-color: transparent;
   border: none;
   margin: 0px 0px 5px 0px;
   padding: 0px;
   text-align: left;
}
td.legend {
   text-align: right;
   width: 100px;
   padding-right: 3px;
   color: #333333;
}
input, textarea {
   font-family: "Courier New", Courier, monospace;
   font-size: 12px;
   line-height: 15px;
   border: 1px solid #D6D6D6;
   border-left: 3px solid #D6D6D6;
}
input {
   width: 250px;
}
textarea {
   width: 250px;
   height: 75px;
}
button {
   width: 80px;
   padding: 3px;
   border: 1px solid #D6D6D6;
   border-left: 3px solid #585858;
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #666666;
   background-image: url(../images/send.gif);
   cursor: pointer;
}
button.with-ico {
   border: none;
   background-image: none;
   background-color: transparent;
}




