* { 
	font-size:100%;
	margin:0;
	padding:0; }
	
body {
	background-color:#fff;
	color: #333;
	margin: 0;
	padding: 0;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

	
img, form, fieldset { 
	border:none; }

table { font-size:100%; }
td { vertical-align:top; }
li {list-style-type:none; }

a,
a:link,
a:visited {
	text-decoration: none; }

a:hover,
a:active,
a:focus {
	text-decoration:underline; }
	
hr {
	clear: both;
	color:#ccc;
	background-color:#ccc;
	border:0;
	height:1px;
	overflow:visible;
	margin-bottom:10px; }
	
div.clear {
	clear:both !important;
	visibility:hidden !important;
	overflow:hidden !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	font-size:1px !important;
	height:1px !important;
	width:1px !important; }
	
.clear {
	clear:both !important; }
