html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body { font-family: Tahoma,Helvetica,Arial; }

a {
  text-decoration: none;
  color: #3662AF;
}

#main {
        min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 11pt;
	margin: 0 auto -16px;
}


#footer {
	font-size: 9pt;
	background-color: #F0F0F0;
	border-top: 1px solid #DDD;
	color: #8888A8;
	color: #3662AF;
}
#footer a {
	text-decoration: none;
	color: #8888A8;
	color: #3662AF;
}


/*** top ***/
#top {
	width: 100%;
	margin: 0px;
/*
	min-width: 780px;
*/
}
#toptitle {
	float:left;
	padding: 0;
	padding-left: 1em;
	padding-top: 0.3em;
	font-size: 14pt;
}
#topdx {
	float:right;
	text-align: right;
	font-size: 9pt;
	line-height: 9pt;
	width: 17em;
	padding-top: 4px;
	padding-right: 4px;
}
#topsep {
	clear: both;
	margin: 0px;
	padding: 0px;
	width:100%;
	height: 5px;
	background-image: url('../img/sep_gray.png');
	background-repeat: no-repeat;
	background-repeat: repeat-x;
}


.message_small {
	font-size: 9pt;
	color: #a01010;
}

.dbg {
	background: yellow;
	border: solid 1px gray;
}

.clear { clear:both; }

img {
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

form td.lbl {
	padding-right: 8px;
    vertical-align: middle;
}
form td.inp {
	padding-right: 12px;
    vertical-align: middle;
}

