body, p, td {
	padding:0px;
	margin:0px;
}
body {
  color : #000000;
  background : #ffffff;
  font-family : Arial,Helvetica,sans-serif;
  font-size : 10pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#topnav, #topnav a, #topnav a:visited {
display:none;
	
}
#topnav a:hover {
display:none;
}
.menu {
display:none;
}
.lang {
display:none;
}
.lang a {
display:none;
}

.lang a:visited {
display:none;
}

.lang a:hover {
display:none;
}

.main_column {
    width:900px;
   /* vertical-align:top;*/
}

.footer {
    height:77px;
    background-image : none; /*url(images/footer_bck.gif);*/
}

.left_side {
    background: none;/*url(images/bck_left.gif);
    background-repeat:repeat-y;
    background-position: right;*/
}
.right_side {
    background: none;/*url(images/bck_right.gif);
    background-repeat:repeat-y;
    background-position: left;*/
}
.main_right_container {
	background-image : none /*url(images/bck_main.gif);
	background-repeat:repeat-y;
	background-position: right;*/
	padding: 10px;
}
td#right_column {
    border-left: 1px solid #000;
    width: 340px;
    padding: 5px 10px;
}
td#main_column {
	padding: 5px 10px;
}
div.breadcrumb {
display:none;
}
div.breadcrumb a {
    font-size: 10px;
    color: #666666;
} 

/*CONTENT STYLES*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #00007D;	
	padding: 0 0 7px 0;
	margin:0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FB7D00;
	padding: 3px 0 4px 0;
	margin:0;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;	
}
h4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom: 6px;
}
a, a:visited, a:hover {
  text-decoration : underline;
  color : #0000ff;
}

.bodytext {margin-bottom: 12px;}
.smalltext {font-size:10px;}
.shop {
 border-top: 1px solid #d2dbf7;
 border-bottom:1px solid #d2dbf7;
 padding: 6px 0;
}
.itemTitle, .itemTitle a, .itemTitle a:visited {
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:6px;
}
.itemPostDate {
	color:#999;
}
div.ReportForm {display:none;}
.itemBody{padding-top:5px;}
.itemText{padding-bottom:5px;}
table.item{ margin-top:12px; margin-bottom: 5px; padding-top: 5px;}
a img {border:none;}
#print-button{margin-top:15px; clear:both; float:left;}
/*BLOCKS*/

.block_frame{
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin:5px;
	font-size:11px;
	color:#999999;
}
.block_frame a{
	font-size:11px;
	color:#999999;
	text-decoration:underline;
}
.login {
	border:1px solid #CCCCCC;
}
.ReportForm {
	float: right;
}