@charset "utf-8";

/*** START:GLOBAL ***/

body {
	padding:0px;
	margin:0px;
	color:black;
	font-size:12px;
	text-align:center;
}

* { font-family:Arial, Helvetica, sans-serif; }

body,
div,
dl,
dt,
dd,
ul,
ol,
menu,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
form,
input,
button,
p,
label,
table,
td,
fieldset,
legend {
   margin:0px;
   padding:0px;
}
img { border:none; }

table {
	border-collapse:collapse;
	border:0px;
}

label { cursor:pointer; }

a:link,
a:visited,
a:active {
	font-weight:normal;
	text-decoration:none;
	color:#512841;
}

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

a:focus { outline:none; }


/*** PNGFIX ***/

* html img.pngfix {
	behavior:url('design/pngbehavior.htc');
}

/*** CLEARFIX ***/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display:inline-block; }

/* \*/
* html .clearfix { height:1%; }

.clearfix { display:block; }

.clear { clear:both; }

/*** POSITION FIX ***/

.countdot,
object#atff {
	position:absolute;
	left:0;
	top:0;
	height:0;
	width:0;
	background:transparent;
}
