/*----------------------------------------------
	Reset Browser Inherited Styles
----------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2,
	h3, h4, h5, h6, p, blockqquote, pre, a, abbr,
	acronym, address, big, cite, code, del, dfn, em,
	font, img, ins, kbd, q, s, samp, small, strike, 
	strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, 
	fieldset, form, label, legend, table, caption,
	tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:0;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	vertical-align:baseline;
	list-style:none;
}
		
/*---------------------------------------------
	Default Styles
---------------------------------------------*/
body, input, select{
	color:rgb(105, 105, 105);
	font-family:Arial, Helvetica, sans-serif;
}
	
	h1, h2, h3, h4, h5, h6{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align: center;
	letter-spacing: normal;
}
	h1	{	font-size:2.5em;	}
	h2	{	font-size:2em;		}
	h3	{
	font-size:1.25em;
}
	h4, h5, h6 {font-size:1em;	}
	p	{
	text-align:center;
	font-size:0.75em;
	margin: 5px 0;
	line-height:1.5;
}
	blockquote {
	font-size:.75em;
	margin: 10px 0;
	padding:10px 0;
	border-top:1px solid rgb(128,128,128);
	border-bottom: 1px solid rgb(128,128,128);
	line-height: 1;
}
	li	{
	font-size:0.75em;
	margin: 2px 0;
}
	
#wrapper #content #contentPresentation #contentPresentationText p {
	text-align: justify;
}
#contentPresentation p {
	text-align: left;
}

