/* CSS Document */
body{
font-family:Arial, verdana, sans-serif;
font-size:11px;
background-color:#ededed;
margin:0 0 0 0;
}
.headTbl {
font-size:10px;
vertical-align:middle;
text-align:center;
font-weight:bold;
/*background-color:#E67300;*/
background-color:#0099CC;
color:#FFFFFF;
}
#top-left{
 border-top:1px dotted #A0A0A0;
 border-left:1px dotted #A0A0A0;
}
#top-right{
 border-top:1px dotted #A0A0A0;
 border-right:1px dotted #A0A0A0;
}
#bottom-left{
border-bottom:1px dotted #A0A0A0;
border-left:1px dotted #A0A0A0;
}
#bottom-right{
 border-bottom:1px dotted #A0A0A0;
 border-right:1px dotted #A0A0A0;
}
#top-leftright{
 border-top:1px dotted #A0A0A0;
 border-left:1px dotted #A0A0A0;
 border-right:1px dotted #A0A0A0;
}
#bottom-leftright{
 border-bottom:1px dotted #A0A0A0;
 border-left:1px dotted #A0A0A0;
 border-right:1px dotted #A0A0A0;
}
#bottom-top-leftright{
 border-top:1px dotted #A0A0A0;
 border-bottom:1px dotted #A0A0A0;
 border-left:1px dotted #A0A0A0;
 border-right:1px dotted #A0A0A0;
}
.odd{
background-color:#FAFAFA;
}
.even{
background-color:#FFFFFF;
}

td{
border-top: dotted 1px #CCCCCC;
}
#right {
border-right: dotted 1px #CCCCCC;
}
#left {
border-left: dotted 1px #CCCCCC;
}
select {
 font-size:11px;
 vertical-align:middle;
 color:#E46400;
 font-weight:bold;
}
#linkDet {
width:300px;
text-align:right;
}
#linkDet a{
 text-decoration:none;
 font-weight:bold;
 color:#336699;
}
#linkDet a:hover{
 color:#FF6600;
}

#tblrlst{
 padding: 14px 0px 5px 0px;
}
.ab{
 width:300px;
 font-weight:700;
 font-size:18px;
 padding: 14px 0px 5px 0px;
 vertical-align:middle;
 text-align:left;
 color:#005096;
 border-bottom: 1px solid #5f91c8;
 line-height: 17px;
 font-style:italic;
}
.bc{
 width:300px;
 font-weight:bold;
 font-size:12px;
 padding: 14px 0px 5px 0px;
 vertical-align:middle;
}
.orge{
 color:#E46400;
}