html ,body {width: 100%; height: 100%; color: #000000; font: 12px/18px Arial, Tahoma, Verdana; cursor: default; /* background: #e5d5b4 url(/images/fon.jpg) repeat top left; */}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {font: 12px/18px Arial, Tahoma, Verdana; margin:0; padding:0; border:0;}
a img, :link img, :visited img {border:0;}

table {border-collapse: collapse; border-spacing: 0;}
td {vertical-align: top;}
a {cursor: pointer; font: 12px/18px Arial, Tahoma, Verdana;
	/* text-decoration: none; */
	color: #c50022;
}
a:hover {text-decoration: none;}
.clear {clear: both;}
em {font-style: italic;}

/* styles of article body */
.article_body {

}

ul {
	margin: 9px 0 14px;
	padding: 0;
	list-style: none;
}

ul li {
	padding-left: 16px;
	padding-top: 5px;
	list-style: none;
	background: url( ../images/ul.png) no-repeat 4px 10px;
	
}

h1 {
	font-size: 24px;
}

h2, h2 span {
	font: 18px/18px Arial;
	color: #c50022;
	
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	padding-bottom: 5px;
}

h6 {
	font-size: 10px;
}

p{
	margin: 0;
}

a.attach_file_word{
	font: 12px/28px Arial, Tahoma, Verdana;
	vertical-align: middle;
	display: block;
	padding-left: 34px;
	background: url( ../images/attach_file_word.png ) 0 0 no-repeat;
	/* margin: 14px 0; */
	color: #c50022;
}

a.attach_file_pdf{
	font: 12px/28px Arial, Tahoma, Verdana;
	vertical-align: middle;
	display: block;
	padding-left: 34px;
	background: url( ../images/attach_file_pdf.png ) 5px 0 no-repeat;
	/* margin: 14px 0; */
	color: #c50022;
}


/* 2 colls on page */
/* insert table as 2 cols and 1 row by class `colls_2` */
table.colls_2 {
	width: 100%;
}

table.colls_2 td,
table.colls_2 th {
	width: 50%;
}












