body {
	text-align: center;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-image: url(/Images/Index/body.jpg);
	background-color: #EDEDED;
	background-repeat: repeat-x;
	word-break: break-all;
}
h1, h2, h3, h4, h5, h6, h7, p, ul, ol, dl, dt, dd, body, form, input, button, img, cite, strong, em, div {
	padding:0px;
	margin:0px;
	list-style-type: none;
}
h3.blue {
	color: #0060B0;
	font-size: 14px;
	text-decoration: underline;
	clear: both;
	background-image: url(/Images/bg/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	text-indent: 10px;
	line-height: 30px;
}
img {
	border:0;
}
tr {
	display:table-row;
	vertical-align:inherit;
}
a {
	color: #0060b0;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #ff7400;
	text-decoration: underline;
}
.none {
	display:none;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}
.cleft {
	clear: left;
}
.blank {
	margin-bottom: 10px;
}
.row {
	clear:both;
	margin:0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
input[type~=radio], input[type~=checkbox] {
	border:none;
}
input, button, select, textarea {
	FONT: 12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	COLOR: #666
}
input, textarea {
	BORDER-RIGHT: #eee 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #666 1px solid;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #666 1px solid;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #eee 1px solid
}
input[type="text"] {
}
input[type="text"]:hover {
	BORDER-LEFT-COLOR: #09c;
	BACKGROUND: #f5f9fd;
	BORDER-BOTTOM-COLOR: #09c;
	BORDER-TOP-COLOR: #09c;
	BORDER-RIGHT-COLOR: #09c
}
input[type="password"] {
}
input[type="submit"] {
}
input[type="reset"] {
}
input[type="radio"] {
/*In FF,Some radio style like background-color not been supported*/
}
input[type="checkbox"] {
/*In FF,Some checkbox style like background-color not been supported*/
}
input[type="button"] {
}
textarea {
	padding: 2px;
}
textarea:hover {
	BORDER-LEFT-COLOR: #09c;
	BACKGROUND: #f5f9fd;
	BORDER-BOTTOM-COLOR: #09c;
	BORDER-TOP-COLOR: #09c;
	BORDER-RIGHT-COLOR: #09c
}
pre {
	white-space: pre-wrap;/* css-3 */
	white-space: -moz-pre-wrap;/* Mozilla, since 1999 */
	white-space: -pre-wrap;/* Opera 4-6 */
	white-space: -o-pre-wrap;/* Opera 7 */
}
pre {
 #word-break: break-all;      /* Internet Explorer 7.0+ */
 #word-wrap: break-word;      /* Internet Explorer 7.0+ */
	_word-break: break-all;      /* Internet Explorer 6.0- */
	_word-wrap: break-word;      /* Internet Explorer 6.0- */
}
