/* EasyWeb html style file */



body 
{    
    font-family: Georgia, Arial, Helvetica, sans-serif;
    font-size:12px;	
    line-height:20px;
    color:#000;    
    margin:0;
    padding:0;	  
    position:relative; 
    background-color:#d4d4d4;
}




/* txt  */
p
{	
	margin:0;
	padding: 0;
	text-align:justify;
}

h1
{				
	font-size: 26px;
	margin: 0px 0 0px 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	text-align:center;	
}

h2
{				
	font-size: 23px;
	margin: 15px 0 3px 0;
	padding: 0;
	font-weight: normal;
	color: #FF4E00;	
}

h3
{				
	font-size: 21px;
	margin: 11px 0 3px 0;
	padding: 0;
	font-weight: normal;
	color: #DF571B;			
}

h4
{	
	font-size: 17px;
	font-style:italic;			
	margin: 11px 0 3px 0;
	padding: 0;
	font-weight: normal;
	color: #CF5A26;	
}

h5
{				
	font-size: 15px;
	margin: 11px 0 3px 0;
	padding: 0;
	font-weight: normal;
	color: #BF5B2F;
}

h6
{				
	font-size: 13px;
	margin: 5px 0 2px 0;
	padding: 0;
	font-weight: normal;
	color: #AF4415;
}

a
{				
	text-decoration:underline;
	color:#2E2E2E;
	outline:none;
				
}

a:hover		
{
    text-decoration:underline;
	color:#2b2b2b;
}

/*  end txt  */

ul
{ 	margin:3px 0 3px 5px;
	padding:3px 0 0 15px;
	text-align:justify;
}

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;
}


