/* CSS Document */

body {
	font-family:Tahoma, sans-serif;
	font-size:12px;
    color:#5f5f5f;
}


/*==================text================*/
p{
	margin-bottom:20px;
	line-height:18px;
}
p.blue{
	color:#0f4985;
}

ul.pricelist {
	list-style:disc;
	margin-left:20px;
	margin-bottom:20px;
	line-height:16px;
	color:#0f4985;
}

body ul.marg-bottom-small, p.marg-bottom-small {
	margin-bottom:10px;
}

.red {
	 color:#c20009;
	 font-size:10px;
}
h1{
	
}
h2{
	margin-bottom:20px;
}
h3{
	
}
h4{
	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	text-decoration: none;
	color:#0f4985;
}
