* {
	font-family:arial, helvetica, sans-serif;
	margin:0;
	padding:0;
	/*font-weight:normal;*/
}

html {
	/*overflow-y: scroll;*/
}

body {
	color: #CCCCCC;
	margin: 0;
	font-size:80%;
	/*overflow:auto;*/
}

img, form, fieldset {
	border:none;
}

table {
	font-size:100%;
}

strong {
	font-weight:900;
}

td {
	vertical-align:top;
}

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

a {
	text-decoration:none;
}

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

a:hover {
	text-decoration:underline;	
	outline:0;
}

a:active, a:focus {
	text-decoration:none;
	outline:0;
}

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;
}
