.forCopyright, td.bottom1, td.bottom2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #DFDFDF;
	vertical-align: top;
}
.forTexts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 20px;
	text-align: justify;

}
.forForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px inset;
}
.forButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px outset;
}

body {
	background-color: #DFDFDF;
	background-image: url("images/bg.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

div.main {
	height: 100%;
	padding: 0px auto;
	margin: 0px;
	text-align: center;
}

table.main {
	background-color: #D7D6D6;
	border-width: 0px;
	height: 100%;
	margin: 0px auto;
	width: 760px;
}

table.body {
	border: 0px;
	width: 100%;
}

div.collage {
	background-color: #FFF;
	padding: 1.5em 0.5em;
	text-align: center;
}

div.collage img {
	margin: 0.5em auto;
	padding: 0 1em;
	vertical-align: middle;
}

td.news {
	text-align: center;
	width: 250px;
}

td.news iframe {
	height: 420px;
	width: 250px;
}

td.top {
/*	background-image: url("images/up_blend.gif");
	background-position: top;
	background-repeat: repeat-x;*/
	height: 64px;
	padding-bottom: 3px;
	vertical-align: top;
	background-color: #fff;
}

td.top img {
	height: 64px;
/*	width: 760px;*/
}

td.bottom1, td.bottom2 {
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

td.bottom1 {
	background-image: url("images/down_blend.gif");
}

td.bottom1 img {
	height: 30px;
	width: 12px;
}

td.bottom2 {
	background-image: url("images/down_blend.gif");
}

td.panorama {
	height: 163px;
	text-align: center;
	vertical-align:top;
}

td.panorama img {
	width: 760px;
	height: 163px;
}

p.bold {
	font-weight: bold;
}

p.center {
	text-align: center;
}

tr.body {
	vertical-align: top;
}

tr.menu td {
	background-image: url("images/menu_bg.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 45px;
	padding: 0px 1em 27px;
	vertical-align: bottom;
}

tr.menu a {
	color: #888;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0em 0.5em;
	text-decoration: none;
	vertical-align: center;
}

tr.menu a.mid, tr.menu a.left {
	border-right: 1px outset #fff;
}

tr.menu a.mid, tr.menu a.right {
	border-left: 1px outset #222;
}

tr.menu a:hover {
	color: #555;
}

div.hidable div.hidden {
/*	display: none;*/
}

div.hidable:hover div.hidden {
	display: block;
}

