html, body, td, input, textarea, select
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
}

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

a, a:link, a:visited, a:active, a:hover
{
	color: #f90;
	background: transparent;
	text-decoration: none;
}

a:hover
{
	color: #f90;
	background: transparent;
	text-decoration: underline;
}

h1
{
	font-size:		1.2em;
	line-height:	1.2em;
	margin: 0;
	color: #f90;
	background: transparent;
	font-weight: normal;
}

p
{
	margin: 0;
	margin-bottom: 1.2em;
}

pre
{
	font-size: 8pt;
	line-height: 1.2em;
}

#main
{
	position: relative;
	margin: 1.2em auto 0 auto;
	width: 660px;
	height: 550px;
	text-align: left;
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 660px;
	height: 76px;
}

.line
{
	position: absolute;
	left: 0;
	width: 660px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
}

#headerLine
{
	top: 76px;
	background: #f90;
	color: #fff;
}

#footerLine
{
	top: 518px;
	background: #ccc;
	color: #fff;
}

#visual
{
	position: absolute;
	top: 78px;
	left: 0;
	width: 293px;
	height: 440px;
}

#content
{
	position: absolute;
	top: 78px;
	left: 293px;
	width: 367px;
	height: 440px;
	overflow: auto;
}

#contentPadding
{
	padding: 1.2em;
	text-align: justify;
}

#menu
{
	position: absolute;
	top: 520px;
	left: 0;
	width: 660px;
	height: 30px;
}

#menu a, #menu a:visited, #menu a:link, #menu a:active, #menu a:hover
{
	color: #666;
	background: transparent;
	text-decoration: none;
}

#menu a:hover
{
	color: #f90;
	background: transparent;
	text-decoration: underline;
}

#menu table
{
	width: 100%;
}

#menu table td
{
	text-align: center;
	padding: .6em;
}

em
{
	font-style: normal;
	color:	#f90;
	background: transparent;
}
