body
{
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	font: 11pt Verdana, Arial;
}

a
{
	font: 11pt Verdana, Arial;
	text-decoration: none;
}
a.nav.selected
{
	font-style:italic;
}

a:active
{
	color: #F29400;
}
a:link
{
	color: #F29400;
}
a:visited
{
	color: #F29400;
}
a:hover
{
	color: black;
}

a.nav:active
{
	color: black;
}
a.nav:link
{
	color: black;
}
a.nav:visited
{
	color: black;
}
a.nav:hover
{
	color: white;
}

div
{
	position: relative;
	text-align: left;
}

div.content_title
{
	margin: 10 0 10 0;
}

h1
{
	font-size: 11pt;
	margin: 5 0 5 0;
}

img
{
	position: relative;
}

#content_box
{
	position: relative;
	left: 220px;
	top: 140px;
	width: 340px;
	overflow: auto;
}
#menu
{
	position: absolute;
	left: 40px;
	top: 120px;
	width: 100px;
}
