.mainheader {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.catheader {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
        background-color: #e7e7e7;
        border-style: solid;
        border-width: 1px;
        padding-left: 4px;
        margin-bottom: 8px;
} 

.textheader {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.text {
        font-size: 12px;
}

.menu {
	text-align: center;
        font-size: 12px;
}

.menuheader {
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        background-color: #e7e7e7;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 8px;
}

.menulinks {
	text-align: left;
        font-size: 11px;
}

.copyright {
        text-align: right;
        font-size: 10px;
}

