/* CSS Document */

body {
	margin: 0;
	padding:0;
	font-size: 13px;
}
table{
	font-size: 13px;
	}
.page{
	width:100%;
	height:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top:40px;
	*padding-top:50px;/*Fix IE*/
	padding-left:0;
	padding-right:0;
}
.longpage{
	width:100%;
	padding-top:40px;
	*padding-top:50px;/*Fix IE*/
	padding-left:0;
	padding-right:0;
}
.gallery{
	width:100%;
	margin-top:5%;
	*margin-top:6%;/*Fix IE*/
	margin-left:0;
	margin-right:0;
}
div#menu{
	padding-top:5%;
}
h1.pagetitle{
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 5px;
	position: relative;
	margin-bottom:-12px;
}
h2.subtitle{
	position: relative;
	margin-top:1%;
	margin-bottom:5px;
	letter-spacing: 0.3em;
	font-style: oblique;
	font-weight: normal;
	font-size: 18px;
}
h2.chtitle{
	position: relative;
	margin-top:1%;
	margin-bottom:5px;
	letter-spacing: 0.3em;
	font-style: oblique;
	font-weight:bold;
	font-size: 18px;
}
div.pageContent{
	position: relative;
	visibility: inherit;
}
ul.list01{
	margin-top:0px;
	list-style-type: disc;
	list-style-position: outside;
  }
ul.disp{
	list-style-position: outside;
	list-style-type: none;
  }
a:hover {
	text-decoration: none;
}