body
{
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	font-size: 9pt;
	line-height: 11pt;
}

/* background-color: #4A4A4A; */
.mainnav
{
	position: fixed;
	top: 0;
	left: 0;
	width: 140px;
	height: 100%;
	text-align: center;
	z-index: 10;
	background-color: #FF5C00;
}

.rightnav
{
	position: fixed;
	top: 0;
	left: 880px;
	min-width: 140px;
	right:0;
	height: 100%;
	text-align: left;
	z-index: 10;
	background-color: #FF5C00;
}

.content
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	width: 700px;
	background-color: #FFF;
	padding: 20px;
	margin-left: 140px;
	display: block;
}

table
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.ubernav
{
	width: 100%;
	border: 0px;
	text-align: right;
	padding: 0;
}

a:link.uber, a:visited.uber
{
	color: #FFF;
	background-color: #FF5C00;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px;
}

a:hover.uber
{
	color: #FF5C00;
	background-color: #FFF;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px;
}

h1
{
	font-size: 24pt;
	line-height: 25pt;
	padding-top: 0;
	margin-top: 0;
	color: #FF5C00;
}

h3
{
	color: #FF5C00;
	font-size: 14pt;
	line-height: 15pt;
	font-weight: bold;
	padding-top: 10px;
}

a:link, a:visited
{
	color: #FF5C00;
	font-weight: bold;
}

a:hover
{
	color: #000;
	font-weight: bold;
}


.left
{
	width:172px;
	padding: 0 2px 0 0;
}

.center
{
	width:172px;
	padding: 0 2px;
}

.right
{
	width:172px;
	padding: 0 0 0 2px;
}

