body {
    text-align: center;
    /*color: #7f028e;*/
    color:#666666;
    border: 0;
    margin: 0;
    padding: 0 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    background-image: url( /images/shared/bg.gif );
    background-repeat: repeat-x;
    background-color: #310434;
}

div, td {
    font-size: 8.5pt;
}

img {
    border:0;
}

h1, h2, h3, h4, h5, h6, #action h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 15px;
    font-weight: bold;
    color: #4d154e;
    padding: 0;
}
h2 {
    font-size: 12px;
    font-weight: normal;
    color: #d326bc;
    line-height:18px;
    padding: 0;
}

#action h1 {
/*
    font-size: 12pt;
    font-weight: bold;
    color: #999966;
*/
    font-size: 15px;
    font-weight: bold;
    color: #4d154e;
    padding: 0;
    text-transform:capitalize;
    text-align:left;

}

p, ul, li, ol {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/*
p{
    padding:0 ;
    margin:5px 0 5px 0;
}
*/
input, select {
    font-size: 8pt;
}

hr {
    width: 100%;
    line-height: 1px;
    border: 0;
    background-color: #ccc;
    color: #ccc;
    margin: 2px 0 2px 0;
}

div.solid {
    background-image: url( ../images/solid.gif );
    background-repeat: repeat-x;
    background-color: #fff;
    height: 1px;
    width: 100%;
    margin: 4px 0 4px 0;
}

div.dash {
    background-image: url( ../images/dash.gif );
    background-repeat: repeat-x;
    background-color: #fff;
    height: 1px;
    width: 100%;
    margin: 4px 0 4px 0;
}