* {
   font-family: tahoma, verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   text-align: justify;
   color:#EBEBEB;
}

body {
background-image:url(images/rosemblum_01.jpg);
margin-top:0px;


}

h2 {
   text-transform:uppercase;
}

hr {
   background-color:#ebebeb;
   border: 0;
   height: 1px;
   width:1002px;
}

.td {
   border-top: solid black 1px;
   border-bottom: solid black 1px;
   border-left: solid black 1px;
   border-right: solid black 1px;
}

input, textarea, select {
   color: black;
   background: white;
   border-top: solid black 1px;
   border-bottom: solid black 1px;
   border-left: solid black 1px;
   border-right: solid black 1px;
}

a {
   text-decoration: none;
   text-transform: none;
   color:#CCCCCC;
}

a:hover {
   text-decoration: underline;
   text-transform: none;
   font-weight: bold;
   color: #ffffff;
}
 
.footer_table {
 	text-align:center;
 	width:1002px;
 }