body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 14px;
   color: #000;
   background: #b65504;
   margin: 0px;
   padding: 0px;
}

table {
   border-collapse: collapse;
   margin: 0px;
   padding: 0px;
   border-color: #000;
}

tr, td, th {
   border-color: #000;
}

h3 {
   text-align: center;
   font-size: 16px;
   /*font-weight: normal;*/
}

h4 {
   text-align: left;
   font-size: 14px;
   margin: 0px;
   padding: 0px;
   border-collapse: collapse;
}

a.menu_link:link, a.menu_link:active {
  text-decoration: none;
  color: #000;
}

a.menu_link:visited {
  text-decoration: none;
  color: #777;
}

a.menu_link:hover {
  text-decoration: underline;
}

a:link, a:active {
  color: #888;
}

a:visited {
  color: #777;
}

a:hover {
  font-style: italic;
}

.content {
   color: #000;
   background: #ffe9cd;
   vertical-align: top;
   text-align: center;
}

.main_text {
   vertical-align: top;
   text-align: left;
   background: #ffe9cd;
   color: #000;
}

.gone_text {
   vertical-align: top;
   text-align: left;
   background: #ffe9cd;
   color: #000;
}

.info_text {
   font-size: 12px;
   text-align: left;
   background: #ffe9cd;
   color: #666;
}

.menu_bottom {
   height: 20px;
}

.footer {
   font-size: 10px;
}

.menu {
   height: 175px;
   background: #ffe9cd;
}

.menu_item {
   height: 24px;
}

.menu_vertical_spacer {
   height: 30px;
}

.top_left {
   height: 20px;
   width: 20px;
   background-image:url(images/top_left_1.png);
   background-repeat: no-repeat;
}

.top_right {
   height: 20px;
   width: 20px;
   background-image:url(images/top_right_1.png);
   background-repeat: no-repeat;
}

.bottom_left {
   height: 20px;
   width: 20px;
   background-image:url(images/bottom_left_1.png);
   background-repeat: no-repeat;
}

.bottom_right {
   height: 20px;
   width: 20px;
   background-image:url(images/bottom_right_1.png);
   background-repeat: no-repeat;
}

.joint_top {
   height: 20px;
   width: 20px;
   background-image:url(images/joint_top_1.png);
   background-repeat: no-repeat;
}

.joint_bottom {
   height: 20px;
   width: 20px;
   background-image:url(images/joint_bottom_1.png);
   background-repeat: no-repeat;
}

.border_left {
   width: 20px;
   background-image:url(images/border_left_1.png);
   background-repeat: repeat-y;
}

.border_right {
   width: 20px;
   background-image:url(images/border_right_1.png);
   background-repeat: repeat-y;
}

.border_top {
   height: 20px;
   background-image:url(images/border_top_1.png);
   background-repeat: repeat-x;
}

.border_bottom {
   height: 20px;
   background-image:url(images/border_bottom_1.png);
   background-repeat: repeat-x;
}

.legend_studio_1 {
   height: 15px;
   width: 15px;
   background: #8cbf40;
   border-style: solid;
   border-width: 2px;
   border-color: #528800;
}

.legend_studio_2 {
   height: 15px;
   width: 15px;
   background: #e6804d;
   border-style: solid;
   border-width: 2px;
   border-color: #b1440e;
}

.legend_studio_3 {
   height: 15px;
   width: 15px;
   background: #d96666;
   border-style: solid;
   border-width: 2px;
   border-color: #a32929;
}

.legend_studio_all {
   height: 15px;
   width: 15px;
   background: #94a2be;
   border-style: solid;
   border-width: 2px;
   border-color: #5a6986;
}

