/* mssp1.css */


body {
background-color : #333333;
font-family : sans-serif;
color : #ccffff;
margin : 1px;
overflow-x: hidden;
}

p { font: normal 9pt verdana, sans-serif }

a:link {
color : aqua;
text-decoration : none;
font-style : normal;
}

a:visited {
color : white;
text-decoration : none;
font-style : normal;
}

a:hover {
color : aqua;
text-decoration : underline;
font-style : normal;
font-weight : normal;
}

a:active {
color : yellow;
text-decoration : none;
font-style : oblique;
}

.maintable {
border-style : solid;
border-color : white;
border-top-width : 0;
border-left-width : 0;
border-right-width : 0;
border-bottom-width : 0;
font-family: verdana, sans-serif;
font-style: normal;
font-size: 9pt;
}

.toptable {
border-style : solid;
border-color : white;
border-top-width : 0;
border-left-width : 0;
border-right-width : 0;
border-bottom-width : 1px;
padding : 10px;
}

.bottomtable {
border-style : solid;
border-color : white;
border-top-width : 1px;
border-left-width : 0;
border-right-width : 0;
border-bottom-width : 0;
}

.minitable {
border-style : dashed;
border-color : white;
border-top-width : 0;
border-left-width : 1px;
border-right-width : 1px;
border-bottom-width : 0;
padding : 0;
font-family : verdana, sans-serif 9pt;
color : #ccffff;
margin : 1px;
}

.textblock {
margin : 10px;
font-family: verdana, sans-serif;
font-style: normal;
font-size: 9pt;
}

.textblocksmaller {
margin : 5px;
font-family: verdana, sans-serif;
font-style: normal;
font-size: 7pt;
}

.noHScroll {
overflow-x: hidden;
}


