body {
	font-family:		"Arial", "Helvetica", "sans-serif";
	font-size:		8pt;
	color:			#000000;
	padding: 		0px;
}

h1 {
	color:			#000000;
	font-size:		18pt;
	font-weight:		bold;
}

h2 {
	font-size:		14pt;
	font-weight:		bold;
	margin:			2px;
}

h3 {
	font-size:		12pt;
	font-weight:		bold;
}

table.main {
	width:			864px;
	margin:			0px;
	padding:		0px;
	border:			none;
	border-spacing:		0px;
	border-collapse:	collapse;
	background-color:	#FFCC66;
}

table.sub1 {
	width:			100%;
	margin:			0px;
	padding:		0px;
	background-color:	#FFCC66;
	border:			none;
	border-collapse:	collapse;
	
}

td.leftBanner {
	background-color:	#FFCC66;
	background-image:	url("images/MainSlices_05.jpg");
	background-repeat:	repeat-y;
	width:			74px;
}

td.menuContainer {
	width:			712px;
}

td.rightBanner {
	background-image:	url("images/MainSlices_07.jpg");
	background-repeat:	repeat-y;
	background-position:	left;
	width:			78px;
}

a.totop {
	font-size:		9pt;
	display:		inline;
}

tr {
	background-color:	transparent;
}


/* Generic formatting tags */

.right {
	text-align:		right;
}
.center {
	text-align:		center;
}

.red {
	color:			#ff0000;
	display:		inline;
}

.note {
	font-size:		9pt;
}
