										/* TAGS */
html, body {
	width: 100%; height: 100%;
	margin: 0px;
	padding: 0px;	
	background-color: #FDFDFD; background-image: url( "image/graphics/pattern.png" ); background-position: right center; background-repeat: repeat;
	font-family: Lucida Grande, Tahoma, sans-serif; font-size: 9pt; color: #4A5158; line-height: 200%;
}
a:link { color: #565481; text-decoration:none; font-weight:bolder; font-size: 8pt; }
a:hover, active { color: #485D5B; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #485D5B; padding-bottom: 0px; }
a:visited { color: #565481; text-decoration:none; font-weight:bolder; font-size: 8pt; }
h1, h2 {
	font-weight: bold; margin-top: 0px; margin-bottom: 0px;
	font-family: Lucida Grande, Tahoma, sans-serif; color: #4A5158; line-height: 200%;
}
td {
	font-family: Lucida Grande, Tahoma, sans-serif; font-size: 9pt; color: #4A5158; line-height: 200%;
}
th {
	font-family: Lucida Grande, Tahoma, sans-serif; font-size: 8pt; color: #4A5158; line-height: 200%;
	text-align: center;
}
img {
	border-width: 0px; border-style:none;
	vertical-align: bottom;
}
input, textarea {
	font-family: Lucida Grande, Tahoma, sans-serif; font-size: 9pt; color: #4A5158;
}
form {
	margin-bottom:0;
}
fieldset{
	border-style: none;
}
bold {
	font-weight: bold;
}
li {
	list-style: url( "image/graphics/bulletarrow.png" ) disc;
}
ul, ol{
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px;
	padding-left: 25px;
}
p {
	margin-top: 0px; margin-bottom: 5px;
}

										/* CLASSES */
	/* -- size & alignment -- */
.wh100 {
	width: 100%; height: 100%;
	vertical-align: top;
}
.w180 {
	width: 180px;
}
.info {
	padding: 10px;
	width: 50%;
	text-align: center;
}
.size {
	display: block;
	width: 500px; height: 80px;
}
.centerItem {
	margin-left: auto; margin-right: auto;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}
.vtop {
	vertical-align: top;
}
.m {
	line-height: 1;
}
.mainImage {
	width: 390px; height: 265px;
}
.smallmenu {
	height: 10px;
	vertical-align: top;
}
	/* -- border -- */
.border {
	border-style: solid; border-color: #DCD9D9; border-width: 1px;
	background-color: #FFFFFF;
}
.dottedborder {
	border-style: dashed; border-color: #DCD9D9; border-width: 1px;
	background-color: #FFFFFF;
}
	/* -- misc -- */
.pagebreak {
	border-left-width: 1px; border-left-style: dotted; border-left-color: #989D9C; padding:0px;
	width: 1px; height: 150px;
}
.lowpadding {
	border-collapse: collapse;
	width: 100%;
}
.hide {
	display: none;
}
.bold { font-weight: bold; }
.comment{
	background-image: url( "image/graphics/middleshadow.png" ); background-position: center center; background-repeat: repeat-y;
}

	/* -- overflow for scrolling -- */
.scrolloverflow {
	overflow: auto; overflow-x:hidden;
}

										/* POSITIONING */
div.container {
	position: relative;
	margin-left: auto; margin-right: auto;
	width: 775px; height: 475px;
	text-align: left;
}
div.content {
	position: absolute; top: 0px; left: 0px;
	width: 775px; height: 450px;
}
div.logo {
	position: absolute; top: 0px; left: 780px;
	width: 70px; height: 150px;
}
div.menu {
	position: absolute; top: 450px; left: 0px;
	width: 775px; height: 25px;
	background-image: url( "image/graphics/metal.png" ); background-repeat: repeat;
}
div.submenu {
	position: absolute;
	top: 418px; left: 0px;
	width: 775px; height: 32px;
	
	background-color:#EEEEEE;
	display: none;
}

div.submenu2 {
	position: absolute;
	top: 386px; left: 0px;
	width: 775px; height: 32px;
	
	background-color:#FFFFFF;
	display: none;
}