/* EasyWeb html style file */



body 
{    
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;	
    color:#000;    
    margin:0;
    padding:0;
	height:100%;	  
    background-color:#FAE3D3;
    position:relative;
}



/* txt  */
p
{	
	margin:0;
	padding: 0;
}

h1
{				
	font-size: 26px;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: normal;
	color: #794B1F;	
}

h2
{				
	font-size: 23px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #6F4114;	
}

h3
{				
	font-size: 21px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #5F350C;			
}

h4
{	
	font-size: 17px;
	font-style:italic;			
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #4F2905;	
}

h5
{				
	font-size: 15px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #3F1F00;
}

h6
{				
	font-size: 13px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #3F1F00;
}

a
{				
	text-decoration:underline;
	color:#2E2E2E;
	outline:none;
				
}

a:hover		
{
    text-decoration:underline;
	color:#2b2b2b;
}
ul
{ 	margin:3px 0 0px 5px;
	padding:3px 0 0 15px;
}

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;
}


