/* Normalises body */
body {
	background: url(../images/background-page.gif) repeat-x fixed center top;
	padding: 0;
	margin: 0;
}
/* Normalises padding, margins */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
/*Normalises font sizes for headers */
h1, h2, h3, h4, h5 , h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
/* Remove list styles from lists */
ol, ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
/* Normalises font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/* Removes table-styles from tables */
table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
/* Removes border from fieldset and img */
fieldset, img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* Left aligns text in caption and th */
caption, th {
	text-align:left;
	margin: 0px;
	padding: 0px;
}
/* Removes quotation marks from q */
q:before, q:after {
	content :'';
	margin: 0px;
	padding: 0px;
}
/* Center fix */
.center {
	margin: 0px auto;
	padding: 0px;
}
/* Zero's out anything */
.zero {
	padding: 0px;
	margin: 0px;
}
.normal {
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	list-style: disc;
	margin-left: 45px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.normal a {
	color: #333333;
	text-decoration:underline;
}
.normal a:hover{
	color: #333333;
	text-decoration:none;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

