/* EasyWeb html style file */




body 
{ 
	margin:0;
	padding:0;
	font-family:Georgia, serif;
	font-size:12px;
	color:#280d00;
	height: 100%;
	position:relative;
	background-color:#000;
	background-image:url(../templates/main/images/background.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	
}



/*  txt  */
p {
	margin:5px 0 3px 0; line-height:19px;	
}
h1 {
	font-size:30px;
	margin:20px 0 20px 0;
	padding:0px;
	font-weight:normal;
}

h2 {
	font-size:22px;
	font-weight:normal;
	margin:18px 0 3px 0px;

}
h3 {
	font-size:18px;
	font-weight:normal;
	margin:15px 0 3px 0px;
}
h4 {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	margin:15px 0 3px 0;
}
h5 {
	font-size:13px;
	font-weight:bold;
	margin:15px 0 3px 0;
}
h6 {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	margin:15px 0 3px 0;
}
a {
	color:#000;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
	color:#000;
}

ul {
	margin:3px 0 3px 0;
	padding:3px 0 0 20px;
}
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:13px;
				padding:0 0 0 0;
				margin:0 0 0 0;
}



