/* ========= */
/* = Reset = */
/* ========= */

html {
	color: #000;
	background: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

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

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/* ========= */
/* = Fonts = */
/* ========= */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

table {
	font-size: inherit;
}

/* =========== */
/* = General = */
/* =========== */

.left {
	float: left;
}

.right {
	float : right;
}

.c_left {
	clear: left;
}

.c_right {
	clear: right;
}

.c_both {
	clear: both;
}

.t_centre {
	text-align: center;
}