body {
	background-color: #FFFFFF;
	background-image: url(images/ptbg2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	font: 12px Arial, Verdana, sans serif;
	min-width: 735px;
}	html>body {font-size:small;}

/* Basic Text Tag Formatting */

acronym {
	border-bottom: none;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a:visited {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

a:hover, a:active {
	color:  #003366;
	text-decoration: underline;
	font-weight: bold;
}

h1	 {
	color: #FFFFFF;
	background: #71934E;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}

h2	 {
	color: #71934E;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 0px;

}

h3	 {
	color: #71934E;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}

h4	 {
	color: #FFFFFF;
	background: #71934E;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
}

h5	 {
	color: #FFFFFF;
	background: #71934E;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
}

p	 {
	color: #000000;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 12px;
	font-size: 12px;
	padding: 3px;
}


/* Layer Formatting */

#container {
	margin: 0 auto;
	position: relative;
	width: 735px;
	z-index: 25;
	text-align: left;
}

#table 	{
	position: relative;
	background: transparent;
	z-index: 25;
}

#content	{
	position: relative;
	left: 382px;
	top: -280px;
	width: 352px;
	height: 278px;
	overflow: auto;
	z-index: 50;
}

#footer	{
	position: relative;
	top: -280px;

}

