h1 {
	margin: 0;
	font-family: 'Georgia';
	font-size: 18px;
}
p {
	margin: 0;
}
.content {
	font-family: 'Times New Roman';
	font-size: 14px;
	font-color: #000;
}
.center {
	text-align: center;
	margin-top: 8px;
}
.sl_box_h {
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 16px;
	color: #2a354b;
	cursor: pointer;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #2a354b;
}
.sl_box_c {
	display: none;
	font-family: 'Times New Roman';
	font-size: 14px;
	font-color: #000;
}
span.h3 {
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}
span.txt {
	font-family: 'Trebuchet MS';
	font-size: 16px;
}
span.bold {
	font-weight: bold;
}

.cdiv1 {
	margin-top: 2px;
}
.cdiv2 {
	margin-top: 11px;
}
.cdiv3 {
	margin-top: 5px;
}
.cdiv4 {
	margin-top: 10px;
}
.cdiv5 {
	margin-top: 10px;
}
.cdiv6 {
	margin-top: 11px;
}
.shema {
	margin-top: 5px;
	margin-left: 18px;
}

/* QA */
div.qa {
	font-family: 'Trebuchet MS';
	font-size: 15px;
	margin-top: 10px;
}
div.qa div.question a {
	text-decoration: none;
	/*border-bottom: 1px dashed;*/
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 16px;
	color: #2a354b;
}
div.qa div.answer {
	margin-top: 3px;
	margin-left: 15px;
	font-family: 'Times New Roman';
	font-size: 13px;
	font-color: #000;
}
div.qa_form {
	padding: 15px;
}
div.qa-frame {
	background-image: url(../img/content_bg.png);
    background-repeat: repeat;
    border: 1px solid white;
}
div.error, div.update {
	padding: 15px;
	text-align: center;
	font-family: 'Times New Roman';
	font-weight: bold;
	font-size: 16px;
}
div.qa_form form{
	display: none;
}
div.qa_form td.td1 {
	vertical-align: top;
	padding-top: 4px;
}
div.qa_form tr {
	padding-left: 5px;
}
div.qa_form td.td1 strong {
	font-family: 'Helvetica';
	font-weight: bold;
	font-size: 13px;
}
div.qa_form img.captcha {
	margin-top: -4px;
}
div.qa_form input.nc, div.qa_form textarea {
    background:none repeat scroll 0 0 #FFFFFF;
    border-color:#B2B2B2 #E0E0E0 #E0E0E0 #B2B2B2;
    border-style:solid;
    border-width:1px;
    color:#727679;
    font:13px arial;
    padding:3px 0 4px;
}
div.qa_form strong {
	font-family: 'Arial';
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
}
.js_link_active {
	color: #2a354b !important;
	border-bottom: 1px dashed;
}
#new_question {
	font-family: 'Times New Roman';
	font-style: italic;
	font-size: 16px;
	color: #000;
	text-decoration: none;	
	float: right;
	margin-bottom: 3px;
}
