body, p, td {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#topnav, #topnav a, a:visited {
	color:#AAAAAA;
	text-decoration:none;
	font-family: Arial;
	font-size:11px;
	text-align: right;
}
#topnav a:hover {
    color:#003399;
    text-decoration:none;
    font-family: Arial;
    font-size:11px;
}
.menu {
    height:34px;
    background-image : url(images/menu_bck.gif);
}
.lang {
    color:#FFFFFF;
    text-decoration:none;
    font-family: Verdana;
    font-size:14px;
    font-weight:bold;
    text-align:right;
    padding-right:10px;
	width: 50px;
}
.lang a {
    color:#003399;
    text-decoration:none;
    font-family: Verdana;
    font-size:10px;
    font-weight:bold;
}

.lang a:visited {
    color:#003399;
    text-decoration:none;
    font-family: Verdana;
    font-size:10px;
    font-weight:bold;
}

.lang a:hover {
    color:#FFFFFF;
}

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

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

.left_side {
    background: url(images/bck_left.gif) repeat-y right;
}
.right_side {
    background: url(images/bck_right.gif) repeat-y left;
}
.main_right_container {
/*	background-image : url(images/bck_main.gif);
	background-repeat:repeat-y;
	background-position: right;*/
	padding: 10px;
}
td#right_column {
    border-left: 1px solid #d2dbf7;
    width: 340px;
    padding: 5px 10px;
}
td#main_column {
	padding: 5px 10px;
}

td.form_parts h4 {
	margin-left:5px;
}

div.breadcrumb {
    border-top:1px solid white;
    background:#f0f0f0;
    height:17px;
    padding: 2px 0 2px 0;
	margin-bottom: 7px;
    text-indent: 5px;
    position:relative;
    top: -3px;
	z-index:-1;
}
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 {
	color:#ED8121;
	text-decoration:underline;
}
a:hover {
	color:#00007D;
	text-decoration:underline;
}
.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;
}
.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;
}
div.logintext {
	color:#f00;
	text-decoration:bold;
}
div#desc_lenght_warn{
	color:#FF0000;
	font-weight:bold;
}