/* #BB362F =braun   unterstrich link */
/* #000000 =schwarz text */
/* #F5F5F5 =grau    hintergrund */

body	{
	background-image:url(/images/bg_paper.jpg);
	/* background : #014200 none; */
	background-color : #F5F5F5;
	color : #000000;
	font-weight : normal;
	font-family : Verdana, Arial, Sans-Serif;
	}
/* ----------------------------------------------------------- */
.nav	{
	position: absolute;
	top: 10px;
	left: 5px;
	width: 140px;
	}
/*.nav[class] {
	position: fixed;
 	}*/
.navtext {
	font-size: 6pt;
	left: 10px;
	text-align:center;
	}         		
.main {
	/*float: right;*/
	left: 150px;
	position: absolute;
	min-width:600px;
	width: auto;
	border-color: #FFFF00;
	/* border-left: 1px solid; */
	margin-right: 15px;
	padding-bottom: 5px;
	padding-right: 4px;
	overflow:visible;
	}
.foot	{
	clear: right;
	border-color: #FFFF00;
	border-top-color: #FFFF00;
	/* border-top: 1px solid; */
	}
/* ----------------------------------------------------------- */                    
A:link	{
	color : #BB362F;
	text-decoration : underline;
	}

A:visited {
	color : #BB362F;
	text-decoration : underline;
	}
A:active {
	text-decoration : overline underline;
	color : #FF0000;
	}
A:hover {
	text-decoration: overline underline;
	color : #FF0000;
	}
/* ----------------------------------------------------------- */                    
table	{
	border-width:2px;
	border-color: #BB362F;
	}
tr	{
	border-width:2px;
	border-color: #BB362F;
	}                    
th	{
	border-width:2px;
	border-color: #BB362F;
	text-align : left;
	text-decoration : none;
	font-size : 10pt;
	font-family : Verdana, Arial, Sans-Serif;
	font-weight : bold;
	}
td	{
	border-width:2px;
	border-color: #BB362F;	
	font-size : 10pt;
	font-family : Verdana, Arial, Sans-Serif;
	font-weight : normal;
	}                  
/* ----------------------------------------------------------- */
p.small	{
	text-decoration : none;
	font-size : 9pt;
	font-style : italic;
	font-weight : normal;
	font-family : Verdana, Arial, Sans-Serif;
	}
div.small {
	text-decoration : none;
	font-size : 6pt;
	font-style : italic;
	font-weight : normal;
	font-family : Verdana, Arial, Sans-Serif;
	}                    
img	{
	border-width:0;
	/*margin:5px;*/
	}