	
	body { 
		background-color: #ffffff;
		font-family: Helvetica, sans-serif;
	        font-color: #111111;
	}

	.publicPage {
	        width: 720px;
	        margin-right: auto;
	        margin-bottom: 0px;
	        margin-left: auto;
                font-size:18px;
                text-align: center;
	}

	.logo {
                font-size:40px;
                font-weight: bold;
                color: #AA0000; 
                text-align: right;
                margin-bottom:20px;
	}

        .heading {
                font-size:30px;
                font-weight: bold;
                text-align: center;
                margin-bottom:20px;
        }

        .footer {
		position: relative;
                text-align: center;
                margin-top:40px;
                font-size:12px;
        }

	.yellowTable {	
                width: 100%;
                background-color: #F2F5A9;
                border-size: 15px;
                border-style: groove;
                border-color: #F2F5A9;
                text-align: left;
                font-weight: 600;
                font-size: 18px;
        }

        .yellowTable tr {
                vertical-align: top;
        }
 
        .yellowTable td {
                padding: 10px;
        }
