/* EasyWeb html style file */


body 
{    
    font-size:12px;	
    color:#777574;    
    margin:0;
    padding:0;
	position:relative; 
	height:100%;	  
    background-image:url(/templates/main/images/background.jpg);
    background-repeat:repeat-x;
    background-position:center top;
    background-color:#fff;
    line-height:150%;
}

/* txt  */
p, input, select, body, th, td, div, span, h1, h2, h3, h4, h5, h6, li { font-family:Verdana, Arial, sans-serif; } 
p
{	
	margin:0;
	padding: 0;
}

h1
{				
	font-size: 23px;
	margin: 0;
	padding: 8px 0 20px 0;
	font-weight: bold;
	color: #094e64;	
	line-height:30px;
}

h2
{				
	font-size: 21px;
	margin: 0;
	padding: 20px 0 15px 0;
	font-weight: bold;
	color: #414141;	
}

h3
{				
	font-size: 19px;
	margin: 0;
	padding: 20px 0 15px 0;
	font-weight: bold;
	color: #414141;			
}

h4
{	
	font-size: 17px;			
	margin: 0;
	padding: 20px 0 15px 0;
	font-weight: bold;
	color: #414141;	
}

h5
{				
	font-size: 15px;
	margin: 0;
	padding: 20px 0 15px 0;
	font-weight: bold;
	color: #414141;
}

h6
{				
	font-size: 13px;
	margin: 0;
	padding: 20px 0 15px 0;
	font-weight: bold;
	color: #414141;
}

a
{				
	text-decoration:underline;
	color:#000;
	outline:none;
				
}

a:hover		
{
    text-decoration:underline;
	color:#222;
}

ul { 			font-family:Verdana, Geneva, sans-serif;
				font-size:10px;
				
}

li {			
}

ol {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}
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;
}


