html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #000000;
	font-family: Tahoma,Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0A14A0;
}
p {
	padding: 0;
	margin: 0 0 0.8em 0;
}
img {
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h2,h4,h6 {
	color: #0A14A0;
	border-bottom: 3px dotted #FFFFFF;
	padding-bottom:1px;
	text-align:left;
}
h1,h2 {
	font-size: 120%;
}
h3,h4 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
label {
	cursor: pointer;
}
h5 {
	color: #0A14A0;
	font-size: 15px;
	font-weight:bold;	
}


/*------------------------------------------------------*/
/*------ Для TINY - редактора --------------------------*/
/*------- Ссылки ---------------------------------------*/



.red_link {
color: #0A14A0;
}

.red_link a:link, .red_link a:visited {
	text-decoration: underline;	
	color: #0A14A0;
}

.red_link a:hover {
	text-decoration: underline;
	color: #FF0000;			
} 



.black_link {
color: #000000;
}

.black_link a:link, .black_link a:visited {
	text-decoration: underline;	
	color: #000000;
}

.black_link a:hover {
	text-decoration: underline;
	color: #0A14A0;			
} 

