@charset "utf-8";
/* CSS Document */
/***** Global Settings *****/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
}

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}
 
strong{
	font-weight: bold;
}

em{
	font-style: italic;	
}

.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}
