/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.MenuBits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	display: block;
	padding: 10px;
	width: 100px;
	text-align: center;
	background-color: #FEE6A8;
	color: #520F03;
}

.MenuBits:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	display: block;
	padding: 10px;
	width: 100px;
	text-align: center;
	background-color: #FFF7DF;
	color: #520F03;
}
.bodyNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3A5161;
	font-weight: normal;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000033;
}
.tableContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border-bottom-style: groove;
	color: #29537C;
	border-bottom-width: thin;
}
.tableBanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom-style: groove;
	color: #000000;
	border-bottom-width: thin;
	background-color: #C6CDD7;
}
.subMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-style: none;
	color: #000066;
	border-bottom-width: thin;
	text-align: center;
}

