/* EasyWeb html style file */


body 
{    
    font-size:12px;	
    color:#000;    
    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:#fff;
    line-height:130%;
}





/* txt  */

p
{	
	margin:5px 0;
	padding: 0;
}

h1
{				
	font-size: 26px;
	margin: 10;
	
	font-weight: normal;
		
}

h2
{				
	font-size: 23px;
	margin: 5;
	
	font-weight: normal;
	
}

h3
{				
	font-size: 21px;
	margin: 5;
	
	font-weight: normal;
			
}

h4
{	
	font-size: 17px;
	font-style:italic;			
	margin: 0;

	font-weight: normal;
	
}

h5
{				
	font-size: 15px;
	margin: 0;
	
	font-weight: normal;
	color: #318ace;
}

h6
{				
	font-size: 13px;
	margin: 0;
	
	font-weight: normal;
	color: #318ace;
}

a
{				
	text-decoration:underline;
	color:#000;
	outline:none;
				
}

a:hover		
{
    text-decoration:underline;
	color:#fff;
}

/*  end txt  */

ul
{ 	margin:3px 0 3px 5px;
	padding:3px 0 0 15px;
}


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;
}





table.zebra {		 border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}


.obtokLeft{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.obtokRight{
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}