.custom #banner {
    background-image: url(../images/banner.png);
}

/* customize table layout */
.custom .x-data th {
	text-align: left;
}
	.custom .x-data th.center {
		text-align: center;
	}


.custom table.literature{
    margin: 0 0 0 0;
	font-family: Arial,Helvetica;
}
    .custom table.literature th, table.literature td {
        vertical-align:middle;
    }
    
    .custom table.literature td.gray {
        background-color:#EFEBE1;
        font-weight:bold;
        height:13px;
    }
.custom .center {
    text-align: center;
}
.custom .left {
    text-align: left;
}

