.blue{
	color:#4A83B3;
}

.green{
	color:#589186;
}

.big{
	font-size:1.2em;
}

.small{
	font-size:0.95em;
}

.big14{
	font-size:14px;
}

.big18Narrow{
	font-family: 'Arial Narrow', sans-serif;
	font-size:1.5em;
}

h1{
	font-family: 'Arial Narrow', sans-serif;
	font-size:1.8em;
	margin:3px 0px 3px 0px;
}

a{
	color:#4A83B3;
}

a img{
	border:0px;
}



.contdol {
	margin:0px;
	padding:0px;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Tahoma;
}

.contname {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Tahoma;
	font-size: 2em !important;
	color: #4a83b3;
	margin-top:-7px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a83b3;
}
.contmail {
	margin-left: 20px;
}

td.tabtitle {
	background-color: #e5f1ef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a83b3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

td.tab1col {
	font-weight: bold;
	color: #4a83b3;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4a83b3;
}

td.tabcol {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4a83b3;
}

ul.vacansia {	
	list-style-type: disc;
}

.vacansia li {
	MARGIN-BOTTOM: 1.2em;
	font-size: 1.2em;
	color: #4a83b3;
}

/*------------------- Форма обратной связи ------------------*/
table#feedBackForm{
	border-collapse:collapse;
	border:0px;
	margin:0px;
	background-color:#EEF1F6;
}

table#feedBackForm td{
	vertical-align:top;
	padding:4px 0px 4px 15px;
}
table#feedBackForm tr.underLine td{
	border-bottom:1px dashed #B5B7BC;
}

input, textarea{
	font-family: Arial, sans-serif;
	width:95%;
	border:1px solid #95ABC4;
}

input.button{
	width:auto;
	color:#FFFFFF;
	border:1px solid #446A99;
	background-color:#446A99;
}
textarea{
	height:100px;
}

