html {
	overflow-y: scroll;
}

html,body {
	width: 100%;
}

body {
	text-align: center;
}

#mainTable {
	background: #ffffff url(../images/bg.gif) repeat-y left top;
	margin: 0 auto;
	text-align: left;
	width: 944px;
	height: 100%;
	table-layout: fixed;
}

.spacer {
	width: 1px;
	height: 1px;
	border: 0px;
}

#banners {
	text-align: center;
}

#banners img {
	margin: 0px auto;
	margin-bottom: 10px;
}

.language {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	color: #b0a98b;
	width: 174px;
	height: 164px;
	margin-top: 8px;
/*	background-image: url(../images/siteLanguageSelectionBg.jpg); */
}

.languagePadding {
	padding-top: 1em;
	text-align: center;
}

.languageLink {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #000000;
}

.languageLink:visited {
	text-decoration: underline;
	color: #000000;
}

.languageLink:hover {
	text-decoration: none;
	color: #000000;
}


.articleCommandLink {
	color: #000;
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
	text-decoration: none;
}
.articleCommandLink:visited {
	color: #000;
	text-decoration: none;
}
.articleCommandLink:hover {
	color: #000;
	text-decoration: underline;
}

legend {
	color: #162d61;
}

.bottomText {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #c0cee2;
	text-decoration: none;
	line-height: 30px;
}

.bottomText:visited {
	color: #c0cee2;
	text-decoration: none;
}

.bottomText:hover {
	color: #c0cee2;
}

.bottomBold {
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}

.bottomSignature {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #818aa7;
	line-height: 30px;
}

.bottomSignature:visited {
	color: #818aa7;
}

.bottomSignatureLight {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #97a0bf;
	line-height: 30px;
}


/* layoutin oman templaten classit */

.layoutBox {
	width: 100%;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333333;
	margin-bottom: 15px;
	background-color: #e4e6ea;
	border: 1px solid #666666;
}

.layoutBox td {
	vertical-align: top;
}

.layoutBoxTitle {
	border-bottom: 1px solid #ffffff;
}

.layoutBoxTitleText {
	background-color: #4c5574;
	border-bottom: 1px solid #ffffff;
	height: 35px;
	color: #fff;
	line-height: 35px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
}

.layoutBoxRepeat {
}

.layoutBoxRepeatNavi {
}

.layoutBoxGradient {
}

.layoutBoxPadding {
	padding: 0px;
}

.layoutBoxPaddingNavi {
}

.layoutBoxBottom {
}

.layoutBoxBottomNavi {
}

.layoutBoxBottomGradient {
}