h1 {
    font-size: 12pt; font-weight: bold;
}

select {
    font-size: 11px;
}

.newsdate {
	color: #666666;
	font-weight: normal;
}

.tableTitle {
	background-color: #993300;
	font-size: 11px;
	color: white;
}

.tableCell {
	background-color: #e7e7e7;
	font-size: 10px;
}

.tableTitle2 {
	background-color: #993300;
	font-size: 10pt;
	color: white;
}

.tableCell2 {
	background-color: #e7e7e7;
	font-size: 10pt;
}

.tableCellRed {
	background-color: rgb(255, 100, 100);
	color: white;
	font-size: 10px;
}

.tableCellRedLink {
	background-color: rgb(255, 100, 100);
	color: white;
	text-decoration: underline;
	font-size: 10px;
}

.tableCellRedLink:hover {
	color: #A2BC06;
}

.tableCellYellow {
	background-color: yellow;
	font-size: 10px;
}

.tableCellYellowLink {
	background-color: yellow;
	text-decoration: underline;
	font-size: 10px;
}

.tableCellYellowLink:hover {
	color: #A2BC06;
}

.buttonStyle {
        margin: 1px;
    	background: #EEEEEE;
    	border-color: #600000;
    	border-width: 1.5px;
    	border-style: solid;
}