body {
        margin: 0px;
        padding: 0px;
        background: #6699CC;
}
body, td, input, option, select, textarea, pre {
        font-family: verdana, sans-serif;
        font-size: 11px;
        color: #000000;
}
.wrapper {
        width: 700px;
}
.logo {
        width: 700px;
        height: 80px;
        text-align: left;
        background-image: url('../sp_resources/headerBG.gif');
        background-repeat: repeat-x;        
}
.maintable {
        padding-top: 1px;

}
.content {
        padding: 10px;
}
.subtitle {
        color: #FFFFFF;
        padding-left: 10px;
        font-weight: bold;
    
}
p {
        margin: 0px 0px 15px 0px;
}
input, textarea, select {
        border-width: 1px;
        border-color: #aaaaaa;
}
img {
        border: 0px;
}
form {
        margin: 0px; 
}
li {
        line-height: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
}
p {
        line-height: 18px;
}
a:link, a:active, a:visited {
        color: #1144BB;
        text-decoration: underline;
}
a:hover {
        color: #666666;
        text-decoration: underline;
}