.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}

.mainMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:red;
	text-decoration:none;
}

.mainHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.tableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom:15px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bottomNavLink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
}

.bottomNavLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:red;
}

hr {
	border-top: 1px dashed #000000;
	border-bottom: 0px;
	color: none;
	background-color: none;
	height: 1px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color:#ffffff;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	height:20px;
	padding:2px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color:#ffffff;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	padding:2px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color:#ffffff;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
