@charset "windows-1252";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	color:#333;
	color:#404040;
}

h1
{
	font-size:200%;
	line-height:120%;
	padding:5px 0 15px;
}

h2
{
	font-size:150%;
	line-height:100%;
	padding:10px 0px;
}

h3
{
	font-size:130%;
	line-height:100%;
	padding:10px 0px 10px;
}

h4
{
	font-size:115%;
	line-height:100%;
	padding:10px 0px 10px;
	font-weight:bold;
}

p
{
	font-size:100%;
	padding-bottom:10px;
	text-align:justify;
}

ul
{
	list-style:square;
	padding-bottom:10px;
	font-size:100%;
}

ul li
{
	padding-bottom:5px;
}

hr {
 border:1px solid #ADAFB2;
 margin:10px 0px 20px;
 padding:0;
}