BODY {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

H1,H2,H3,H4,H5,H6,BLOCKQUOTE,Q,LEGEND,TH {
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	color: #000000;
}

P,A,DIV,SPAN,UL,OL,SUP,SUB,LABEL,INPUT,TEXTAREA,SELECT,CITE,CAPTION,TD {
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	color: #000000;
}



A 				{ text-decoration:none;font-weight:normal; }
A:Visited 	{ text-decoration:none; }
A:Hover 		{ text-decoration:underline; }
A:Active		{ text-decoration:none; }


P  {
	margin: 5px 0px 15px 0px;
	line-height: 140%;
}

H1 {
	font-size: 110%;
	margin: 15px 0px 0px 0px;
	font-weight: normal;
}
H2 {
	font-size: 90%;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}
H3 {
	font-size: 90%;
	margin: 0px;
	font-weight: bold;
}
H4 {
	font-size: 75%;
	margin: 0px;
	font-weight: bold;
}
H5 {
	font-size: 75%;
	margin: 0px;
	font-weight: bold;
}
H6 {
	font-size: 75%;
	margin: 0px;
	font-weight: bold;
}

.spacer{position: relative;margin:0;padding:0;clear:both;width:auto;font-size:1px;height:10px;}