html, body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image: url(images/index_bg.gif); 
	background-repeat: repeat-x;
}

#mainpart {
	width: 100%;
	width: expression( 
		(document.body.clientWidth < 760) ? '760px' : '100%'
	);
	min-width: 760px;
	position: absolute; 
	z-index: 10; 
	top: 350px;
}

#mcontainer {
	background-image: url(images/bottom_bg.jpg); 
	background-position: bottom; 
	background-repeat: repeat-x;
}



body,td,th {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

A {
	color: #0069CE;
}

A:HOVER {
	color: #003262;
	text-decoration: underline;
}

FORM {
	margin: 0px;
	padding: 0px;
}

td.spacer {
	width: 5%;
}

.botlinks {
	color: #00215D;
	font-size: 90%;
	margin-bottom: 5px;
}

.botlinks a {
	color: #00215D;
	text-decoration: none;
}

.botlinks a:hover {
	text-decoration: underline;
}

.copyrt {
	margin-top: 15px;
	font-size: 80%;
	color: #333333;
}

.copyrt a {
	color: #333333;
}

.slabel {
	color: #00215D;
	font-size: 80%;
	text-align: left;
}

INPUT.stxt {
	width: 120px;
}

IMG {
   behavior: url("pngbehavior.htc");
}

/*.noFlashMenu {
	font-size: 12px;;
	color: #ABBCD2;
}

.noFlashMenu a {
	color: #ABBCD2;
	text-decoration: none;
	margin: 0px 5px;
}

.noFlashMenu a.active {
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px;
}

.noFlashMenu a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 200%;
	line-height: 85%
}*/

#noFlashMenu {
	width: 100%; 
	height: 50px;
}

#noFlashMenu td {
	font-size: 12px;
	white-space: nowrap;
	background-image: url(images/menu_sprtr.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#noFlashMenu a {
	color: #ABBCD2;
	text-decoration: none;
	padding: 0px 8px 0px 9px;
	/*border: 1px solid #87A6B7;
	background-image: url(images/menu_sprtr.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;*/
}

a#mnitem0 {
	background-image: none;
}

#noFlashMenu a:hover {
	text-decoration: none;
	color: #ABBCD2;
	/*font-size: 200%;*/
}

#noFlashMenu td.active {
	background-image: url(images/menu_sprtr_a.gif) !important;
	background-repeat: no-repeat;
}

#noFlashMenu td.active a,
#noFlashMenu td.active a:hover {
	color: #ffffff;
	padding-left: 13px;
}

.smenu {
	padding: 0px 25px 0px 50px;
	font-size: 110%;
	line-height: 95%
}

.smenu td {
	padding-bottom: 5px;
	padding-top: 10px;
}

.smenu td img {
	margin-top: 7px;
}

TD.smitem, TD.smitema {
	padding-left: 10px;
}

.smitem a {
	color: #000000;
	text-decoration: none;
}

.smitem a:hover {
	color: #183272;
	text-decoration: underline;
}

.smitema, .smitema a {
	color: #D91A00;
	text-decoration: none;
}

.inform td.cont {
	padding-left: 50px; 
	padding-right: 25px;
	font-size: 70%;
	line-height: 140%;
}

.inform td.cont a {
	text-decoration: none;
	color: #777777;
}

.inform td.cont a:hover {
	text-decoration: underline;
	color: #000000;
}

.mainp td.cont {
	padding: 5px 50px 15px 30px;
}

.even {
	background-color: #f7f7f7;
}

.sArrows {
	font-size: 9px; 
	letter-spacing: -1px;
	color: #D91900;
}

a.nav {
	font-size: 85%;
	color: #999999;
	text-decoration: none;
}


table.pcount {
	margin-top: 15px;
	margin-bottom: 15px;
}

.pcount td {
	font-size: 11px;
	color: #999A9D;
	padding-right: 5px;
}

.pcount .current {
	background-color: #CCCCCC;
	color: #FFFFFF;
	padding: 2px 6px 1px 6px;
	font-size: 18px;
	margin-left: 5px;
}

.pcount a {
	color: #083578;
	font-size: 13px;
	margin-left: 5px;
	font-weight: normal;
}

a.arrow {
	font-size: 9px;
	border: 1px solid #083578;
	padding: 1px 3px 0px 2px;
	text-decoration: none;
	letter-spacing: -1px;
	color: #D91900;
}

#mainhead, #tpict, .attentiontxt {
	width: 100%;
	width: expression( 
		(document.getElementById('mainpart') && document.body.clientWidth < document.getElementById('mainpart').scrollWidth) 
			? document.getElementById('mainpart').scrollWidth
			: '100%'
	);
	min-width: 760px;
}

#tpict {
	height: 270px;
	position: absolute;
	top: 170px;
	z-index: 1;
	background-position: right;
}

#switch {
	position: absolute;
	z-index: 10;
	top: 172px;
	text-align: right;
	padding-right: expression( '9px' );
	width: expression( 
		(document.getElementById('mainpart') && document.body.clientWidth < document.getElementById('mainpart').scrollWidth) 
			? document.getElementById('mainpart').scrollWidth
			: '100%'
	);
	right: 7px;
	right: expression( 'auto' );
}

#langswitch {
	position: absolute;
	z-index: 10;
	top: 28px;
	text-align: right;
	width: 100%;
	width: expression( 
		(document.getElementById('mainpart') && document.body.clientWidth < document.getElementById('mainpart').scrollWidth) 
			? document.getElementById('mainpart').scrollWidth
			: '100%'
	);
	min-width: 760px;
	background-image: url(images/lang_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

table.attentiontxt td {
	width: 0%;
}


