a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #00FEFF;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #00FEFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #000;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
BODY {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(../images/bursak.gif);
}
TD {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}
.blue {
	color: #00FEFF;
}
.red {
	color: #D61213;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.grey {
	color: #8B8B8B;
}
.green {
	color: #324922;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #ED9B00;
}
.underline {
	text-decoration: underline;
}



h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }


.white-text{color: #ffffff;}
.blye-text-underline {color: #348cbc; text-decoration: underline;}
.blye-text-regular {color: #348cbc;}
.yellow-text-regular {color: #db9a00;}
.yellow-text-underline {color: #db9a00; text-decoration: underline;}
.orange-text-regular {color: #ca6011;}
.orange-text-underline {color: #ca6011; text-decoration: underline;}
.red-text-regular {color: #920f0d;}
.red-text-underline {color: #920f0d; text-decoration: underline;}
.gray-text{color: #4c4c4c;}
.green-text{color: #76950b;}

.main_copy {
	position: absolute;
	top: 0px;
	width: 770px;
	left: 0px;
	background-color: #155095;
	color: white;
}

.header {
	position: relative;
	width: 770px;
	height: 222px;
	margin: 0px;
	padding: 0px;
	background: url(../images/header.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
}

.header_menu {
	position: relative;
	left: 368px;
	top: 191px;
	width: 402px;
	text-align: left;
}

.header_menu ul {
	margin: 0px;
	padding: 0px;
}

.header_menu li { 
	float: left; 
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../images/menu_li_left.gif);
}

.header_menu li a:link, .header_menu li a:visited { 
	color: white;
	font: bold 11px Tahoma, Arial;
	padding: 0px 25px 0px 3px;
}

.header_menu li a:hover, .header_menu li a:active { 
	color: white;
	font: bold 11px Tahoma, Arial;
	padding: 0px 25px 0px 3px;
	text-decoration: underline;
}

.header_logo {
	position: absolute;
	left: 25px;
	top: 25px;
}

#first {

}

.news_panel {
	float: left;
	position: relative;
	width: 211px;
	padding: 0px 10px 0px 0px;
	background-color: #155095;
	min-height: 200px;
}

.central_content {
	float: right;
	position: relative;
	width: 517px;
	padding: 10px;
	background-color: #13387c;
	min-height: 200px;
	background-image:url(../images/center_copy_background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border-left: dashed 1px white;
}

.clr { clear: both; }

.footer {
	width: 770px;
	position: relative;
	text-align: center;
	min-height: 25px;
	padding-top: 15px;
	background-color: #fff;
	border-bottom: solid 1px #808080;
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #13387c; 
}

.footer_left {
	position: relative;
	float: left;
	width: 231px;
	background-color: #F1F1F1;
	border-right: 1px solid white;
	padding: 10px 0px;
}

.footer a{ color: #13387c; }

.footer_right {
	position: relative;
	float: right;
	width: 537px;
	text-align: center;
}


.footer_phone {
	width: 30px;
	height: 30px;
	margin: 5px 10px;
	float: left;
}

