/* 45822112EE_0400 */
/* --------------------- */



* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: #000;
	font-style: normal;
	font-weight: normal;
	background: #ebfdf4/* url(../img/body_bg.gif) no-repeat fixed 50% 0%*/;
}




p {
	margin: 0 0 0.7em 0;
}

strong, b {
	font-weight: bold;
}
img {
	border: 0px none;
	vertical-align: middle;
}

hr {
	display: none;
}
em,i,address{
	font-style: normal;
}
ul li {
	list-style: none;
}



a:link {
	color: #029;
	text-decoration: none;
}
a:visited {
	color: #029;
}
a:link:hover,
a:link:focus,
a:visited:hover,
a:visited:focus {
	color: #f00;
	text-decoration: underline;
}




.ui-corner-all,
.ui-corner-top,
.ui-corner-right, 
.ui-corner-bottom, 
.ui-corner-left,
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br {
	border-radius: 0;
}


















