* {
	margin:0;
	padding:0;
}

html, body {
	width:90%;
	height:100%;
}

body {
	font-family:  Verdana, Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.5em;
	background: #ffffff;
	color: #606060;
}

#header {
  display: none;
}


#main {
  width:auto;
}

#left {
  display:none;
}

#right {
  display:none;
}

#footer {
  display: none;
}

.clear {
  width:100%;
  clear: both;
  height: 0px;
  overflow: hidden;
}

#wrapper{
  width: 960px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}


#content {
  width: 100%;
  float: left;
}

.hidden{
  display: none;
}

.next{
  font-size: 0.8em;
  font-style: italic;
  color: #2a5698;
}

a, a:visited{
  text-decoration: none;
  color: #404040;
}

a:hover{
  text-decoration: underline;
  /*text-decoration: none;*/
  color: #2a5698;
}

.article{
  text-align: left;
}

.fleft{
  float:left;
}

.fright{
  float:right;
}

.middle{
  margin-left: 3%;
}

/*******************************************************************************/

.bold{
  font-weight: bold;
}

.max{
  width: 100%
}

.half{
  width: 50%;
}

.vmax{
  height: 100%
}

.vhalf{
  height: 50%
}

.min{
  width: 1%;
}

.vmin{
  height: 1%
}

.top{
  vertical-align: top;
}

.right{
  text-align: right;
}

.center{
  text-align: center;
}

.nowrap{
  white-space: nowrap;
}

img{
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.sp10{
  height: 10px;
}
.sp20{
  height: 20px;
}
.sp40{
  height: 40px;
}

.column_header, .content_header, .content_header2, .content_header3{
  padding: 6px 10px;
  background-color: #dae5f1;
  border: 1px solid #ccdbec;
  text-align: left;
  color: #12488c;
}

.block2k{
  width: 48%;
}

.block3k{
  width: 31%;
}

.content_header2{
  width: auto;
}

.content_header3{
  padding: 6px 5px;
  width: auto;
}

#content_block{
  /*min-height: 190px;*/
  border-bottom: 1px solid #bfd2e7;
}

#content_block3{
  border-bottom: 1px solid #bfd2e7;
}

.content_header, .link_header_a, .content_header2, .content_header3{
  font-family:  "Times New Roman";
  font-size: 12pt;
  font-weight: bold;
}

.link_header_a, .link_header_a:visited, .link_header_a:focus{
  color: #12488c;
}
.content_header .data{
  color: white;
  font-family: Verdana, Arial, 'Sans-serif';
  font-style: italic;
  font-size: 10pt;
  /*float: right;*/
}

.content_header .header{
  width:auto;
  /*float:left;*/
}

.content_header2 .header{
  width:auto;
  /*float:left;*/
}

.content_header3 .header{
  width:auto;
  /*float:left;*/
}

.preview_data{
  color: #1b74b6;
  font-size: 10pt;
}

.announces_header_data{
  font-family:  "Times New Roman";
  font-size: 12pt;
  /*font-weight: bold;*/
  color: #12488c;
}

.h_text{
  color: #12488c;
}

#content .image{
  float: left;
  background-color: #ffffff;
  z-index: 10;

  display: table-cell;
  width: 150px;
  /*height: 150px;*/
  text-align:center;
  vertical-align: middle;
  /*background-color: #000;*/
  border-right: 20px solid #FFFFFF;
}

#read_more{
  /*border-bottom: 1px solid #bfd2e7;*/
  text-align: right;
  font-size: 10pt;
  color: #1b74b6;
}

#read_more a, #read_more a:visited, #read_more a:hover{
  font-size: 10pt;
  color: #1b74b6;
}

.paginate{
  border-bottom: 1px solid #bfd2e7;
  font-size: 10pt;
  color: #1b74b6;
}

.photo_wrapper{
  width: 160px;
  text-align:center;
}

.photo_img{
  display: table-cell;
  width: 160px;
  height: 160px;
  text-align:center;
  vertical-align: middle;
  /*background-color: #000;*/
}

.left{
  text-align:left;
}
/****************************************************/


/****************************************************/
/*      menu    */

#top_menu{
  display:none;
}

#footer_banners{
  display:none;
}

/*
user menu
*/

.m1{
  padding: 0.25em 0px;
  border-bottom: 1px solid #ccdbec;
}

.m2{
  padding: 0.25em 0px;
}

/****************************************************/



