.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #220000;
}

.tabletext td {
	border-bottom: 1px solid black;
}

.tabletext th {
	border-bottom: 3px double black;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #220000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #220000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #220000;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
	word-spacing: 0.3em;
	letter-spacing: normal;
}
.menutext a {
	color: #FFFFFF;
	text-decoration: none;

}

.tableview {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	font-size: 12px;
}

.tableview td {
	border: 1px solid #000000;
	padding: 1px;
}

.tableview th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #5B5758; 
	padding: 3px;
	font-size: 12px;
}

.tableview th a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #5B5758; 
	font-size: 12px;
	color: #DEC8CA;
}

.tableedit {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	border: 0px;
}

.tableedit td {
	border: 0px solid #880000;
	padding: 2px;
}

.tableedit th {
	border: 1px solid #5B5758;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #5B5758; 
	padding: 2px;
}
