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, li, body, form, input, button,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/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	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 {
	padding: 1px;
	color: #666666;
}
input[type~=radio], input[type~=checkbox] {
	border:none;
}
input, button, select, textarea {
font-size:12px;
vertical-align:middle;
}
textarea {
	padding: 2px;
}
*/

