/***** Global Styles ******/

body    {
	margin:0px;
	padding:0px;
	background-color: #f8f8f8;
	background-image: url(../images_share/pagebg_all.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
	
a {
	color: #3333FF;
	}
	
a:hover {
	color: #FF6600;
	}


h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}



/* clearfloats */
.clearfloat {
	width:1px;
	height:1px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
