/*div {
	border: 1px solid black;
}*/

h1.FORMgen {
	background-color: #74DC6B;
	color: inherit;
	padding: 3px 3px 3px 5px;
	border: 1px solid #dddddd;
	margin-top: 0px;
}

div.FORMgen {
	background-color: white;
	color: inherit;
	border: 1px solid #8CD182;
	width: 761px;
}

div.section1 {
	background-image: url('images/sectionBar.jpg');
	background-repeat: repeat-x;
	height: 22px;
	width: auto;
	border: 1px solid #8CD182;
	margin: 0px;
	font: normal normal bold 12px verdana,sans-serif;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 5px;
}

div.section2 {
	font: normal normal normal 12px verdana,sans-serif;
	color: #444444;
	background-color: inherit;
	margin: 0px;
	width: auto;
	border-left: 1px solid #8CD182;
	border-right: 1px solid #8CD182;
	border-bottom: 1px solid #8CD182;
	border-top: 0px solid black;
	padding: 5px;
}

div.titleBar {
	padding: 3px 3px 3px 9px;
	font: normal normal bold 18px verdana,sans-serif;
}

div {
	font-size: 12px;
	font-family: verdana,sans-serif;
}

a {
	color: #2C7026;
	background-color: inherit;
}

body {
	background-color:#DEDEDE;
	color: inherit;
	margin-top:0px;
}

div {
	/*border: 1px solid blue;*/
}

td {
	/*border: 1px solid blue;*/
}

form {
	margin: 0px;
}

div.text {
	background-color: #e0e0e0;
	color: inherit;
	padding: 5px;
	margin: 5px;
}

div.code {
	background-color: #f0f0f0;
	color: inherit;
	padding: 5px;
	margin: 5px;
}

h1 {
	font: normal normal bold 15px verdana,sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font: normal normal bold 13px verdana,sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font: normal normal bold 12px verdana,sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}