/* CSS Document */
html,body{
	margin:0;
	padding:0;
	height:100%;
}
body{
	font: 10pt arial,sans-serif;
	background-color: #fff;
}

body a{
	font: 10pt arial,sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

body a:hover{
	color: #F6813A;
}

p a{
	color: #F6813A;
	font-weight: normal;
	text-decoration: underline;
}

p a:hover{
	color: #009900;
	text-decoration: none;
}

.nMoreLink{
	font: 10pt arial,sans-serif;
	text-decoration: none;
	color: #000;
}

a:hover.nMoreLink{
	color: #F6813A;
}

img{
	border: none;
}

img.middle{
	vertical-align: middle;
}

#ltLogo{
	height:286px;
	width:199px;
	position: relative;
	background-image: url('/img/lt_logo.jpg');
}

#rtZag{
	height:40px;
	width:40px;
	background-color: #fff;
}

#bgrtMenu{
	background-image: url('/img/bg_right.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.fLink{
	color: #7a7a7a;
	font-size: 8.25pt;
}

.infBlock{
	color: #fff;
	font-size: 9pt;
	margin-left: 7px;
}

.mLang{
	color: #7a7a7a;
	font-weight: bold;
}

.code{
	color: #f68b20;
	font-weight: bold;
	font-size: 12pt;
}

.num{
	color: #7a7a7a;
	font-weight: bold;
	font-size: 18pt;
}

ul.curssub{
	list-style: none;
}

ul.curssub li{
	padding-left:20px;
	line-height:30px;
	background:none;
}

ul.curssub li a, span{
	color: #2a2a2a;
	font-weight: bold;
	text-decoration: none;
	list-style-type:none;
}

ul.curssub li a:hover{
	text-decoration:underline;
}

ul.curstop{
	list-style: none;
}

ul.curstop li{
	padding-left:20px;
	background:url(/img/bullit_cur.gif) no-repeat left 10px;
	line-height:30px;
}

ul.curstop li a, span{
	color: #F6813A;
	font-weight: bold;
	text-decoration: none;
	list-style-type:none;
}

ul.curstop li a:hover{
	text-decoration:underline;
}

ul.curs{
	list-style: none;
	margin-left: 0; 
    padding-left: 0;
	padding-left:40px;
}

ul.curs li{
	line-height: 25px;
	background:none;
}

ul.curs li a, span{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	list-style-type:none;
}

ul.curs li a:hover{
	color: #F6813A;
}

.cursLink{
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12pt;
}

.multi{
	color: #7a7a7a;
	font-weight: bold;
}

.nDay{
	font-size: 14pt;
	color: #F6813A;
	font-weight: bold;
}

.nMonth{
	font-size: 9pt;
	font-weight: bold;
}

.bulHidden{
	display: none;
}

.crumbs{
	color: #7a7a7a;
	font-size: 8.25pt;
	font-weight: bold;
}

#scroller_container {
position: relative;
width: 100%;
height: 22px;
overflow: hidden;
border:solid 1px #999999;
}

#scroller{
	white-space: nowrap;
	font: 9pt tahoma,sans-serif;
	text-decoration: none;
	color: #f5782c;
	text-transform:uppercase;
	margin-top:3px;
	font-weight:bold;
}

#scroller a{
	color:#7dc33f;
}

#scroller a:hover{
	text-decoration:underline;
}

#scroller span{
	color:#7dc33f;
	font-weight:bold;
}