@font-face {
        font-family: "DIN-Regular";
        src: url("DIN-Regular")
}

body
{
	list-style-position: outside;
	overflow: auto;
	list-style-type: circle;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: DIN-Regular;



}
h1{
	font-family: DIN-Regular;
	font-size: 16px;
	font-weight: bold;
	color: #535300;
	text-decoration: none;
}

P
{
	font-weight: normal;
	text-transform: none;
	color: #535300;
	font-family: DIN-Regular;
	font-size: 14px;
	text-decoration: none;
	list-style-type: circle;

}
td
{
	font-weight: normal;
	text-transform: none;
	color: #535300;
	font-family: DIN-Regular;
	font-size: 14px;
	text-decoration: none;
	list-style-type: circle;

}

SELECT
{
	font-family: Tahoma;
	background-color: #FFFFFF;
	overflow: auto;
	list-style-type: disc;
	cursor: crosshair;
}
a:link {
	color: #000000;
}

a:hover, a:active {
	color: #006600;
	}
		
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu {
	width: 200px;
	border: 1px none #ccc;
	margin: 10px;
	}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #535300;
	display: block;
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover, #menu3 li a:active {
	color: #000000;
	padding: 8px 0 0 30px;
	}	
