/* CSS Document */

body {
 background-color: #ffffff;
 color: #000000;
 text-align: center;
 width: 100%;
}

.copy {
 padding-bottom: 1em;
 padding-top: 1em;
 text-align: center;
 width: 100%;
}

#mainTable {
 border-color: #005a9c;
 border-style: solid;
 border-width: thin;
 width: 100%
}

#mainTable td {
 border-color: #005a9c;
 border-style: solid;
 border-width: thin;
 padding-left: 0.5em;
 text-align: left;
}

#titleOfPage {
 background-color: #ffffff;
 color: #005a9c;
 font-size: 4em;
 text-align: center;
}

#subtitleOfPage {
 background-color: #ffffff;
 color: #005a9c;
 font-size: 2em;
 margin-bottom: 0.5em;
 text-align: center;
}


.symbol {
 background-color:#eeeeff;
 color: #000000;
 text-align: center;
}