a {
	color: #000000;
	text-decoration: none;
}

h1 {
  font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'serif';
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  text-align: center;
}

h2 {
  font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'serif';
  font-size: 14pt;
  font-weight: Bold;
  text-decoration: none;
  color: #000000;
  text-align: center;
}

h3 {
  font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'serif';
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

p {
  /*font-family: 'Lucida Sans', 'Arial';*/
  font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'serif';
  font-size: 12pt;
  font-weight: normal;
}

img {
	border:0;
	}

img.center {   
	display: block;  
	margin-left: auto;  
	margin-right: auto;
}

img.titletext {   
	display: none;
}

span.titletext{
	display: block;
	margin-left: auto;
	margin-right: auto;
}



body {
	background-color: transparent;
	font-size: 12pt;
	color:#000000;
	margin: 0;
	padding: 0;
}

div#header{
	/*background-image: url(../commons/hbackground.jpg);
	background-repeat:repeat;
	background-attachment:fixed;*/
	background: transparent;
	color:black;
	top:0;
	left:0;
	width:100%;
	height:100px;
}

div#left-sidebar{
	display: none;
}
  
div#right-sidebar{
	display:none;
}

div#content{
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
}
  
div#menu{
	width: 0px;
	display: none;
}
  
div#main{
	height: 100%;
	float: left;
	width: 100%;
}
div#footer{
	clear: both;
	font-family: 'Futura', 'Lucida Sans', 'Arial';
	background:#F0F0F0;
	color:black;
	width:100%;
	height:3ex;
	text-align: center;  
}