body {
	background-color: #FFFFFF;
	background-image: url(images/inxbg.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: #AF131A;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}

h2	 {
	color: #AF131A;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 0px;

}

h3	 {
	color: #AF131A;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}

h4	 {
	color: #FFFFFF;
	background: #AF131A;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
}

h5	 {
	color: #FFFFFF;
	background: #AF131A;
	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;
}


#footer	{
	position: relative;
	top: 2px;
	z-index: 75;

}

