/* LINKS */
a.menu {
	COLOR: #4396ca;
	font-size : 13px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
}
a.menu:hover {
	COLOR: #383838;
	font-size : 13px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
}
.content_center {	
	text-align: center;
	COLOR: #000000;
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}
a.menu_sub {
	COLOR: #4396ca;
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}
a.menu_sub:hover {
	COLOR: #383838;
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}
.copyright {
	COLOR: #000000;
	font-size : 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}
.content {
	COLOR: #000000;
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}
a.content_link_bold {
	COLOR: #4396ca;
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: underline;
}
a.content_link_bold:hover {
	COLOR: #383838;
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration: underline;
}
a.content_link_normal {
	COLOR: #4396ca;
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
}

a.content_link_normal:hover {
	COLOR: #383838;
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
}
a.content_link_center_normal {
	COLOR: #4396ca;
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	text-align: center;
}

a.content_link_center_normal:hover {
	COLOR: #383838;
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
	text-align: center;
}
a.content2_link_normal {
	COLOR: #4396ca;
	font-size : 14px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
}
a.content2_link_normal:hover {
	COLOR: #383838;
	font-size : 14px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration: underline;
}
UL {
   list-style: outside;
   list-style-image: url(../images/point.gif);
   /* Квадратные маркеры */
 	                               /* Маркеры размещаются за 
                                  пределами текстового блока */
   }
.title_main {
	COLOR: #4396ca;
	font-size : 22px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
	text-transform: uppercase;
}
.title_sub {
	COLOR: #4396ca;
	font-size : 14px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
}
.title_sub_gray {
	COLOR: #383838;
	font-size : 14px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
}
.title {
	COLOR: #4396ca;
	font-size : 13px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
}

a.title_link_part {
	COLOR: #4396ca;
	font-size : 13px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

a.title_link_part:hover {
	COLOR: #2B6D95;
	font-size : 13px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}


.title_b {
	COLOR: #000000;
	font-size : 13px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}
/* TABLE STYLE */

.borderLT { 
	background-image:url(../images/borderLT.gif);
	background-repeat:no-repeat;
}
.borderRT { 
	background-image:url(../images/borderRT.gif);
	background-repeat:no-repeat;
}
.borderLB { 
	background-image:url(../images/borderLB.gif);
	background-repeat:no-repeat;
}
.borderRB { 
	background-image:url(../images/borderRB.gif);
	background-repeat:no-repeat;
}
.borderLineT { 
	background-image: url(../images/borderLineT.gif);
	background-repeat: repeat-x;
}
.borderLineB { 
	background-image:url(../images/borderLineB.gif);
	background-repeat:repeat-x;
}
.borderLineL { 
	background-image:url(../images/borderLineL.gif);
	background-repeat:repeat-y;
}
.borderLineR { 
	background-image:url(../images/borderLineR.gif);
	background-repeat:repeat-y;
}
