/*CSS Level 2*/
/* Author Patrik NIlsen 2005 */
body, td, p
{
  	font-family: tahoma;
  	font-size: 8pt;
  	color: #000000;
}

p
{
 	margin: 0px;
}

ul
{
	margin: 0px;
  	padding: 0px;
  	list-style-position: inside;
  	list-style-type: disc;
  	font-weight: bold;
}

a
{
 	color: FF6600;
  	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	margin: 0px;
  	font-family: tahoma;
  	font-size: 8pt;
 	color: #ffffff;
}

h2
{
	margin: 0px;
  	font-family: Tahoma;
  	font-size: 8pt;
  	color: #ffffff;
  	letter-spacing: -1px;
}

h3
{
  	margin: 0px;
  	font-family: tahoma;
  	font-size: 8pt;
  	color: #ffffff;
	text-decoration: none;
  	margin-bottom: 7px;
}

h4
{
	margin: 0px 5px;
  	font-family: tahoma;
  	font-size: 8pt;
 	color: #000000;
 	margin-bottom: 5px;
}

h5
{
	margin: 0px;
  	font-family: tahoma;
  	font-size: 12pt;
 	color: #000000;
}
h6
{
	margin: 0px;
  	font-family: tahoma;
  	font-size: 10pt;
 	color: #000000;
}

pre
{
  margin: 0px;
  font-family: tahoma;
  font-size: 8pt;
  color: #ffffff;
}

.menu
{
	margin: 0px;
  	font-family: tahoma;
  	font-size: 8pt;
  	color: #ffffff;
  	margin-bottom: 7px;
	text-decoration: none;
}

.imgtxt
{
	margin: 60px 110px;
}