/*main*/
html body {
  margin:0;
  padding:0;
  background:#ffffff;
  font:Verdana,Arial,Sans-serif;
  font-size: 12pt;
  }
html>body {
  font-size:small;
  background:#ffffff;
  }  
#header {
display:none;
  }
#logo {
display:none;
  }
#title {
display:none;
  }

#logo img {
  visibility:hidden;
}

#navBar{
display:none;
}
a:link, a:visited {
color: #520;
background: transparent;
font-weight: bold;
text-decoration: underline;
}

#content{
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none;
color: black;
background: transparent none;

	}
#content h3{
	font-weight:bold;
	text-align:left;
	font-size:12px;
	border-bottom:1px solid #538CB5; 
}
#content b{
	font-weight:bold;
}
#content input{
border: 1px solid #538CB5;
width:100%;
}
#content textarea{
border: 1px solid #538CB5;
width:100%;
}
#content button{
border: 1px solid #538CB5;
background-color:#538CB5;
color:#ffffff;
margin-top:10px;
width:100%;
}
#text{
	text-align:justify;
}
#photo{
	text-align:center;
}
#photo img{
	padding: 0px 0px 0px 0px;
	border: 1px outset #a4a4a4;
}

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 70%;
	text-align:right;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
td{
border:1px solid #000000;
}