html,body {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	color: black;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

.titleDiv {
	background-color: #EFFBEF;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #8F99EF;
}

h1 {
	font-weight: bold;
	color: #BA0C2F;
	font-size: 15px;
	text-align: center;
}

.scroll {
	height: 370px;
	overflow: auto;
}

.even {
	background-color: #CACDCF;
}

.odd {
	background-color: white;
}

.dato1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11;
}

.nowrap {
	white-space: nowrap;
}

td {
	font-size: 13px;
	padding-right: 10px;
}

th {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
}

.tdLabel {
	font-weight: bold;
}

A {
	color: #000000;
	text-decoration: none;
}

A2 {
	color: #000000;
	text-decoration: none;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	font-weight: bold;
	color: #BA0C2F;
}

.borderAll {
	border: 1px solid #2CACAD;
	width: 600px;
}

.butStnd {
	font-family: arial, sans-serif;
	font-size: 11px;
	width: 105px;
	background-color: #DCDFFA;
	color: #4A825A;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}

.errorSection {
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
}