@CHARSET "UTF-8";
/*
 * (c) Copyright 2007, Stefan J. Morgenroth, yabba.network, http://yabba.net/work
 * $Id: screen.css 3 2007-04-01 23:17:10Z Joe $ , $Revision: 3 $
 */

body
{
	background-color: #ffffff;
	font-family: "HelveticaNeue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	font-family: "Bitstream Vera Sans","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	font-family: "Bitstream Vera Sans", "Trebuchet MS",Helvetica, Arial,sans-serif;
	font-family: "Bitstream Vera Sans", Helvetica, Arial, Geneva, sans-serif;
	font-family: "Bitstream Vera Sans", Helvetica, Arial, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #ff6300;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	width: 700px;
}
pre
{
	font-family: "Courier New", Courier, monospace;
	border: dotted 1px #ffffff;
}
p
{
	color: #000000;
}
a
{
	text-decoration: none;
	/* color: #000000; */
}
a:hover
{
	text-decoration: none;
	/* border-bottom: dashed 1px #006600; */
}
a:hover img
{
	text-decoration: none;
	border: none;
}
img
{
	text-decoration: none;
	border: none;
}
#corporateborder
{
	z-index: 99;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background-color: #ebebeb;
	color: #000000;
	margin-top: 0px;
	margin: 0px;
	padding: 3px;
	border-bottom: outset 1px;
	white-space: nowrap;
}
#corporateborder a
{
	/* border: inset 1px; */
	border: none;
	padding:3px;
	margin: 0px;
	background-color: #ebebeb;
	color: #000000;
}
#corporateborder a:hover
{
	/* border: inset 1px; */
	border: none;
	padding:3px;
	margin: 0px;
	background-color: #c3c3c3;
	text-decoration: none;
}
