

body {
	font-family: Verdana;

}

.normal {
	font-size:10px;
}
.linkTable {
	font-size: 11px;
	width: 75%;
}
.linkTable TH {
	font-size: 14px; 
	font-weight: bold; 
	color: #000; 
	background-color: #EDF3F8;
	border-top: 1px solid #4685C4;	
}

.tableRow {
	font-size: 13px; 
	color: black; 	
	background-color: #FFF;
}

.tableRowHilite {
	font-size: 11px; 	
	color: black; 	
	background-color: #FFFFCC;
	cursor:pointer;
}

.tableHeading {
	font-size: 12px; 
	font-weight: bold; 
	color: white; 

	background-color: #3B5385;
}

.categoryTable {
	
	background-color: #F7F7F7;
	border: 1px solid #D9D9D9;
	font-size: 11px;
	width: 100%;
	
}

.instructionTable {
	
	background-color: #F7F7F7;
	border: 1px solid #D9D9D9;
	font-size: 11px;
	width: 75%;
	
}

.cutAndPaste {
	border: 1px dashed #D9D9D9;
	font-size: 8pt;
	background-color: #FFF;
	
}

.error { color:#FF0000; font-weight:bold; }
.message {color:#006600; font-weight:bold;}
.categoryTD {
	font-size: 10px; font-weight: bold; color: black;
}

A:link {color: #555588}
A:visited {color: #555588}
A:hover {color: #AAAACC}
.inputButton {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background-color: #EEEEEE;
	
}