/* CSS Document */
body {
/* 	font:Arial, Helvetica, sans-serif; */
/* 	font-size: 13px; */
/* 	color: #000000; */
/* 	background-color: #DAD7DA; */
}

.kicsi {font-size: 11px}

a:link {
	color: #182F68;
	text-decoration: none;
}
a:hover {
	color: #0073AA;
	text-decoration: none;
}
a:active {
	color: #182F68;
	text-decoration: none;
}
a:visited {
	color: #182F68;
	text-decoration: none;
}
a:visited:hover {
	color: #0073AA;
	text-decoration: none;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	color: #445EA1;
/* 	background-color: #537963; */
	font-size: 13px;
}

option {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A1A1A;
/* 	background-color: #537963; */
	font-size: 13px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A1A1A;
/* 	background-color: #537963; */
	font-size: 13px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #EDEDED;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FAFAFA;
}

.table-hover > tbody > tr:hover {
  background-color: #BBE1FF;
}

.table-striped > thead {
  background-color: #A5D4BC;
}

form {
	size: auto;
	font-size: 13px;
}
