.title {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;		
}
.content {
	font-family: Arial;
	font-size: 9pt;	
}
.debugMessage {
	font-family: Arial;
	font-size: 9pt;	
	color: #FF0000;
}
.select {
	font-family: Arial;
	font-size: 9pt;		
}



INPUT {
	font-family: Arial;
	font-size: 9pt;
}

.formTable {
	background-color: #000000;
}
.formTitle {
	background-color: #294661;
	color: #FFFFFF;
	font-family : Arial;
	font-size : 12pt;
	font-weight : bold;
}
.formHeader {
	background-color: #294661;
	color: #FFFFFF;
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
}
.formContent {
	background-color: #FFFFFF;
	font-family : Arial;
	font-size : 9pt;
}
.formGray {
	background-color: #cccccc;
	font-family : Arial;
	font-size : 9pt;
}
.searchResultsTable{
	background-color: #000000;
}
.searchResultsTitle{
	background-color: #294661;
	color: #FFFFFF;
	font-family : Arial;
	font-size : 9pt;
	font-weight : bold;
}
.searchResultsRow{
	background-color: #FFFFFF;
	font-family : Arial;
	font-size : 9pt;
}

.pagingResultsTable {
	border: 1px #000000 solid;
}
.pagingResultsRow {
	background-color: #CCCCCC;
	font-family : Arial;
	font-size : 9pt;
}

