/* Basics */
table {
	font-family: Verdana;
	font-size  : 11px;
	color      : #1D1F22;
	
}

	

/* #FFFFcc light-yellow */

body {
	font-family: Verdana;
	font-size  : 11px;
	color      : #000000;
	background-color: #A1DCA1;
	margin-left: 2cm;
	margin-right: 2cm;

}

	/* margin-left: 0cm; 
	margin-right: 0cm; */

td {	
	font-family: Verdana;
	font-size  : 11px;
	color      : #1D1F22;
	padding-left: 2px;
	padding-right: 2px;
}

.aaa {
	border: solid #000000 2px;
	background-color: #D7DEDE;
}


.bbb {
	font-weight: bold;
	color: #8C8C8C;
}

.ccc {
	background-color: #8C8C8C;
	font-size  : 9px;
	color: #D7DEDE; 
	font-family: Verdana, Helvetica;
	font-weight: bold;
	
}

.ddd {
	align: center;
}


/* Links */
a, a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #006600; 
	font-family: Verdana, Helvetica;
	font-weight: bold;
}  

a:hover { 
	text-decoration: underline; 
	color: #ffffff; 
	font-family: Verdana, Helvetica;
	font-weight: bold;
}

/* Forms */
input, textarea, select {
	color : #000000;
	background-color: #C0C0C0;
	font-family : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size : 10px;
	border: 1px #636363 solid;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}

input { text-indent : 2px; }

input.button {
	border-top-width : 2px; 
	border-right-width : 2px; 
	border-bottom-width : 2px; 
	border-left-width : 2px;  
}

.error {
	font-weight: bold;
	color: #DE4908;
}

