/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.02.2014, 13:20:38
    Author     : vacuums
*/

.text_panel{
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #464646; 
    line-height: 18px; 
}
.text_panel p, .text_panel em, .text_panel span, .text_panel strong, .text_panel div, .text_panel table, .text_panel ul, .text_panel li, .text_panel ol {
    font-family: inherit;
    font-size: inherit;
    color: inherit; 
    line-height: inherit; 
}

.text_panel ul,
.text_panel ol{
    padding: 0 40px;
	margin: 14px 0;
	line-height: 18px;
	list-style:outside;
}
.text_panel ol{
	list-style-type: decimal;
}

.text_panel h1 {
    margin: 5px 0;
    font-size: 26px;
}

.text_panel h2 {
    margin: 5px 0;
    font-size: 22px;
}

.text_panel h3 {
    margin: 5px 0;
    font-size: 16px;
}

.text_panel h4 {
    margin: 5px 0;
    font-size: 18px;
}
.text_panel p {
    margin: 5px 0;
}