/* EasyWeb html style file */


/* txt  */
/*  txt  */

p
{	
	margin:0;
	padding: 0 0 12px 0;
	line-height:18px;
}

h1
{				
	font-size: 27px;
	margin: 10px 0 0px 0;
	padding: 0;
	font-weight: normal;
	color: #616161;	
}

.h1Bold
{				
	font-size: 40px;
	margin: 0px 0 10px 0;
	padding: 0;
	font-weight: bold;
	color: #000;	
	text-transform:uppercase;
}

h2
{				
	font-size: 23px;
	margin: 5px 0 2px 0;
	padding: 0;
	font-weight: normal;
	color: #000;	
}

h3
{				
	font-size: 21px;
	margin: 5px 0 2px 0;
	padding: 0;
	font-weight: normal;
	color: #000;			
}

h4
{	
	font-size: 17px;
	font-style:italic;			
	margin: 5px 0 2px 0;
	padding: 0;
	font-weight: normal;
	color: #000;	
}

h5
{				
	font-size: 15px;
	margin: 5px 0 2px 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}

h6
{				
	font-size: 13px;
	margin: 5px 0 2px 0;
	padding: 0;
	font-weight: normal;
	color: #000;
}

a
{				
	text-decoration:underline;
	color:#666666;
	font-weight:bold;
	outline:none;
				
}

a:hover		
{
    text-decoration:underline;
	color:#2b2b2b;
}

/*  end txt  */

ul
{ 	margin:3px 0 3px 5px;
	padding:3px 0 0 15px;
}
li{
	list-style-image:url(654ea77b-ceaa-4076-a769-5e5393827f28);
}


ol {}

ol>li
{	list-style-image:none;
	list-style-type:decimal;
}

ol>li>ol>li 
{	list-style-image:none;
	list-style-type:lower-alpha;
}

img { border: 0; }



p.MyText {		font-size:14px;
				text-align: justify;
				padding:0 0 0 0;
				margin:0 0 0 0;
				color:#FFF;
}



