body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height:normal;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight: normal;
	line-height:normal;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom: 0px;
	font-weight: bold;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 12px;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-bottom: 0px;
	font-weight: bold;
}
H6 {
	font-family : Verdana,Geneva Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: normal;
}

.green {
	color: #006666;
}

.red {
	color: #cc0033;
}

.orange {
	color: #FF3300;
}

.gray {
	color: #777777;
}
.white {
	color: #FFFFFF;
}


.indent {
	margin-left: 16px;	
}


p {	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
p.colored {	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #CC0033;
}

/*
p.coloredbold {	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #CC0033;
	font-weight: bold;
}
*/

/*table style */
table {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

td.coloredtext {
	color : #CC0033;
}
td.smallcoloredtext {
	color : #CC0033;
	font-size: 8pt;
}
td.mediumtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height: normal;
}

/*
td.gray {
	background-color: #C0C0C0;
}
td.lightgray {
	background-color: #EFECE8;
}
td.mediumgray {
	background-color: #E0DAD1;
}
td.darkgray {
	background-color: #9E8B75;
}
*/

td.red {
	background-color: #CC0033;
}
td.bottombordered {
	border-bottom: 1px solid #CCCCCC;
	font-size: x-small;
}
td.topbordered {
	border-top: 1px solid #CCCCCC;
	font-size: x-small;
}
td.redbordered {
	border-bottom: 1px solid #CC0033;
}

td.redtopbordered {
	border-top: 1px solid #CC0033;
	
}

td.topborderGreen {
	border-top: 1px solid #006666;
}

td.topborderGray {
	border-top: 1px solid #999999;
}

td.bottomborderGreen {
	border-bottom: 1px solid #006666;
}

td.redborderedcell {
	border-top: 1px solid #CC0033;
	border-bottom: 1px solid #CC0033;
	background-color: #EDEDED;
	font-size: x-small;
}

.issueColumnHeads {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #eeeeee;
	color : #cc0033;
	vertical-align : bottom;
	text-align : center;
}

.issueColumnHeadRatings {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #eeeeee;
	color : #cc0033;
	vertical-align : bottom;
	text-align : center;
}

.issueColumnHeadRight {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #eeeeee;
	color : #cc0033;
	vertical-align : bottom;
	text-align : center;
}

.issueColumnData {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size:  10px;
}

.issueColumnDataRight {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size:  10px;
}

/*boldface */
b {
	color: #000000;
	font-weight: bold;
}
b.colored {
	color: #CC0033;
	font-weight: bold;
}
b.smallbold {
	font-weight: bold;
	font-size :8pt;
}
b.smallboldcolored {
	color: #CC0033;
	font-weight: bold;
	font-size :7pt;
}


/* default hyperlink styles */
a {
	color : #000000;
}

a:active {
	color : #CC0033;	
}

a:hover {
	color : #CC0033;
}

a:visited {
	
}


/* top global  nav hyperlink styles */
a.topNav {
	color : #000000;
}

a.topNav:active {
	color : #CC0033;	
}

a.topNav:hover {
	color : #CC0033;
}

a.topNav:visited {
	
}

.sectorNavHead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color : #555555;
	text-align: left;
	vertical-align : baseline;
}

.sectorNavHeadNoBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color : #555555;
	text-align: left;
	vertical-align : baseline;
}

.sectorNavHeadRed {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color : #cc0033;
	text-align: left;
	vertical-align : baseline;
}

.sectorNav {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
/*
a.boldlink {
	color : #000000;
	text-decoration : underline;
	font-weight : bold;
}
a.smallboldlink {
	color : #000000;
	text-decoration : underline;
	font-weight : bold;
	font-size :8pt;
}
a.colored {
	color : #CC0033;
	text-decoration : underline;
}
a.boldcoloredlink {
	color : #CC0033;
	text-decoration : underline;
	font-weight : bold;
}
a.smallcoloredboldlink {
	color : #CC0033;
	text-decoration : underline;
	font-weight : bold;
	font-size :8pt;
}

a.microlinkwhite {
	font-size : 8pt;
	text-decoration : underline;
	color : #FFFFFF;
}
a.microlinkwhite:hover {
	color : #FFFFFF;
}
*/
a.microlink {
	font-size : 8pt;
}
a.microlinkcolored {
	font-size : 8pt;
	color : #CC0033;
}

.microtext {font-family: Arial, Helvetica, sans-serif; font-size : 8pt;}

/*
a.footerlinkcolored {
	font-size : 7pt;
	color : #CC0033;
	margin-left: 3px;
	margin-right: 3px;
}
*/
a.footerlinkwhite,footerlinkwhite:active,footerlinkwhite:visited {
	font-size : 7pt;
	color : #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
}
a.footerlinkwhite:hover {
	font-size : 7pt;
	color : #FFFFFF;
	text-decoration : underline;
}
a.smallwhitelink {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.smallwhitelink:hover {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
a.smallwhitelink:active {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}



/*
a.tinylink {
	font-size : 11 px;
	text-decoration : none;
}
a.tinylinkunderline {
	font-size : 11 px;
	text-decoration : underline;
}
a.tinylinkboldunderline {
	font-size : 11 px;
	font-weight : bold;
	text-decoration : underline;
}
a.tinylink:hover {
	font-size : 11 px;
	text-decoration : underline;
}

a.coloredsubheadtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #CC0033;
	text-decoration : none;
}
*/

/* Others */

/*
.coloredheadtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #CC0033;
}

.coloredsubheadtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #CC0033;
}

.coloredsubheadtextgreen {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : ;
	color : #006666;
}

.coloredheadtexttall {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	line-height : 20px;
	font-weight : normal;
	color : #CC0033;
}
*/

/*
.coloredsectorhead {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	line-height : 24px;
	margin-left: 12px;
	font-weight : normal;
	color : #CC0033;
}
*/

.smallwhitetext {font-size: 9px; color: #FFFFFF; }

.smalltext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: normal;
}

.tinylinkunderline {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: normal;
}


/*
.smalltextbold {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
	line-height: normal;
}
*/

.footertext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	line-height: normal;
}
.mediumtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: normal;
}
.mediumcoloredtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height: normal;
	color : #CC0033;
}
.smallcoloredtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height: normal;
	color : #CC0033;
}
.smallcoloredbold {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #CC0033;
}

