/* CSS Document */
table.width750 {
	border-collapse: collapse;
    width: 675px;
	color: #313127;
	background: #FCFBF7;
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0 25px;
}

table.width750 td {
	vertical-align: top;
    padding: 0 5px 5px 5px;
    border-top: solid #313127 1px;
    border-bottom: solid #313127 1px;
} 

th.data {
	color: #313127;
	background: #FCFBF7;
    border: none;
}

.data {
	vertical-align: top;
	color: #313127;
	background: #FCFBF7;
}

.data2 {
	text-align: left;
	color: #313127;
	background: #FCFBF7;
}

.data h1 {
	vertical-align: top;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}

.data h2 {
	vertical-align: top;
	font: bold 0.9em Georgia, "Times New Roman", Times, serif;
}


.emptycell {
    border: none;
}

.toprow {
    font: bold italic 1em Georgia, "Times New Roman", Times, serif;
    text-align: center;
    background: #ECE5D5;
	color: #313127;
}

td.data a {
	color: #313127;
	background: #FCFBF7;
	text-decoration: underline;
}

/* Highlight the menu item when the mouse is hovering */
td.data a:hover {
	color: #818177;
}
.leftcol {
    font: bold 0.85em Georgia, "Times New Roman", Times, serif;
    text-align: left;
    background: #FCFBF7;
	color: #313127;
}

.redtext {
	color: #FF3333;
}