
body {
	margin: 0px 0px 0px 0px;
	
	font-family: Verdana, Tahoma;
	font-size: 10px;
}

.textiTitill {
	font-size: 14px;
	font-weight: bold;
	
	color: #00813e;
}

.textiTableTitle {
	font-size: 10px;
	font-weight: bold;
	
	color: #FFF;
}

.textiTableHeader {
	font-size: 10px;
	font-weight: bold;
	
	color: #000;
}

.textiTable {
	font-size: 10px;
}

.formInputText {
	font-size: 10px;
	font-weight: bold;
	
	color: #487A63;
	
	border: 1px solid #00813e;
}

.formInputButton {
	font-size: 10px;
	font-weight: bold;
	
	border: 1px solid #00813e;
	
	color: #000;
	background-color: #CCC;
}

/* Grćnn */
.tableBgColor1 {
	background-color: #00813e;
}

/* Grár */
.tableBgColor2 {
	background-color: #CCC;
}

/* Brúnn */
.tableBgColor3 {
	background-color: #D2B88A;
}