/* Include Typography Stylesheet */
/* ---Start of de-browserising ---------------------------------------------------- */
/* General */
html, body {
	font-family:Gill Sans,Tahoma,Arial,Verdana,sans-serif;
	font-size:12px;
	text-align:center; /* Needed for IE5/Win */
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,dfn,caption,cite,code,var,em,th {
	font-style:normal;
	font-weight:normal;	
}
ul,ol {
	list-style:none;
}
caption,td,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
acronym,abbr { 
	border:0;
}

/* Specific */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	background: #acafaf;
	color: #000;
}

/* Remove Padding/margin from H1,H2,H3,H4,H5 & H6 and set to one size */
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
}
/* Remove Padding/margin from p, set 100% width for IE float hack */
p{	
	margin: 0;
	padding: 0;
	width: 100%;
}
/* Remove Outline a A's (FF), set color and underline only on hover */
a{
	outline: none !important;
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
	color: #999;
}
/* Remove Padding/margin from UL & UL > LI. Remove list style as breaks in IE */
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li{
	margin: 0;
	padding: 0;
}
/* Remove Padding/margin from Dl > DD */
dl{
	margin: 0;
	padding: 0;
}
dl dt{
	margin: 0;
	padding: 0;
}
dl dd{
	margin: 0;
	padding: 0;
}

/* ---End of de-browserising ---------------------------------------------------- */

/* Generic Styles ------------------------------- */

.strong{
	font-weight: bold !important;
}

.noStrong{
	font-weight: normal !important;
}

.small{
	font-size: 0.9em !important;
}

.left{
	float: left;
}

.right{
	float: right;
}

.grey{
	color: #6d6d6d;
}


