body { 
color: black; 
background-color: white; 
text-align: left;
}

frameset
{
border-width: 0px;
border-style: none;
border-style: hidden;
border-collapse: collapse;
}

.content { 
font-family: verdana,tahoma,arial; 
color: #333132; 
font-size: 12px; 
line-height: 16pt;
text-align: justify;
}

.message { 
    font-family: verdana,tahoma,arial; 
    color: #f50404;
    font-weight: bold; 
    font-size: 12px; 
    line-height: 16pt;
    text-align: justify;
    }

ul { 
font-family: verdana,arial; 
color: #333132; 
font-size: 12px; 
line-height: 16pt;
}

.headline { 
font-family: verdana,arial; 
color: #333132; 
font-size: 13px; 
font-weight: bold;  
line-height: 22pt;
margin-top:5px;
}

.headline1 { 
font-family: verdana,arial; 
color: green;
font-size: 16px; 
font-weight: bold;  
line-height: 22pt;
margin-top:5px;
text-transform:uppercase;
}

.nav { 
font-family: verdana,arial; 
color: #333132; 
font-size: 11px; 
font-weight: bold;  
line-height: 18pt;
}

.navbg { 
border: solid 2px #ed9605; 
background-image: url(images/nav/bg_nav_250.jpg); 
}

.home {
padding-left: 10px;
color: #FFFFFF;
}

.rand06 {
border-collapse: collapse;
border-bottom: 1px solid black;
}

.litera {
font-family: verdana,tahoma,arial; 
color: #333132; 
font-size: 10px; 
line-height: 11pt;
}

#top {
position: absolute;
top: 0;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
  }
  .modalDialog:target {
    opacity: 90%;
    pointer-events: auto;
  }
  .modalDialog > div {
    width: 430px;
    position: fixed;
    top: 0;
    left: 62px;
    margin: 8% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    color: rgb(2, 2, 2);
    font-weight: bolder;
    background: #f06522;
  }
  .close {
    background: green;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
  }
  .close:hover {
    background: #00d9ff;
  }