/* 
* 	This stylesheet ensures all browsers begin rendering the page from that same starting point.
*	DO NOT make any changes to it.  All site specific changes should be made in the screen/print etc. sheets 
*	
*	More info at http://developer.yahoo.com/yui/reset/
*
*	RM 03.05.2009 
*/
BODY {
	margin: 0;
	padding: 0;
}
A { outline: 0; }

BODY,DIV,DL,DT,DD,UL,OL,LI,H1,H2,H3,H4,H5,H6,PRE,FORM,FIELDSET,INPUT,TEXTAREA,P,BLOCKQUOTE,TH,TD { 
	font: 1em arial;
}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
}
ADDRESS,CAPTION,CITE,CODE,DFN,EM,STRONG,TH,VAR {
	font-style:normal;
	font-weight:normal;
}
H1,H2,H3,H4,H5,H6 {
	font-size:100%;
	font-weight:normal;
}
ABBR,ACRONYM { border:0; }
CAPTION,TH { text-align:left; }
Q:before,Q:after { content:''; }
FIELDSET,IMG { border:0; }
STRONG { font-weight: bold; }
EM { font-style: italic; }


