/* text & links */
H1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #333;
	line-height: 1.2;
	margin: 9px 0px;
	padding:0px;
}
H2 {
	font-size: 2em;
	font-weight: normal;
	color: #333;
/*	line-height: 1.15;*/
	margin-top: 9px;
	margin-bottom: 9px;
	padding:0px;
}
H3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
	line-height: 1.2;
	margin-top: 9px;
	margin-bottom: 9px;
	padding:0px;
}
H4 {
	font-size: 1.15em;
	font-weight: 700;
	color: #333;
	line-height: 1.3;
	margin-top: 9px;
	margin-bottom: 9px;
	padding:0px;
}
H5 {
	font-size: 1em;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
	margin-top: 9px;
	margin-bottom: 9px;
	padding:0px
}
.small {
	font-size: 0.9em;
}
/*
.normal {
	font-size: 1.2em !important;
	line-height: 1.5;
}
*/
.large {
	font-size: 1.25em !important;
	line-height: 1.4;
}
.xlarge {
	font-size: 1.5em !important;
	line-height: 1.1;
}
.arrow {
	font-size: 1.25em !important;
	line-height: 0.9;
	text-decoration:none;
}
/* end text & links */

/* colors declaration */
.gray {
	color:#999;
/*	font-weight: 400;*/
}
.blue, .blue a {
	color:#5E61E4;
}
.pink, .pink a {
	color:#E45ECF;
}
.red {
	color:#CC0000;
}
.green {
	color:#008000;
}
.errorElem { /* technical form error class */
	color: #CC0000;
}

a.ld {
	color: #999;
	position:relative !ie;
	background: url('../img/dott_2px.gif') repeat-x bottom;
	text-decoration: none;
	border:0px;
}
a.ld:hover {
	color: #999;
	background: none !important;
}
a.ld_blue {
	position:relative !ie;
	background: url('../img/dott_blue_2px.gif') repeat-x bottom;
	text-decoration: none;
	border:0px;
}
a.ld_blue:hover {
	color:#005599;
	background: none;
}
a.ld_green {
	color: #338C5F;
	position:relative !ie;
	background: url('../img/dott_green_2px.gif') repeat-x bottom;
	text-decoration: none;
	border:0px;
}
a.ld_green:hover {
	color: #338C5F;
	background: none;
}
a.ld_red {
	color: #c00;
	position:relative !ie;
	background:url('../img/ld_red.gif') repeat-x bottom;
	text-decoration:none;
	border:0px;
}
a.ld_red:hover {
	color:#c00;
	background:none;
}

/* visited */
.vh a:visited, a.vh:visited {
	color: #9b90cd;
}
.vh a:hover, a.vh:hover {
	color: #c00;
}
/* end visited */

.lh14 {
	line-height:1.4;
}

.wittitcss {
	color:#059;
	font-size:0.9em;
}
.wittitcss:hover {
	color:#c00;
}