/* CSS Document */

.body-home {
  font: 12px Arial, Helvetica, sans-serif;
	font-size: 0.74em;
	color: #333333;
	line-height: 20px;
	margin: 0;
	text-align: center;
	background: url("../img/bg1.gif");
	background-repeat: repeat-y;
	background-position: center;
}

.body-next {
  font: 12px Arial, Helvetica, sans-serif;
	font-size: 0.74em;
	color: #333333;
	line-height: 20px;
	margin: 0;
	text-align: left;
	background: url("../img/bg_next.gif");
	background-repeat: repeat-y;
	background-position: left;
}

table {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-collapse: collapse;
}

h1{
	font-family: "Arial Black";
	font-size: 20px;
	color: #BF3D3D;
	font-weight: bold;
	margin:0px; padding:0px;
	display:inline;
}

h2{
	font-family: 'Arial';
	font-size: 16px;
	color: #BF3D3D;
	font-weight: bold;
	display:inline;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.st-table {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.img-border{
  border: 1px Solid #DE7562;
}

.cursRow { 
  background: #F2FAE3;
}
.normRow { 
  background: #fff;
}

.tab-suda{
	padding: 11px;
	background-color: White;
}

.tab-licha{
	padding: 11px;
	background-color: #FDF1ED;
}

.a-st{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007FC4;
}

.a-w{
	text-decoration: none;
}

.a-position{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007FC4;
}

.a-position-nok{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

.t-small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

.a-main-menu{
	font-family: 'Arial';
	font-size: 13px;
	color: #BF3D3D;
	font-weight: bold;
}

.a-m-menu{
	font-family: 'Arial';
	font-size: 16px;
	color: #BF3D3D;
	font-weight: bold;
}

.a-m-menu:hover {
  font-family: 'Arial';
	font-size: 16px;
	color: #72161D;
	font-weight: bold;
}


.p-intent{
	text-indent: 23px;
	text-align: justify;
}

.td-tab-head{
	padding: 11px;
	background-color: #DE7562;
	border-top: solid Black 1px;
}

.a-tab-sort{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}

.n-n-text{
	font: 12px/130% Arial;
	color: Black;
}

.menu {
  float: left; 	
}

.menu a {
  float: left; 
  padding-left: 6px;
  padding-right: 6px; 
  padding-top: 26px; 
  text-align: center; 
  height: 80px;
	display: block;
}

.menu a:hover {
  background: url('../img/list_sel.gif');
  background-repeat: no-repeat;
  background-position: center;
}

.menu-sel {
  float: left; 
  padding-left: 6px;
  padding-right: 6px; 
  padding-top: 26px; 
  text-align: center; 
  height: 80px;
	display: block;
  background: url('../img/list.gif');
  background-repeat: no-repeat;
  background-position: center;
}







