/* START elements
**********************************/

body {
	background-color: #f9fff4;
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
	line-height: 19px;
	padding: 5px;
	width: 100%;
	}
	
/* END elements
**********************************/

/* START links
**********************************/

a:link {
	color: #00573c;
	text-decoration: underline;
	}
a:visited {
	color: #00573c;
	text-decoration: underline;
	}
a:hover {
	color: #00573c;
	text-decoration: underline;
	}
#menu a:link {
	color: #333333;
	text-decoration: none;
	}
#menu a:visited {
	color: #333333;
	text-decoration: none;
	}
#menu a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
/* END links
**********************************/

/* START fonts
**********************************/
	
p {
	margin: 0 0 13 0;
	}
ul {
	margin: 0 0 13px 0;
	list-style-position: outside;
	list-style-type: square;
}
ol {
	margin: 0 0 13px 0;
	list-style-position: outside;
	list-style-type: decimal;
}
.title {
	font-weight: bold;
	color: #006b54;
	text-transform: uppercase;
	}
.note {
	font-size: 10px
	}
input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;width: 120px;
	padding-left: 2px;
	}
input.disabled {
	background-color: #ECE3CC;
	font-weight: bold;
	padding-left: 2px;
	}
div.summ {
	margin-top: 5px;
	padding-left: 105px;
	padding-top: 5px;
	border-top: 2px solid #000000;
	}
div.separator {
	margin: 1px;
	padding: 5px;
	background-color: #dcd3bc;
	text-align: center;
	}
td.fieldName {
	width: 250px;
	font-size: 11px;
	}
td.fieldValue {
	width: 310px;
	font-size: 11px;
	}

/* END fonts
**********************************/
