@charset "utf-8";
/* CSS Document */

body {
	text-align:		 	center;
	font-family:		arial;
}

.commentTable {
	border-style:		thin;
	border-width:		1px;
}

.centerDiv {
	text-align:			center;	
}

#errorDiv {
	background-color:	#eeeeee;
	border-style:		outset;
	border-color:		black;
	border-width:		thin;
	font-weight:		bold;
}

#offset1 {
	background-color:	#eeeeee;
}

#offset1:hover{
	background-color:	#0FC;
}

#offset2 {
	background-color:	#D8D8D8;
}

#offset2:hover{
	background-color:	#0FC;
}
