/* global body properties */
body            { color: #ffffff; 
                margin-top: 0;  
                font-size: 12pt; 
                text-decoration: none; 
                font-family: tahoma ;
                background-color: #000000; }
H1 {
	color: #ffffff;
        text-align: center;
        font-size: 16pt;
}
H2 {
	color: #ffffff;
        text-align: center;
        font-size: 12pt;
}

/* draw a nice 1 pixel border around things */
/* only IE/Mozilla support this */
.maintable { border: 1px solid blue; }
.innertable { border: 1px solid white; }

b               { color: #ffffff }

P               { color: #ffffff }

I               { color: #ffffff; }

A:link          { color: #dddddd; 
                font-size: 12pt; 
                font-weight: bold;
                text-decoration: none; 
                font-family: tahoma }

A:visited       { color: #ffffff;
                font-size: 12pt; 
                text-decoration: none; 
                font-family: tahoma }

A:active        { color: #ffffff; 
                font-size: 12pt; 
                text-decoration: none; 
                font-family: tahoma }

A:hover         { color: #3333ff;
                font-size: 12pt; 
                text-decoration: none; 
                font-family: tahoma }

td.header       { color: #ffffff;
                font-size: 14pt;
                font-weight: bold;
                font-family: tahoma }
                
td.label        { color: #D0D0D0;
                background-color: #414141;
                font-size: 12pt;
                font-weight: bold;
                font-family: tahoma }

td.body         { color: #ffffff;
                font-size: 11pt;
                font-family: tahoma }

td { color: #ffffff;
     font-family: tahoma }

pre { color: #ffffff;
      font-family: tahoma }

.small {
        color: #ffffff;
        font-size: 8pt;
        font-family: tahoma;
        font-style: italic;
}
