body
{
	background-color: #F5FCFF;
}

div
{
	font: 11pt georgia;
	color: #3D130C;
}

a
{
	/*color: #1C9EE8;*/
	color: #1C9EE8;
	font-weight: bold;
}

div#logo
{
	position: fixed;

	left: 0px;
	top: 0px;
	width: 319px;
	height: 120px;

	/*%browserSwitch%
	{
		MSIE='background: transparent url(images/logo2.gif) no-repeat scroll 0px 0px;'
		default='background: transparent url(images/logo3.png) no-repeat scroll 0px 0px;'
	}*/
	background: transparent url(/images/logo2.gif) no-repeat scroll 0px 0px;

	z-index: 2;
}

div#title
{
	position: fixed;

	left: 319px;
	right: 0px;
	top: 0px;
	height: 120px;

	margin: 0px 0px 0px 0px;

	/*%browserSwitch%
	{
		MSIE='background: transparent url(images/horizontal2.gif) repeat-x fixed 0px 0px;'
		default='background: transparent url(images/horizontal4.png) repeat-x fixed 0px 0px;'
	}*/
	background: transparent url(/images/horizontal2.gif) repeat-x fixed 0px 0px;

	vertical-align: bottom;
	font-size: 14pt;
	color: #1C9EE8;

	z-index: 2;
}

div#menu
{
	position: fixed;

	left: 0px;
	top: 120px;
/*	bottom: 200px;*/
	height: 100%;
	width: 150px;

	padding: 10px 10px 10px 30px;

	background: transparent url(/images/vertical2.gif) repeat-y fixed 0px 0px;

	font-weight: bold;
	font-size: 12pt;

	z-index: 0;
}

div#menu a
{
	float: left;
	color: #1C9EE8;
	width: 100%;
	text-decoration: none;
	border-right: dotted #3D130C 1px;
	/* border-left: solid #3D130C 1px; */
}

div#menu a:hover
{
	/* float: right; */
	color: #3D130C;
	/* width: 145px; */
	border-right: solid #3D130C 1px;
}

div#main
{
	position: absolute;

	top: 120px;
	left: 210px;
	right: 20px;

	z-index: 1;
}

div#main div#footer
{
	position: absolute;

	left: 0px;
	right: 0px;
	bottom: -20px;

	text-align: center;
	font-size: 8pt;
}

#company_title
{
	font-weight: bold;
	color: #1C9EE8;
	font-size: 20pt;
}

div.indent
{
	margin: 0px 0px 0px 10px;
}

h2
{
	font-size: 14pt;
	color: #1C9EE8;
}

table#surplus
{
	background-color: #E7F8FF;
	font: 10pt verdana;
}

table#surplus th
{
	border: solid #3D130C 2px;
}

table#surplus td
{
	border: solid #3D130C 1px;
}

.clearRight
{
	clear: right;
}

.clearLeft
{
	clear: left;
}

@media print
{
	#logo, #title, #menu
	{
		display: none;
	}
	#main
	{
		top: 0px;
		left: 0px;
		right: 0px;
	}
	body
	{
		background-color: white;
	}
}
