/*******************/
/* General         */
/*******************/
BODY {
    background:         #FFFFFF url(all_space.gif) repeat-x;
    text-align:         center;
}

A, A:visited {
    color:              #000000;
    text-decoration:    underline;
}

.screen {
    display:            none;
    visibility:         hidden;
}

.print {
    display:            block;
    visibility:         visible;
}

/*******************/
/* Layout          */
/*******************/

#paper {
    width:              100%;
    padding:            0px;
}

#content {
    width:              100%;
    padding:            0px;
    background:         #FFFFFF url(all_space.gif) repeat-x;
}

#leftColumn {
    width:              100%;
    margin-bottom:      10px;
}

#middleColumn {
    width:              100%;
}

#middleColumn2 {
    width:              100%;
}

DIV.startblock {
    margin-top:         20px;
}