* {
	text-decoration:none;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}

code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext {
	font:inherit;
	white-space:normal;
}

a,img,a img,iframe,form,abbr,acronym,object,applet,table,a abbr,a acronym {
	border-width:0;
}

dfn,i,cite,var,address,em {
	font-style:normal;
}

th,b,strong,h1,h2,h3,h4,h5,h6,dt {
	font-weight:normal;
}

caption,th,td {
	text-align:left;
}

html {
	background:white;
	color:#333;
	line-height:1;
	font-family:arial, sans-serif;
}

/* \*/
html {
	font-family:sans-serif;
}
/* */

ul,ol,dir,menu {
	list-style:none;
}

sub,sup {
	vertical-align:baseline;
}

/*
_______________________________
DISABLE DEPRECATED HTML */

img {
	border:none;
	margin:0;
}

ol {
	list-style-type:decimal;
}

body {
	background-color:transparent;
}

tr,th,td {
	width:auto;
	height:auto;
	background-color:transparent;
	vertical-align:inherit;
	border:none;
}

table[border],.content table[border] {
	border-collapse:separate;
	border-spacing:0;
}


/*
_______________________________
GENERAL */

html {
	font-size:12px;
}

body {
	font-size:12px;
}

strong,th,thead td,h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

cite,em,dfn {
	font-style:italic;
}

code,kbd,samp,pre,tt,var,input[type='text'],input[type='password'],textarea {
	font-size:100%;
	/*font-family:mono-space,monospace;*/
}

pre {
	white-space:pre;
}

pre * {
	font-size:100%;
	white-space:pre;
}

del {
	text-decoration:line-through;
}

small,sup,sub {
	font-size:85%;
}

big {
	font-size:125%;
	line-height:80%;
}

abbr,acronym {
	text-transform:uppercase;
	font-size:85%;
	letter-spacing:.1em;
}

abbr[title],acronym[title],dfn[title] {
	cursor:help;
	border-bottom:1px dotted black;
}

sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}
hr {
	display:none;
}

input,select,button {
	cursor:pointer;
}

input[type='text'],input[type='password'] {
	cursor:text;
}

input[type='hidden'] {
	display:none;
}
