.menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a.menuItem:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #302C63;
	background-color: #DAF1FD;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #302C63;
	border-bottom-color: #302C63;
}
a.menuItem:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #302C63;
	background-color: #DAF1FD;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #302C63;
	border-bottom-color: #302C63;
}
a.menuItem:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #302C63;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #858FB0;
	border-bottom-color: #858FB0;
}
a.menuItem:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #302C63;
	background-color: #DAF1FD;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #302C63;
	border-bottom-color: #302C63;
}
.inputNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	border: 1px solid #84D2F0;	
}
.textMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: justify;
}
.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	border: 0px;	
}
.textNormalCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.textNormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.textLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.textLargeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.table {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

