/* CSS Document */
.style1
{
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.pastaba
{
	font-size: medium;
	color: black;
	text-align: center;
}

.pastabaRed
{
	font-size: medium;
	color: red;
	text-align: center;
}

.noData
{
	font-size: x-large;
	color: red;
	text-align: center;
}

.dataFound
{
	font-size: medium;
	font-weight: bold;
	color: black;
	text-align: center;
}

.headerRed
{
	font-size: x-large;
	color: red;
	text-align: center;
}

.headerBlue
{
	font-size: x-large;
	color: blue;
	text-align: center;
}

.line
{
	color: blue;
	height: 3px;
}

.parameter
{
	font-weight: bold;
	text-align: right;
	width: 50%;
	color: black;
}

.parameterRed
{
	font-weight: bold;
	text-align: right;
	width: 50%;
	color: red;
}

.value
{
	font-weight: normal;
	text-align: left;
	color: black;
}

.valueRed
{
	font-weight: normal;
	text-align: left;
	color: red;
}

.center
{
	text-align: center;
}

table.center
{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

td.leftColumn
{
	width: 50%;
	text-align: right;
}

td.rightColumn
{
	width: 50%;
	text-align: left;
}

td.column1
{
	width: 25%;
	text-align: right;
}

td.column2
{
	width: 25%;
	text-align: left;
}

td.column3
{
	width: 10%;
	text-align: right;
}

td.column4
{
	width: 40%;
	text-align: left;
}

