body {
	text-align: center;
	width: 900px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px auto 0 auto;
}
table,tr,td {
	font-size: 15px;
}
#pagetable_activecell {
	font-weight: bold;
	font-size: 15px;
}
a.mainmenu {
	font-size: 13px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a.mainmenu:hover {
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
	text-decoration: underline;
}
a.footer {
	font-size: 11px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a.normal {
	font-size: 12px;
	color: #000066;
	font-weight: normal;
	text-decoration: none;
}
a.normal:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a.action{
	font-size: 12px;
	color: #000066;
	font-weight: normal;
	text-decoration: none;
}
a.action:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
#action {
	height:30px;
	font-size: 12px;
	color: #000066;
	font-weight: normal;
	text-decoration: none;
}
#action a{
	font-size: 12px;
	color: #000066;
	font-weight: normal;
	text-decoration: none;
}
#action a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.box {
	padding: 10px;
	border: 1px dotted silver;
}
.mandatory
{
color:#FF0000;
font-weight:bold;
}
