html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: #fff;
	color: #333;
	line-height: 1.2em;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

blockquote, q {
	quotes: "" "";
}

/* form */
fieldset {
	display: block;
}

input, select, textarea, button {
	font-size: 11px;
	font-family:  Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0px;	
}
input, select, textarea {
	border:1px solid #999;
}

button {
	margin: 10px 0;
	cursor: pointer;
}

button:hover {
	color: #ffd9d9 !important;
}

.radio-check input {
	border: none !important;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* links */
a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/* h1 etc */
h1 {
	font-weight: bold;
	font-size: 200%;
}

h2 {
	font-size:140%;
}

h3 {
	font-size:120%;
}

h4 {
	font-size:100%;
}

/* caracter */
strong { 
	font-weight: bold; 
}