table.model {
	border-collapse: collapse;
	background-color: #FBFFFC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	width: 100%;
  }
 caption {
  padding: 0 .5em .5em;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  }
table.model td, table.model th {
  border: 1px solid #BFDBC4;
  padding: 0.3em;
  }
table.model thead th {
	border: 1px solid #BFDBC4; 
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	background-color: #BFDBC4;
  }
table.model tbody th, table.model tbody td {
  vertical-align: bottom;
  text-align: left;
  font-size: 11px;
  }
table.model tbody td.vahepealkiri {
	border: 1px solid #BFDBC4;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	background-color: #E4EDE9;
	line-height: 250%;
  } 
