/* 
    Document   : format
    Created on : 2011.07.09., 19:22:42
    Author     : Sipos Zoltán
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

h1, h2, h3, h4, h5, h6{
	font-family: "HelveticaNeueLTStd Th", Helvetica;
	font-weight: bold;
	margin: 0 0 24px 0;
	color: #3e3e3e;
}
p{
	color: #787878;
}
h1{
	font-size: 18pt;
}
h2{
	font-size: 16pt;
}
h3{
	font-size: 14pt;
}
h4{
	font-size: 12pt;
}
h5{
	font-size: 10pt;	
}
h6{
	font-size: 8pt;
}

p{
	text-align: justify;
	font-size: 10pt;
	font-family: Arial, Tahoma;
	margin: 0 0 10px 0;	
}

a{
	color: #17479d;
	text-decoration: none;
}
a.pdf_link{
	text-decoration: underline;
}

a:hover{
	color: #13b4f0;
}

ul, ol{
	list-style-position: outside;
	padding: 0 0 0 39px;
	margin: 0 0 15px 0;
	color: #646464;
}
ul{
	list-style-image: url(../images/item.png);	
}
ol{
	font-family: "HelveticaEastA 75 Bold", Helvetica;
	font-size: 12pt;
}
ol li,
ul li{
	color: #787878;
	font-family: "HelveticaEastA 55 Roman", Helvetica;
	font-size: 12pt;
	padding: 5px 0 5px 10px;
	margin: 0;
}