/*
.tinycoloredtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color : #CC0033;
}
.tinytext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}
.tinytextbold {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
}
.smalldate {
	font-size : 10px;
	color : #808080;
}

.rightSideHead {
	font-family : Arial, Helvetica, sans-serif, Verdana;
	font-size : 12pt;
	letter-spacing: -1px;
	color : #333333;
}
*/

.officetitle {
font-family: Times, Times New Roman, serif;
font-size: 36px;
color: #555555;
line-height: 100%;
}

/*Select,Input {
font-family : Arial, Helvetica, sans-serif, Verdana;
font-size : 8pt;
padding: 2px;
border: solid 1px #CC0033;
}*/

/*
#sectorNav img {
	width: 20px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	float: left;
	border: 1px;
	border: 1px solid black;
}
*/

img.sectorNavIMG {
	width: 20px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.alphaOn {
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;	
	color: #cc0033;
}

.ratedIssue {
	background-color: #ededed;
	border-top: 1px solid #CC0033;
	color: #cc0033;
	font-weight: bold;
	font-size : 11px;	
}

.debtLevel {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
.leftMenuHeadRed {
	font-size: 11px;
	color: #cc0033;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.leftMenuHead {
	color: #555555;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.regionName {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica,sans-serif;
}

.introText {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;	
}

.pdfText {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;	
}

.sectorHead {
	font: bold 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #ffffff;	
	background-color: #cc0033;
	border: solid 1px #ffffff;
	padding: 6px;
}
.columnHead {
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;	
	background-color: #C7BABC;
	border: solid 1px #ffffff;
	padding: 6px;
	text-align:center;
}
.reportList {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;	
	border-bottom: solid 1px #999999;
	
	border-top:  solid 1px #ffffff;
	padding: 6px;
}
.leftgraycolumn{
	background-color: #DDDDDD;
	border-right: solid 2px #ffffff;
}

/* CoolMenus 4 - default styles - do not edit */
.clCMEvent{position:absolute; width:99%; height:99%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:visible}
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:1; height:1; background-color:#cc0033; layer-background-color:#cc0033; visibility:visible}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:Verdana, Arial; font-size:10px; font-weight:bold}
.clLevel0{background-color:#cc0033; layer-background-color:#cc0033; color:white;}
.clLevel0over{background-color:#D3D3D3; layer-background-color:#D3D3D3; color:black; cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:#333333; layer-background-color:#333333}

/*Style for the background-bar*/
.cl2Bar{position:absolute; width:1; height:1; background-color:#696969; layer-background-color:#696969; visibility:visible}

/*Styles for level 0*/
.cl2Level0,.cl2Level0over{position:absolute; padding:2px; font-family:Verdana, Arial; font-size:10px; font-weight:bold}
.cl2Level0{background-color:#696969; layer-background-color:#696969; color:white;}
.cl2Level0over{background-color:#999999; layer-background-color:#999999; color:white; cursor:pointer; cursor:hand; }
.cl2Level0border{position:absolute; visibility:hidden; background-color:#333333; layer-background-color:#333333}


.menu1 {font-family:Verdana, Arial; font-size:10px; font-weight:bold; color:#FFFFFF; cursor:hand; cursor:pointer; text-decoration : none;}
.menu1:hover {color : #FFFFFF;}
.menu1:active {color : #FFFFFF;}
.menu1:visited {color : #FFFFFF;}

TD.summaryblue {
	BACKGROUND-COLOR: #666666
}
TD.oddrowcell {
	BACKGROUND: white
}
TD.evenrowcell {
	BACKGROUND: #ededed
}
.ratedheadingtext {
	FONT-WEIGHT: bold; FONT-SIZE: 13pt; COLOR: #777777; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TD.ratedsection {
	FONT-SIZE: 10pt; COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.smallboldlabel {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.headingtext {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; FONT-FAMILY: Arial, Helvetica, sans-serif
}
td.mediumgray {background-color: #E0E0E0;}

.redtext {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #cc0033;}

.order-form {
font-size : 11px;
font-family: verdana, arial, helvetica, sans-serif;
color: #000000;
background: #ffffff;
border: 1px;
border-style: solid;
border-color: #6c8dbd;
margin: 0;
}

.order-form-alert {
font-size : 11px;
font-family: verdana, arial, helvetica, sans-serif;
color: #990000;
background: #fff6d1;
border: 1px;
border-style: solid;
border-color: #990000;
}
 
.report-info {
font-size: 11px;
}

.report-info-old {
font-size: 11px;
font-style: italic;
}

.found {
font-weight:bold;
color: #cc0033;
}

.header_border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.header_bckgrnd {
	background-image: url(/images/fitch_bckgrnd.gif);
	background-color: #D4DBDF;
	background-repeat: repeat-x;
	height: 82px;
	width: 100%;
}

.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3D4650;
}

.search_box_border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.content1, .content1 td, .content1 p {
	/* text-align:justify; */
	}

#komunikat td, #komunikat p {
	text-align:justify;
}

#komunikat h2, #komunikat h3 {
	text-align:left;
}
