body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #2dc4ea;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
input, textarea, select {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	padding-right: 2px;
	padding-left: 2px;
	overflow-x:hidden;
}
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:hover.color {
	color: #C53FD5;
	text-decoration: underline;
}
table.login {
	color: #000000;
	border: 1px solid #ECECEC;
	background-color: #FFFFFF;
}
div.errmsg {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: underline;
}
div.finalmsg {
	font-size: 14px;
	font-weight: bold;
	color:#2dc4ea;
	text-decoration: underline;
}
table.whole {
	width:100%;
	background-color: #FFFFFF;
}
table.menu {
	width:175px;
	text-align: right;
	border-collapse:collapse;
	border: 1px solid #f0f0f0;
	color: #000000;
	background-color: #FFFFFF;
}
table.menu td {
	font-weight:bold;
}
td.title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#2dc4ea;
	text-align:center;
}
td.link {
	cursor: pointer;
	background-color:#F1F1F1;
}
td.nonlink {
	background-color: #EAEAEA;
}
td.copyrights {
	font-weight: bold;
	height:70px;
	width: 100%;
	margin-bottom: 3px; 
	padding-bottom:3px;
	text-align: center;
}
td.copyrights img {
	float:left;
}
table.main {
	width: 100%;
	height: 100%;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 6px;
}
table.pagetitle {
	width: 100%;
	border: 1px solid #f0f0f0;
}
table.pagetitle td {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#2dc4ea;
	text-align:right;
}
div#main {
	font-size: 13px;
	font-weight: bold;
}
table.staff {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
}
td.maintitle {
	font-weight: bold;
	color:#FFFFFF;
	background-color:#2dc4ea;
	padding-top:4px;
	padding-bottom:4px;
}
.redBold { color:red; font-weight:bold; }