/******** TAG begin ********/
* { margin: 0px; padding: 0px; }

html, body { width: 100%; }

ul, li { list-style-type: none; }

img { float: left; border: 0px; }

h1 span { display: none; }

h2 {
	color: #F0AF1F;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #F0AF1F;
	margin-right: 40px;
}

h3 {
	color: #F0AF1F;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-right: 40px;
}

a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }

p { padding-top: 7px; padding-bottom: 7px; }
/******** TAG end ********/

/* CLASS begin */
.clear {
	clear: both;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}
.float_left  { float: left;  }
.float_right { float: right; }
.float_end   { clear: both;  }
/* CLASS end */