#tipa_flash {
  background-color: #C2C2C2;
}

* html #mainphotomain {
	 height: 380px;
}

html	{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  background-color: #C2C2C2;
}

table {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

body {
  color: #464646;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
  background-color: #C2C2C2;
  background-image: url(img/bg_main.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}

a {
	color: red;
}

.link_class {
	color: red;
	text-decoration: underline;
}

.link_class_active {
	color: 464646;
	text-decoration: none;
}

.mainmenu	{
	height: 27px;
	padding: 0px 5px 2px 5px;
	background-image: url(img/bg_menu.jpg); 
	background-repeat: repeat-x;
}

.mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.mainmenu_selected a {
	color: #FFFFFF;
	text-decoration: none;
}

.mainmenu_selected {
	padding: 0px 5px 2px 5px;
	height: 27px; 
	background-image: url(img/bg_menu_selected.jpg); 
	background-repeat: repeat-x;
}

.leftmenu {
	background-image: url(img/bg_left_button.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 194px;
}

.leftmenu_selected {
	background-image: url(img/bg_left_button_selected.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 194px;
}

.leftmenu_selected a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.leftmenu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.title {
	color: red;
	padding-left: 20px;
	font-weight: bold;
}

.left_input {
	width: 190px; 
	height: 24px; 
	background-image: url(img/test_textfield.jpg); 
	background-color: transparent; 
	background-repeat: no-repeat; 
	border: 0px;
}

.left_input_0 {
	width: 57px; 
	height: 24px; 
	background-image: url(img/test_textfield_0.jpg); 
	background-color: transparent; 
	background-repeat: no-repeat; 
	border: 0px;
}

.left_input_1 {
	width: 129px; 
	height: 24px; 
	background-image: url(img/test_textfield_1.jpg); 
	background-color: transparent; 
	background-repeat: no-repeat; 
	border: 0px;
}

.left_input_2 {
	width: 190px; 
	height: 109px; 
	background-image: url(img/test_textfield_2.jpg); 
	background-color: transparent; 
	background-repeat: no-repeat; 
	border: 0px;
}

.submit_left {
	width: 72px; 
	height: 21px; 
	background-image: url(img/submit_button.jpg); 
	background-color: transparent; 
	background-repeat: no-repeat; 
	border: 0px;
}

.reset_left {
	width: 72px;
	height: 21px;
	background-image: url(img/reset_button.jpg); 
	background-color: transparent; 
	background-repeat: no-repeat; 
	border: 0px;
}

.all_news {
	width: 81px;
	height: 21px;
	background-image: url(img/button_news_2.png); 
	background-color: transparent; 
	background-repeat: no-repeat; 
	border: 0px;
}

#news {
	color: #ffffff;
}

#news a {
	color: #FFF799;
	text-decoration: underline;
	font-style: italic;
}

#news .titles {
	display: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}

.b_center_class {
	background-image: url(img/b_centr.png); 
	background-repeat: repeat-y; 
	background-position: right;
	cursor: pointer;
}

.b_center_class a {
	color: #464646;
}

.b_center_class_selected {
	background-image: url(img/b_centr_selected.png); 
	background-repeat: repeat-y; 
	background-position: right;
	cursor: pointer;
}

.b_center_class_selected a {
	color: #ffffff;
}

.b_up_class {
	background-image: url(img/b_up.png); 
	background-repeat: repeat-y; 
	background-position: top right;
	width: 194px;
	height: 4px;
	cursor: pointer;
}

.b_up_class a {
	color: #464646;
}

.b_up_class_selected {
	background-image: url(img/b_up_selected.png); 
	background-repeat: repeat-y; 
	background-position: top right;
	width: 194px;
	height: 4px;
	cursor: pointer;
}

.b_up_class_selected a {
	color: #ffffff;
}

.b_down_class {
	background-image: url(img/b_down.png); 
	background-repeat: repeat-y; 
	background-position: bottom right;
	width: 194px;
	height: 4px;
	cursor: pointer;
}

.b_down_class a {
	color: #464646;
}

.b_down_class_selected {
	background-image: url(img/b_down_selected.png); 
	background-repeat: repeat-y; 
	background-position: bottom right;
	width: 194px;
	height: 4px;
	cursor: pointer;
}

.b_down_class_selected a {
	color: #ffffff;
}

.main_textwrap {
text-align: left;
margin: 0 auto;
padding: 0 0 20px;
width: 980px
}

.main_textwrap a {
color: #000
}


.center_textwrap {
text-align:center;
}