/* COMMON STYLES*/
body, table, td, p, div, li, ul, ol, form, input, select, textarea, a, h1, h2, h3 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	background-color:black;
}
#body3{
	background-color:black;
}
#body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	min-width: 1012px;
	background-color: black;
	background-image: URL('/templates/browse/image/body_fone.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#body2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	min-width: 1012px;
	background-color: black;
	background-image: URL('/templates/browse/image/body_fone2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#center_div{
	position:absolute;
	left:50%;
	margin-left:-490px;
	height:200px;
	width:980px;
	height:350px;
}
a {
	COLOR:white;
	TEXT-DECORATION: underline;
}

h1 {
	FONT-SIZE: 160%;
	MARGIN-BOTTOM: 10px;
	FONT-WEIGHT: normal;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	color:white;
}
h2 {
	FONT-SIZE: 140%;
	margin-top:8px;
	margin-bottom:8px;
	padding:0px;
	FONT-WEIGHT: normal;
	COLOR: #ffffff;
}

h3 {
	FONT-SIZE: 100%;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	FONT-WEIGHT: normal;
}
h3 a{
	COLOR: #999999;
	FONT-SIZE: 90%;
}

h4 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 120%;
	COLOR: #ffffff;
}
.right_title {
	text-align: right;
	margin-top:21px;
	margin-bottom: 32px;
	margin-right: 8px;
}
/* HEADER */
#logo_picture {
	position: absolute;
	top:0px;
	left:15px;
	width:220px;
	height:150px;
	border:0px;
}
#ani_pic {
	position: absolute;
	right:50px;
	top:0px;
}
#rhead {
	position: absolute;
	right:0px;
	top:0px;
}
#picelsit {
	position: absolute;
	right:50px;
	top:108px;
}

#common_header_div {
	min-width: 1024px;
	height:180px;
	background-image:URL('/templates/browse/image/logo_fon.gif');
	background-repeat: repeat-x;
}

#sub_header_div {
	height:180px;
	background-image: URL('/templates/browse/image/logo.jpg');
	background-repeat:no-repeat;
}
#headsearch {
	position: absolute;
	right: 230px;
	top: 118px;
	height: 23px;
	line-height: 23px;
}

#headsearch form {
	padding: 0px;
	margin: 0px;
}
#myMenuID {
	width:730px;
	height: 14px;
	padding-bottom:15px;
}
#titles{
	position: absolute;
	left:550px;
	top: 20px;
	text-align:left;
}

/* /HEADER */


/* BODY */

#adress_line{
	height : 20px;
	FONT-SIZE: 11px;
	COLOR: white;
	vertical-align:middle;
	width:730px;

}

.address_link_class {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #b3b3b3;
	TEXT-DECORATION: none;
}
.address_link_class:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #deff84;	
	TEXT-DECORATION: underline;
}
.seprt {
	width: 10px;
	background-color:black;
}

/* BODY CELLS */ 
#body_table {
	margin:0px;
	padding: 0px;
	width:100%;
}

#right_body_cell {
	padding-top:10px;
/*	width: 210px;*/
	padding-left:10px;
	background-color:black;
}

#site_tree{
	color:#b3b3b3;
}
.tree_link{
	color:#b3b3b3;
}
.tree{
	color:#ff6633;
	font-size:8pt;
}
.tree a{
	color:#ffffff;
	font-size:8pt;
}
/* PRINT VERSION */
.print_version{
	position:absolute;
	mtop:150px;
	right:3px;
}
.print_version_img{
	position:relative;
	float:left;
}
.print_version_text{
	position:relative;
	float:left;
	padding-top:3px;
}
.print_version_a{
	color:#b3b3b3;
}
.print_version_a:hover{
	color:#deff84;
}
/* PRINT VERSION */
.fixed_width{
	width:730px;
}
.out_search_text{
	color:#b3b3b3;
}
.out_search_text a{
	color:#deff84;
}