html,body { 
	margin:0px; 
	padding:0px; 
	height:100%; 
	font-family:arial;
	font-size:12px;
} 
img{
	border:0px;
}
form{
  display:inline;
}
a:hover{
	text-decoration:underline;
	}
/*---------ID-------------------------------*/
#partnerBottom{
	color:#707070;
	font-size:10px;
	text-align:center;
}
#partnerBottom a{
	text-decoration:none;
	color:#707070;
}
/*------------------------------------------*/
.baseWidth{
	width:1000px;
	margin:auto;
}
.spacer{
	clear:both;
	height:1px;
}
.tac{
	text-align:center;
}
.tal{
	text-align:left;
}
.tar{
	text-align:right;
}
.w20{
	width:20px;
}
.w80{
	width:80px;
}
.w200{
	width:200px;
}
.w300{
	width:300px;
}
/*--------------------------------------------------*/
.DialogSub{
	background-color:#ffffff;
	color:#000000;
	font-family:verdana;
	font-size:10px;
}
.inputButt {
	background-color: #e5e5e5;
	border: outset 2px;
	height: 20px;
	width:80px;
	cursor:pointer;
	font-weight:bold;
}
.colorWhite{
	color:#ffffff;
}
.colorRed{
	color:#ff0000;
}
.colorBlack{
	color:#000000;
}
.fBold{
	font-weight:bold;
}
.fGreen{
	color:green;
}
.fGrey{
	color:grey;
}
