BODY {
        margin: 0px;
        padding: 0px;
        font-size: 12pt;
        font-family: serif;
        color: black;
        background: white;
}

A {
        text-decoration: none;
}

H1 {
	margin-top: 0px;
	margin-bottom: 0px;
        font-size: 24pt;
}

H2 {
	margin-top: 0px;
	margin-bottom: 0px;
        font-size: 18pt;
}

H3 {
	margin-top: 0px;
	margin-bottom: 0px;
        font-size: 16pt;
}

H4 {
	margin-top: 0px;
	margin-bottom: 0px;
        font-size: 12pt;
}

H5 {
	margin-top: 0px;
	margin-bottom: 0px;
        font-size: 10pt;
}

.header TABLE.titlebar {
	width: 100%;
	background: red;
	margin-bottom: 20px;
}

.header .titlebar TD {
        font-family: serif;
	text-align: center;
	vertical-align: center;
	margin: 0px;
}

.menus {
	vertical-align: top;
	width: 15%;
	border-right: 1px solid red;
	font-weight: bold;
}

.menus .active {
	background: red;
	padding-right: 5px;
}

.menus .inactive {
	padding-right: 5px;
}

.menuspacer {
	vertical-align: top;
	width: 5px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

.content {
	width: 100%;
	padding: 10px;
}

.content .acts {
	vertical-align: top;
	text-align: center;
}

.content .acts TD {
	padding: 5px;
}

.content .acts P {
	margin-top: 5px;
	font-size: 10pt;
	text-align: center;
}

.content .frontpage .headliner {
	color: red;
}

.content .frontpage .headliner H2 {
	margin-bottom: 8pt;
	font-size: 24pt;
}

.content .frontpage .headliner H3 {
	margin-top: 10pt;
	margin-bottom: 5pt;
	font-size: 18pt;
}

.content .frontpage .headliner P {
	padding-right: 36pt;
	padding-left: 36pt;
	margin-top: 10pt;
	margin-bottom: 5pt;
	font-size: 18pt;
}

.footer .ads {
	margin-top: 5px;
	border-top: 1px solid red;
}

.footer .ads .left {
	width: 50%;
}

.footer .ads .right {
	width: 50%;
}

