body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	font-weight:bold;
	color:blue;
	text-decoration:underline;
}

a:hover {
	font-weight:bold;
	color:red;
	text-decoration:underline;
}

.noStyle {
	font-weight:bold;
	color:black;
	text-decoration:none;
}

.fontStyle {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.selectedRow {
	background-color: #f7f4e0;
}

.notSelectedRow {
	background-color: none;
}

.buttonStyle {
	border: 1px solid #624630;
	background-color: #e7e5d3;
	cursor: pointer;
}

.box {
	border: 1px solid #624630;
	width: 600px;
	padding: 2px 2px 2px 2px;
}

.boxStyle {
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
	margin-right: 3px;

	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
}

#selBoxWork {
	margin-top: 5px;
	width: 400px;
	height: 30px;
	
	float: left;
	position: relative;
  
	overflow-x: hidden;
  visibility:hidden;	
}

.redStyle {
	color: red;
	font-weight:bold;
	text-decoration:none;	
}

.greenStyle {
	color: green;
	font-weight:bold;
	text-decoration:none;	
}