/* EasyWeb html style file */



body 
{    
    
    font-size:12px;	
    color:#cec0c0;    
    margin:0;
    padding:0;
	position:relative; 
	height:100%;	  
    background:#400d0b;
}



/* txt  */
p, input, select, body, th, td, div, span, h1, h2, h3, h4, h5, h6, li { font-family:Arial, Helvetica, sans-serif; }
p
{	
	margin:0 0 2.0em 0;
	padding: 0;
    line-height:1.4em;
    text-transform:uppercase;
}

h1
{				
	font-size: 24px;
	text-transform:uppercase;
	margin: 0 0 1.0em 0;
	font-weight: bold;
	color: #ffffff;	
}

h2
{				
	font-size: 20px;
	text-transform:uppercase;
	margin: 0 0 0.8em 0;
	font-weight: bold;
	color: #fff;	
}

h3
{				
	font-size: 18px;
	text-transform:uppercase;	
	margin: 0 0 0.7em 0;
	font-weight: bold;
	color: #fff;			
}

h4
{	
	font-size: 17px;
	text-transform:uppercase;				
	margin: 0 0 0.6em 0;
	font-weight: bold;
	color: #fff;	
}

h5
{				
	font-size: 15px;
	text-transform:uppercase;	
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #fff;
}

h6
{				
	font-size: 13px;
	text-transform:uppercase;	
	margin: 0 0 0.4em 0;
	font-weight: bold;
	color: #fff;
}

a
{				
	text-decoration:underline;
	color:#fff;
	outline:none;
				
}

a:hover		
{
    text-decoration:none;
	color:#fff;
}

ul { margin: 3px 0 3px 5px; padding: 3px 0 0 15px; }
/*li { list-style-image: url(9405f9cd-5417-4c27-a54c-8ace5c610e6d); text-transform:uppercase;}*/

ol { margin: 3px 0 3px 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; }


.obtokLeft { float: left; padding-right: 10px; padding-bottom: 10px; }
.obtokRight { float: right; padding-left: 10px; padding-bottom: 10px; }
