﻿IMG  {BORDER: 0px;}
html {min-width: 776px;}
body {
	background-image: url(../../images/bg.gif);
	background-color:#fff;
	margin: 0px;
	padding:0px;
	LINE-HEIGHT:150%;
    TEXT-ALIGN: left;
	font-family:'verdana, arial, helvetica','Lucida Grande','Lucida Sans Unicode','宋体','新宋体';
		font-size: 12px;
		scrollbar-face-color:#DCDCDC;
		scrollbar-highlight-color: #CCCCCC;
		scrollbar-shadow-color: #CCCCCC;
		scrollbar-3dlight-color: #F2F2F2;
		scrollbar-darkshadow-color: #F2F2F2;
		scrollbar-track-color: #F2F2F2;
		scrollbar-arrow-color: #777777;

}
table, tr, td {
		font-size:12px;
		font-family: 'arial,verdana, helvetica';
		font-color:#000000;
		line-height:18px;
		letter-spacing:1px;
		word-wrap : break-word;
		word-break: normal;

		/*table-layout:fixed;  note: server.htmlencode(not htmlencode function) is good for word break*/
  }
input,textarea,select {
  BORDER-BOTTOM-COLOR: #cccccc;
  BORDER-BOTTOM-WIDTH: 1px;
  BORDER-LEFT-COLOR: #cccccc;
  BORDER-LEFT-WIDTH: 1px;
  BORDER-RIGHT-COLOR: #cccccc;
  BORDER-RIGHT-WIDTH: 1px;
  BORDER-TOP-COLOR: #cccccc;
  BORDER-TOP-WIDTH: 1px;
  FONT-SIZE: 12px;
  font-family: 'verdana, arial, helvetica';
  PADDING-BOTTOM: 1px;
  PADDING-LEFT: 1px;
  PADDING-RIGHT: 1px;
  PADDING-TOP: 1px;
  background:#ddddff;
}
input{
height:16px;
}
input:focus,textarea:focus,select:focus {
 background-color: #f7f7f7;
}	
a:link,a:visited,a:hover,a:active{
color: #000;
text-decoration: none;

}
h1{
margin:0 2px 0 2px;
padding-bottom:2px;
text-align:center;
font-size:14px;
font-family: 'verdana, arial, helvetica';
border-bottom:1px dotted #ccc;
}
h2{
margin:2px;
padding:2px;
text-align:center;
font-size:12px;
font-family: 'verdana, arial, helvetica';
font-weight:normal;
}
.textred{
color:#f60;
}
.textgrey{
color:#666;
}
p.textcenter{text-align:center;}

