body {
    font-family: 'Open Sans';
    font-size: 100%;
    padding: 10px;
    text-align: left;

}

.helpTopTitlebar {
    text-align:right;
}

table.footerTable {
    font-size: 0.95em;
}

div.p {
    margin:10px;
}

.banner {
  background-color: #E29C1B;
    border-top: 1px solid #c5006e;    
    border-left: 1px solid #c5006e;   
    border-right: 1px solid #c5006e;  
}

* html #wrapper /* IE6 min-width dynamic expression (hack) */
{ width:expression(document.body.clientWidth <=900 ? "900px" : "100%" ); }

p {
    font-size: 1.0em;
}
.main h1 {
    margin-top:60px;
}
 .main h1{
    color: #000;
    font-family:'Open Sans';
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    margin: 1em 0em 0em 0em;
    text-transform:uppercase;

}

h1.title {
    color:#fff;
    font-family: 'Open Sans';
    font-size: 1.5em;
    font-style: normal;
    font-weight: bold;
    margin: 0em 0em 0em 0em;
}

h2 {
    color: #000;
    font-family: 'Open Sans';
    font-size: 1.25em;
    font-style: italic;
    font-weight: bold;
}

h3 {
    color: #000;
    font-family: 'Open Sans';
    font-size: 1.15em;
    font-style: normal;
    font-weight: bold;
}

.main h4 {
    font-family: 'Open Sans';
    
    font-weight: bold;
    margin:25px 0px 10px;
}

h5, h6 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-style: italic;
    font-weight: normal;
}

a:link, a:visited {
    color: #c5006e;
    text-decoration: none;
}

a:hover, a:active  {
    color: #a7005e;
    text-decoration: none;
}

li {
}

img, a img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

div.main {
    
    padding:10px;
}

div.helpTopTitlebar {
    padding: 5px;
}
hr {
    background-color: #dcdcdc;
    border: 0px;
    color: #dcdcdc;
    height: 1px;
    margin: 5px 0px;
}

table {
    background: #FFFFFF;
    font-size: 1.0em;
}

tbody {
}

th {
}

td {
}