body {
  background-color: #990000;
  margin: 0px;
}

body.blue {
  background-color: rgb(147,197,247);
  margin: 0px;
}

body.red {
  background-color: rgb(191,19,36);
  margin: 0px;
}

a {
  color: #c12e2e;
  text-decoration: none;
}
a:hover {
  color: #d15e5e;
  text-decoration: none;
}

a.black {
  color: black;
  text-decoration: none;
}
a.black:hover {
  color: black;
  text-decoration: none;
}

h1 {
  padding-left: 20px;
  margin-top: 5px;
  font-family: tahoma;
  font-size: 18px;
  font-weight: bold;
  color: #c12e2e;
  border-bottom: 1px #c12e2e solid;
  text-align: left;
}

.super_main_body {
  vertical-align: top;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.main_up{
  vertical-align :top;
  height: 80px;
  padding:0px;
}



.up_menu_td_first{
width:50px;
  padding-left: 185px;
  padding-right: 15px;
  white-space:nowrap;
}

.up_menu2{
  height:20px; 
  background-color:#990000;
  border-left: 3px white solid;
  border-right: 3px white solid;
}

.left_menu{
  width: 150px; 
  vertical-align: top;
  padding-top: 5px;
  padding-left: 3px;
  padding-right: 5px;
  padding-bottom: 0px;
  margin-top:100px;
  margin-right:10px;
  font-weight: bold;
  font-family: verdana;
  font-size: 13px;
  color:#990000;
  
}

.left_menu a{
  color: black;
  text-decoration: none;
}
.left_menu_a{
  text-decoration: none;
  color:#990000; 
}

.left_menu a:hover {
  color: #990000;
  text-decoration: none;
} 


.left_menu_div{
  vertical-align: top;
  padding-bottom: 5px;
  margin-top: 0px;
  
}

.left_menu_div div{
  vertical-align: top;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  background-color: #CCCCCC;
  border: 1px #888888 solid;
  
  }
  
.text_td{
  padding-left: 10px;
  text-align: left;
  padding-right: 10px;
}

.text_td img{
  border: 0px;
}

.main_body_table {
  width: 1000px;
  height: 100%;
  background-color: white;
  vertical-align: top;
  padding: 5px;  
}

.main_body {
  height:100%;
  font-family: arial;
  font-size: 14px;
  vertical-align: top;
  padding-left: 12px;  
  
}


.img_float_left{
  float: left;
  padding-right: 30px;
  border: 0;
}

.img_float_right{
  float: right;
  padding-left: 20px;
  border: 0;
}

.table_uspora{
  width:100%;
  border: 1px #888888 solid;
}

.table_uspora th{
border: 1px #888888 solid;
background-color: #CCCCCC;
padding-left: 5px;

}

.table_uspora td{
border: 1px #888888 solid;
padding-left: 5px;
}

.footer {
padding-top: 20px;
font-size:11px;
vertical-align: top;
}

.up_menu{
font-size: 13px;
font-weight: bold;
margin-top: 5px;
color: #c12e2e;
}

.up_menu td{
padding-right:15px;

}

.up_menu a {
  color: black;
  text-decoration: none;
}
.up_menu a:hover {
  color: #c12e2e;
  text-decoration: none;
}
