body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;  
   width: 100%;
   min-width: 600px;   
   font-size:10pt;
   font-family: Verdana,Arial,Helvetica,sans-serif;
}

img  { border:0px; }

a {
    color:#000;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    color:#000;
    text-decoration:underline;    
}

ul {
    margin:0px;
}

li {
 color:#a25151;
 list-style: disc;
}

.listings {
  margin-top:10px;
}

.small {
    color:#000;
    font-size:10pt;
}
/*general text */
.gen_white {
    color:#fff;
}

.failed_main {
  background-color: #DDECEF;
  color: #cc0000;
  margin-bottom:10px;
  width:inherit;
  padding:14px;
  border:1px #7D9C9F solid;    
  text-align:center;
  width:375px;
}

.success {
   background-color: #DDECEF;
  color: #009900;
  margin-bottom:10px;
  width:inherit;
  padding:16px;
  border:1px #7D9C9F solid;    
  text-align:center;   
    width:450px;
}

.failed {     
  background-color: #DDECEF;
  color: #cc0000;
  margin-bottom:10px;
  width:450px;
  padding:14px;
  border:1px #7D9C9F solid;
}

/* footer */
.footer_holder {
    text-align:center;
    margin-top:30px;
}
.copyright_holder {
    text-align:center;
    margin-top:5px;
}

.footer_links {
    display:inline;
    list-style:none;
    color:#000;    
    margin-right:52px;
}

a.footer_link {
    color:#000;
    text-decoration:none;
}

a.footer_link:hover {
    color:#000;
    text-decoration:underline;
}

