BODY {
margin : 0px;
background-color : #FFFFFF;
font-family: "MS Sans Serif", Geneva, sans-serif;
font-size: 10pt;
font-style : normal;
color: #333333;
}

H1  {
	font-size : 14pt;
	font-weight : bold;
	color : #333333;
	margin: 10px 20px 10px 20px;
}

H2  {
	font-size : 12pt;
	font-weight : bold;
	color : #333333;
	margin: 10px 20px 10px 20px;
}


HR {
	color: #cccccc;
	margin: 0px 20px 0px 20px;
}

p, ol, dl, dt, dd, blockquote {
	font-size: 10pt;
	margin: 10px 20px 10px 20px;
}

ul, li {
	font-size: 10pt;
	list-style-image : url(../if/bullet.gif);
	margin: 6px 20px 0px 20px;
	padding-left: 10px;
}

a:link {
  color: #333333;
  text-decoration: underline;
} 

a:hover { 
  color: #333333;
  text-decoration: underline overline;
  background-color : #FFF5EE;
}

a:visited {
  color: #333333;
  text-decoration: underline;
}

.headline {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
}

.bar {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #333333;
	background-image: url(../if/bar.gif);
	background-repeat: no-repeat;
	background-position : left;
	margin: 0px;
	padding: 25px 0px 30px 100px;
}


.cookie {
	text-align: right;
	padding: 6px 20px 0px 6px;
	font-size: 9pt;
}

.normal {
	text-align: left;
	padding: 10px 20px 10px 20px;
}

.menu {
	margin: 20px;
	font-size: 10pt;
}

.menu2 {
	margin: 5px 0px 0px 20px;
}

.foot1 {
	text-align: center;
	font-size: 9pt;
	padding: 6px 20px 6px 20px;
}

.foot2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
	padding: 6px 20px 6px 20px;
}

.table {
	background-image : url(../if/m-top.gif);
	background-repeat : repeat-y;
	background-position : top;
	margin: 0px;
}