TABLE {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-FAMILY: tahoma,sans-serif; FONT-SIZE: 11px
}
TABLE.Mtable TD {
	BORDER-BOTTOM: #CDCDCD 1px solid
}
a:link { color: blue}
a:active { color: black}
a:visited { color: black}
body 
{
  font-family: verdana;
  color: black;
}
.style1 {font-family:Verdana; font-size: 11px; color: #111111; font-weight: normal; padding-left: 0%; padding-right: 0%;}  

.input
{
    border: 1px solid #006;
    background: #ffc;
}
.input:hover
{
    border: 1px solid #f00;
    background: #ff6;
}
.button
{
    border: 1px solid #006;
    background: #ccf;
    font-family:Verdana;
    font-size: 9px;
    hieght: 3;
    font-color:black;
    cursor: pointer;
    cursor: hand;
}
.button:hover
{
    border: 1px solid #f00;
    background: #eef;
}
label
{
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }

.style1
{
	font-family:Verdana;
	font-size: 11px;
	color: #111111;
	font-weight: normal;
	padding-left: 0%;
	padding-right: 0%;
}
.nonSelectable
{
    cursor:default ;
}
.nonSelectable a
{
    cursor:default ;
}
#popup{
	position: absolute;
	visibility: hidden;
	/*overflow: hidden;*/
	background-color: #F9F9F9;
	border:1px solid #333;
	padding:0px;
	width: 351px;
	height: 300px;
	margin: 0px;
}
#popupLarger{
	position: absolute;
	visibility: hidden;
	/*overflow: hidden;*/
	background-color: #F9F9F9;
	border:1px solid #333;
	padding:0px;
	width: 651px;
	height: 400px;
	margin: 0px;
}