body
{
	font-size: 14px !important;
	font-family: 'Open Sans', sans-serif;
}
img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
	margin:1.3em 14px;
	font-weight:normal;
	line-height:1.2em;
}

h1 { font-size:24px; font-weight: 600;}
h2 { font-size:20px; font-weight: 600;}
h3 { font-size:18px; font-weight: 600;}
h4 { font-size:16px; font-weight: 600;}
h5 { font-size:14px; font-weight: 600;}
h6 { font-size:14px; font-weight: 600;}

h1 small {font-size: 12px;display: block;}

p 
{ 
	font-family: 'Open Sans', sans-serif;
	margin:1.3em 14px; 
	font-size: 14px;
	line-height: 1.4em;
}

a, a:visited, a:link, a:active 
{
	color: #00833e;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a.ajax 
{
	text-decoration: none;
	border-bottom: 1px dashed #00833e;
}
a.ajax:hover
{
	color: #000;
	border-bottom: 1px dashed #000;
}
a.ajax span
{
	font-size: 12px;
}
hr, .hr 
{
	border-top:0;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 14px;
	overflow:hidden;
	padding:0;
	color: #cdcdcd;
}


ol li, ul li 
{ 
	font-family: 'Open Sans', sans-serif; 
	margin: 15px 15px 15px 40px; 
	font-size: 14px;
	line-height: 1.4em;	
}
ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.faq-list .point-faq{
	margin-left: 0;
	list-style: none;
}

.text-block img{
	margin: 15px;
	border-radius: 5px;
	max-width: 50%;
	height: auto;
}

.block-header
{
	font-size: 16px;
	color: #434343;
	font-weight: bold;
	margin:1.3em 14px;
	position: relative;
}
.block-content
{
	margin:1.3em 14px;
}
div.price-list-container {

    background: 

    #f7f7f7;
    border: 0;
    padding: 15px;
	border-radius: 5px;

}
table.price-list {
    margin: 0 0 1.3em 0;
    border-collapse: collapse;
    width: 100%;
    display: table;
}

table.price-list th {

    height: 33px;
    line-height: 33px;
    background: 

#00833e;

color:

    #fff;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 10px;
    text-align: center;

}
table.price-list td
{
	height: 25px;
	line-height: 25px;
	font-size: 1.2em;
	background: #fff;
	color: #555;
	padding: 0 10px;
	text-align: center;	
	border-bottom: 1px solid #eee;
}
table.price-list td.odd {

    height: 25px;
    line-height: 25px;
    font-size: 1.2em;
	background: #fff;
}