body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
}
 
input[type="submit"], input[type="button"] {
	border: 1px solid #069;
	background: White;
	margin-left: 0px;
	margin-right: 0px;
	font: bold x-small sans-serif;
	color: #069;
	cursor: pointer;
}

select {
	cursor: pointer;
}

.box {
	margin: 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b7c7d7;
	color: #fff;
}

.box a {
	background-color: #b7c7d7;
	color: #fff;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	border: 0;	
}

h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #069;
}

h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #069;
}

h4 {
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
}


table.list thead tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.list thead tr th {
	background-color: #b7c7d7;
	color: #000;	
}

table.list thead a {
	background-color: #b7c7d7;
	color: #000;
}

table.list tr td {
	background-color: transparent;
	color: #000;
}

table.list tr.odd {
	background-color: #fff;
	color: #069;
}

table.list tr.even {
	background-color: #dde5ee;
	color: #069;
}

.title {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;	
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.errotext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
}
