/* EasyWeb html style file */




body 
{    
    font-size:15px;	
    color:#FFFFFF;    
    margin:0;
    padding:0;
	position:relative; 
	height:100%;	  
    background-image:url(../templates/main/images/background.jpg);
    background-repeat:repeat;    
    background-position:center top;
    background-color:#000;
}



/* txt  */
p, input, select, body, th, td, div, span, h1, h2, h3, h4, h5, h6, li { font-family: Tahoma, Arial, sans-serif; } 
p
{	
	margin:0;
	padding: 0;
}

h1
{				
	font-size: 26px;
	margin: 0;
	padding: 10px 0 3px 0;
	font-weight: normal;
	color: #221002;	
}

h2
{				
	font-size: 23px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #e7d690;	
}

h3
{				
	font-size: 19px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #f7f6b0;			
}

h4
{	
	font-size: 17px;
	font-style:italic;			
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #e7d690;	
}

h5
{				
	font-size: 15px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #e7d690;
}

h6
{				
	font-size: 13px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #e7d690;
}

a
{				
	text-decoration:underline;
	color:#fff;
	outline:none;
				
}

a:hover		
{
    text-decoration:underline;
	color:#bbb;
}

/*  end txt  */

ul
{ 	margin:3px 0 3px 5px;
	padding:3px 0 0 15px;
}
li
{ 	list-style-image:url(9405f9cd-5417-4c27-a54c-8ace5c610e6d);
}

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;
}

a { outline:none; }

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;
}