/* EasyWeb html style file */


body 
{    
    font-size:14px;	
    color:#a1b1c0;    
    margin:0;
    padding:0;
	position:relative; 
	height:100%;	  
    background:#102548 url(/templates/main/images/background.png) repeat-x left top;
}

/* txt  */
p, input, select, body, th, td, div, span, h1, h2, h3, h4, h5, h6, li { font-family:Tahoma, Arial, Helvetica, sans-serif; } 
p
{	
	margin:0 0 1.9em 0;
	padding: 0;
}

h1
{				
	font-size: 19px;
	margin: 0 0 1.0em 0;
	font-weight: bold;
	color: #fff;	
}

h2
{				
	font-size: 17px;
	margin: 0 0 0.8em 0;
	font-weight: bold;
	color: #fff;	
}

h3
{				
	font-size: 16px;
	margin: 0 0 0.6em 0;
	font-weight: bold;
	color: #fff;			
}

h4
{	
	font-size: 15px;			
	margin: 0 0 0.6em 0;
	font-weight: bold;
	color: #fff;	
}

h5
{				
	font-size: 14px;
	margin: 0 0 0.6em 0;
	font-weight: bold;
	color: #fff;
}

h6
{				
	font-size: 13px;
	margin: 0 0 0.6em 0;
	font-weight: bold;
	color: #fff;
}

a
{				
	text-decoration:underline;
	color:#fff;
	outline:none;
				
}

a:hover		
{
    text-decoration:none;
	color:#fefefe;
}


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;
}



