

/* root tags */

	body, td, li, p {
			font-family: verdana, helvetica, geneva, sans-serif;
			font-size: 8pt;
		}

	body {
			min-width: 800px;
			max-width: 800px;
			
			margin: 0px;
			padding: 0px;
			
			background: white;
			color: black;
		}
	
	table {
			border: none;		
		}

	img {
			border: none;		
		}

	a:link { 
			font-weight: bold; 
			text-decoration: none; 
			color: #23007F;
		}
		
	a:visited {
			font-weight: bold; 
			text-decoration: none;
			color: #23007F;
		}
		
	a:hover, a:active { 
			text-decoration: underline;
		}
		
		
/* general workarounds */



/* logo */

	div.logo {
			padding: 0px;
			vertical-align: top;
			width: 800px;
		}
	

/* navigation */

	div.navigation {
			margin: 0px;
			padding: 0px;
			position: absolute;
			top: 149px;			
			left: 0px;
			font-size: 8pt;
		}
	
	div.navigation div.menulable {
			font-size: 8pt;
			font-style: italic;
			font-weight: bold;						
			margin: 1px 0px 1px 0px;
			padding: 5px 0px 5px 5px;
			background-color: #cfcfcf;
			width: 194px;
			border-bottom: 1px solid #8f8f8f;
			border-right: 1px solid #bfbfbf;			
			border-top: 1px solid #dfdfdf;			
		}

	div.navigation div.menuitem {
			font-size: 8pt;
			margin: 1px 0px 1px 0px;
			padding: 5px 0px 5px 10px;
			background-color: #dfdfdf;
			width: 189px;
			border-bottom: 1px solid #afafaf;
			border-right: 1px solid #dfdfdf;			
		}
	
	div.navigation div.menuitemindex {
			font-size: 8pt;
			margin: 1px 0px 1px 0px;
			padding: 5px 0px 5px 10px;
			background-color: #dfdfdf;
			width: 189px;
			border-bottom: 1px solid #afafaf;
			border-right: 1px solid #dfdfdf;			
	
			background-image: url(../img/navigation_index.gif);
			background-repeat: no-repeat;
			background-position: left center;
		}

	div.navigation div.submenuitem {
			font-size: 8pt;	
			margin: 1px 0px 1px 0px;
			padding: 5px 0px 5px 20px;
			background-color: #efefef;			
			width: 179px;
			border-bottom: 1px solid #cfcfcf;
			border-right: 1px solid #dfdfdf;			
		}

	div.navigation div.submenuitemindex {
			font-size: 8pt;	
			margin: 1px 0px 1px 0px;
			padding: 5px 0px 5px 20px;
			background-color: #efefef;			
			width: 179px;
			border-bottom: 1px solid #cfcfcf;
			border-right: 1px solid #dfdfdf;			
			background-image: url(../img/navigation_index.gif);
			background-repeat: no-repeat;
			background-position: left center;
		}
	
	div.navigation div.address {
			font-size: 8pt;
			margin: 1px 0px 1px 0px;
			padding: 30px 0px 20px 0px;
			background-color: #efefef;
			color: black;
			width: 199px;
			border-bottom: 1px solid #dfdfdf;			
			border-right: 1px solid #dfdfdf;			

		}
	
	div.navigation div.address h4 {
			color: black;
			font-size: 7.5pt;
			margin: 0px;
			padding: 2px 0px 2px 10px;
		}

	div.navigation div.address p {
			font-size: 7.5pt;			
			margin: 0px;
			padding: 0px 0px 2px 10px;
		}

	div.navigation div.address a.address {
			color: black;
			font-weight: normal;
		}





