body
{
	font-family:Arial;
	font-size: 14px;
	margin:0;
	color: #126696;
	background-color: #126696;
	text-align: center;
}
td
{
	font-family:Arial;
	font-size: 12px;
	line-height: 18px;
}
input
{
	font-family:Arial;
	font-size: 12px;
}
textarea
{
	font-family:Arial;
	font-size: 12px;
}
select
{
	font-family:Arial;
	font-size: 12px;
}
.btn
{
	color: white;
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	border: solid 1px #126696;
	color: #126696;
	background-color: white;
}
.menu
{
	background-image: url('images/button-off.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height: 94px;
	cursor: hand;
}
.menu_mouseover
{
	background-image: url('images/button-on.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height: 94px;
	cursor: hand;
}
.topmenu
{
	background-image: url('images/menu/button-off.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height: 78px;
	cursor: hand;
}
.topmenu_mouseover
{
	background-image: url('images/menu/button-on.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height: 78px;
	cursor: hand;
}
.tbl
{
    width: 100%;
    text-align: center;
    padding: 5px;
    border: 0;
}
.tbl td
{
    background-color: #d5e4ec;
    border: 0;
}
.pnl
{
    text-align: center;
}
a:active {color: #009002;text-decoration: underline; font-weight: bold}
a:link {color: #009002;text-decoration: underline; font-weight: bold}
a:visited {color: #009002;text-decoration: underline; font-weight: bold}
a:hover {color: #009002;text-decoration: underline; font-weight: bold}
a.regular:active {color: white;text-decoration: none}
a.regular:link {color: white;text-decoration: underline}
a.regular:visited {color: white;text-decoration: underline}
a.regular:hover {color: white;text-decoration: underline}
