h1,h2,h3,h4,h5,h6,body { 
	margin : 0px; 
	padding : 0px; 
	font : small Arial, Helvetica, sans-serif; 
	/*color : black;*/ 
}
#Main_Container {
background-color : white;
margin: 0 auto;
max-width:1200px;
width: expression(document.body.clientWidth > 1200 ? "1200px" : "auto" );
}
img { 	border : none; } 
a, a td{
	color : #1A89DB; 
} 
a:hover, a td :hover, a table :hover{
	color : #CC0033; 
} 
form {
	margin : 0px; 
}
table {border: none}
td {
	vertical-align: top;
	font-family : Arial, Helvetica, sans-serif; 
	color : black; 
	font-size: 12px
}

.block_top{
	background: url(../../usr/system/images/bg_top.gif) repeat-x;
	border-top: solid 5px #003263;
	margin-bottom: 21px;
}
.block_top .menu {
	padding: 0px 21px 13px 13px;
	vertical-align: bottom;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

.block_top .menu a{
	color: white;
	text-decoration: none;
}

.block_top .menu a:hover{
	color: white;
	text-decoration: none;
}


.block_bottom {
	font-size: 11px;
	background: #003263;
	border-top: solid 1px #FFFFFF;
	padding: 4px 20px
}
.block_bottom a {color: #E4EAEF}


.block_middle .left {
	background: #E2E8EE;
	width: 180px
}
.block_middle .left a {color: #000000}

.contentl {
	padding: 8px 10px 6px 20px;
	font-size: 11px
}



.titlel {
	padding: 7px 10px 0px 20px;
	font-size: 12px;
	border-top: solid 1px #FFFFFF;
	color: #8798A7;
	font-weight: bold
}

.d_titlel {
	padding: 7px 10px 20px 20px;
	font-size: 14px;
	border-top: solid 1px #FFFFFF;
	color: #8798A7;
	font-weight: bold;
	text-align: center;
}

.dark {
	background: #C9D4DE;
	padding-top: 5px
}

p {
	margin: 0px 0px 13px 0px;
}

.right {
	padding: 12px 25px 50px 25px;
}

.d_right {
	padding-top: 5px;
	background-color: #E2E8EE; vertical-align: top;
}
.d_content {
	padding: 12px 15px 15px 15px; 
}

.content {
	font-family: Arial, Tahoma; 
	margin-top: 6px;
	font-size: 12px;
	padding-left: 6px;
	text-align: left;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #8798A7;
	padding: 0px;
	margin: 7px 0px 0px 0px; 
	/* padding-left: 20px; 	background: url(../../usr/system/images/bg_title.gif) 0% 50% no-repeat; */
}

.button_back_to_list {
	display: block;
	cursor: pointer;
	height: 23px;
	width: 56px;
	background: url(../../usr/system/images/list.gif);
}
.button_next {
	display: block;
	cursor: pointer;
	height: 23px;
	width: 56px;
	background: url(../../usr/system/images/next.gif);
}
.button_prev {
	display: block;
	cursor: pointer;
	height: 23px;
	width: 76px;
	background: url(../../usr/system/images/prev.gif);
}

a.da, a.da:active, a.da:visited	{
	font-size: 12px;
	font-weight: bold;
	color: #8798A7;
	text-decoration: none;
}
a.da:hover	{
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.news {
	padding : 5px 0 5px 6px;
	font-size: 12px
} 

.news .content {padding-left: 0px}

.news .date {
	color : #5e6f7c; 
	font-size : 90%; 
} 
.news_title {
	font-weight : bold;
	font-size: 13px
} 
.news .more {
	margin : 5px 0 2px; 
} 
.news .more a {
	text-decoration : none; 
} 

.topic {
	background : #5DB1EF url(../../usr/system/images/bg_topic.gif) no-repeat 0% 50%; 
	padding : 2px 10px 3px 20px; 
	font-weight : bold; 
	color : white;
	font-size: 14px
} 

hr {
	color : #5DB1EF; 
	height : 1px; 
}

ul {margin: 0px 0px 13px 20px}

a.xmlsapiens:link, a.xmlsapiens:active, a.xmlsapiens:visited	{
	border:1px solid;
	border-color:#93DCFF #004A6F #004A6F #93DCFF;
	padding:0px 3px 0px 3px;
	font:bold 10px verdana,sans-serif;
	color:#FFFFFF; background-color:#0080C0;
	text-decoration:none;
	text-align: center;
	margin: 0px;	
	width: 88px;
}

a.xmlsapiens:hover { 
	background-color:#009CE8; 
	font:bold 10px verdana,sans-serif; 
	color:#FFFFFF;
	text-align: center;
	width: 88px;
}

.SearchInputField {
	font: 9px verdana,sans-serif;
}

/* image bottom-right-corner-shadow */
.box
	{border: 1px solid #b8b8b8;margin-bottom: 1em; } /* width: 200px; */
.box .shadow
	{background: transparent url(../../usr/system/images/shadow.gif) bottom right no-repeat;
	position: relative;
	left: 1px;
	top: 1px;
	margin-bottom:-5px;
	padding: 1px 4px 15px 5px;
	}