body
{
	background-image: url(background.gif); 
    background-repeat: repeat-x;
    background-color: #fff;
    background-attachment: fixed;
    text-align: center;
}

table
{
	margin-left:auto;
	margin-right:auto;
}

.messageText
{
    font-size: 150%;
    font-style: italic;
    text-align: center;
}

.openingMessage
{
    background-color: #DDEEFF;
}

.listHeader
{
    background-color: #C3D8E7;
    font-weight: bold;
    text-align: center;
}

.listEvenRow
{
    background-color: #FFFFFF;
}

.listOddRow
{
    background-color: #E6F0F7;
}

.dialogHeading
{
    background-color: #C3D8E7;
    font-weight: bold;
    text-align: center;
}

.dialogBody
{
    background-color: #EBF2F7;
}
