html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;

}

body {
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	background: #ffffff;
}

#wrapper {
	background: #ffffff;
}

#header {                                
	display: none;
}

#container {
}

#side-a {
	display: none;
}

#side-b {
	display: none;
}

#content { 
	float: left;
	text-align: left;
	background-color: #ffffff;
	border-bottom: 1px solid black;
	margin-right: 15mm;
	margin-left: 15mm;
	padding-bottom: 20px;
}

h1 {
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 60px;
}

h2 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
}

h3 {
	display: none;
}

p {
	margin-bottom: 14pt;
	line-height: 14pt;
	font-size: 13px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}


#menua,
#menua a.vmenu, 
#menua a.vmenu:link, 
#menua a.vmenu:visited,
#menua a.vmenu:hover,
#menua a.vmenu:active,
#menub,
#menub a.hmenu, 
#menub a.hmenu:link, 
#menub a.hmenu:visited,
#menub a.hmenu:hover,
#menub a.hmenu:active {
	display: none;
}


#flags {
	display: none;
}


#img {
	display: none;
}

#footer {
	color: #000000;
	font-size: 8px;
	bottom: 30px;
	margin-left: 15mm;
}

#headbg {
	display: none;
	width: 747px;
	height: 203px;
	background: url(../images/menu_bg.jpg) no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.smallborderleft {
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  margin-bottom:14px;
  float: left;
  clear: both;
}

.smallborderright {
  border:solid 1px silver;
  padding:5px;
  margin-left:10px;
  margin-bottom:14px;
  float: right;
  clear: both;
}.

