body {
	margin: 5px;
	background-color: rgb(232,232,232);
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(50,50,50);
}
.tableMaster {
	background-color: rgb(255,255,255);
	width: 900px;
	padding: 5px;
}
.tableLevel2 {
	width: 100%;
	padding: 15px;
	padding-bottom: 25px;
	border: 1px solid rgb(232,232,232);
}
.headerTextBuilderName {
	font-family: arial;
	font-size: 28px;
	font-weight: normal;
	color: rgb(50,50,50);
}
.headerTextSystemName {
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	color: rgb(128,128,128);
	padding-bottom: 15px;
}
.menuMain {
	background-color: rgb(232,232,232);
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(50,50,50);
}
.menuMainLink {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(255,0,0);
	text-decoration: underline;
}
.inputLabel {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(75,75,75);
}
.inputText {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(50,50,50);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(232,232,232);
}
.inputSelect {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(50,50,50);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(232,232,232);
}
.inputTextArea {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(50,50,50);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(232,232,232);
}
.inputSubmit {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(50,50,50);
	background-color: rgb(232,232,232);
	border: 1px solid rgb(212,212,212);
}
.dataTableHeader {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(75,75,75);
	padding: 4px;
}
.dataTableText {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(75,75,75);
	padding: 4px;
}
.inputnote {
font-size: 9px;
}