/*********************/
/**** MOST GENERAL ***/
/*********************/

body {
	font-family: Arial;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}

th, td {
	font-size: 9pt;
	font-family: Arial;
	font-weight:bold;

	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;

	border-width: 0px 0px 0px 0px;

	border-color:#000000;
	border-style:solid;
}

th {
	background-color:#BBBBAA;
	white-space:nowrap;
	text-align:center;
}

td {
	background-color:transparent;
}

/*	Defaults to centering these objects	*/
img {
	border-width:0px;
	padding:0px 0px 0px 0px;
}

/* no underlining links */
a:link, a:hover, a:visited {
	text-decoration:none;
	color:#00f;
}

hr {
	width:100%;
	border:0px;
	height:2px;
	color:#000000;
	background-color:#000000;
}
