<style type="text/css">

/* Default - general background color changeable */
.default {
	text-decoration: 	none;
	background-color:	#FFFFFF;
	margin:				0px;
	padding:			0px;
	border:				none;
	font-style:			normal;
	font-weight:		normal;
	font-size:			12px;
	line-height:		normal;
	font-family:		Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration:	none
}

/* General setup for a tables */
.tblbase {
	text-decoration:	none;
	margin:				0px;
	padding:			0px;
	border:				none
}

/* Header banner on top of table */
.tblhead {
	color:				#E0E0E0;
	background-color:	#505050;
	font-weight:		bold;
	font-size:			24px;
	font-family:		Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration:	none;
	text-align:			center;
	border:				none
}

/* Search and pagination row */
.tblnavi {
	color:				#505050;
	background-color:	#E0E0E0;
	font-weight:		bold;
	font-size:			12px;
	font-family:		Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration:	none;
	border:				none
}

/* Title on top of the data columns */
.tbltitle {
	color:				#FFFFFF;
	background-color:	#808080;
	font-weight:		bold;
	font-size:			14px;
	font-family:		Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration:	none;
	border:				none
}

/* Tile  - monotype this time */
.tbltitlemono {
	color:				#FFFFFF;
	background-color:	#808080;
	font-style:			normal;
	font-weight:		bold;
	font-size:			12px;
	line-height:		normal;
	font-family:		Monaco, "Courier New", Courier;
	text-decoration:	none;
}


/* Table line colors */
.tblrow0  {
	color:				#000000;
	background-color:	#FFFFFF;
	font-weight:		normal;
	font-size:			12px;
	font-family:		Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration:	none
}

.tblrow0mono  {
	color:				#000000;
	background-color:	#FFFFFF;
	font-weight:		normal;
	font-size:			12px;
	font-family:		Monaco, "Courier New", Courier;
	text-decoration:	none
}

.tblrow1  {
	color:				#000000;
	background-color:	#E0E0E0;
	font-weight:		normal;
	font-size:			12px;
	font-family:		Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration:	none
}

/* Check boxes on navigation bar */
.navchkbox {
	color:				#505050;
	background-color:	#E0E0E0;
	border:				inset 2px;
	padding:			3px
}

/* Text field on  navbar */
.navtextbox {
	color:				#000000;
	background-color:	#F0F0F0;
	font-style:			normal;
	font-weight:		bold;
	font-size:			12px;
	line-height:		normal;
	font-family:		Monaco, "Courier New", Courier;
	text-decoration:	none;
	border:				inset 2px;
	padding:			3px
}

/* Navbar popup */
.navpopup {
	color:				#000000;
	background-color:	#F0F0F0;
	font-style:			normal;
	font-weight:		bold;
	font-size:			12px;
	line-height:		normal;
	font-family:		Monaco, "Courier New", Courier;
	text-decoration:	none;
	border:				inset 2px;
	padding:			3px
}

/* Navbar buttons */
.navbutt {
	color:				#000000;
	background-color:	#F0F0F0;
	font-style:			normal;
	font-weight:		bold;
	font-size:			12px;
	line-height:		normal;
	font-family:		Monaco, "Courier New", Courier;
	text-decoration:	none;
}


/* Monotype text */
.monotype {
	color:				#14;
	font-style:			normal;
	font-weight:		normal;
	font-size:			$npx;
	line-height:		normal;
	font-family:		Monaco, "Courier New", Courier;
	text-decoration:	none;
	background-color:	#00
}

/* Link text - same as monotype but with underline */
.linktext {
	color:				#15;
	font-style:			normal;
	font-weight:		normal;
	font-size:			$npx;
	line-height:		normal;
	font-family:		Monaco, "Courier New", Courier;
	text-decoration:	underline;
	background-color:	#00
}
</style>
