@import "global.css";
@import "content.css";
@import "print.css";

#pdf_content p, #pdf_content p
{
	margin:0px;
	padding:0px;
	font-size:1em;
}
#pdf_content td, #pdf_content th
{
	font-size:1.1em;
}
#pdf_content h1
{
	font-size:130%;
}
#pdf_content h2
{
	font-size:115%;
}
#pdf_content h3,#pdf_content h4,#pdf_content h5,#pdf_content h6
{
	font-size:85%;
}
#pdf_content p,#pdf_content td,#pdf_content th,#pdf_content li
{
	font-size:85%;
}
#pdf_content li
{
	padding-left:1.12em;
}
#pdf_content td, #pdf_content th
{
	vertical-align:middle;
	border-right:1px solid #ABABAB;
	border-bottom:1px solid #ABABAB;
	color:#626566;
	padding:4.4px;
}
#pdf_content h1,#pdf_content h1 strong
{
	text-transform:uppercase;
}
#pdf_content h2, #pdf_content h2 strong
{
	text-transform:uppercase;
	margin-top:0.8em;
	margin-bottom:0.4em;
}
#pdf_content .content_area
{
	margin-bottom:1.44em;
}
#pdf_content #footer
{
	margin-top:3.2em;
}
#pdf_content a, #pdf_content a:hover
{
	background-image:none;
	padding:0;
}

#pdf_content table
{
	border-collapse:collapse;
	width:100%;	
}
#pdf_content td, #pdf_content th
{
	vertical-align:middle;
	border-right:2px solid #ABABAB;
	border-bottom:2px solid #ABABAB;
	color:#626566;
	border-top:none;
}
#pdf_content td.fontbold_border
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	border-bottom:2px solid #006b6e;
	color:#000;
}
#pdf_content td.fontbold_border_norightborder
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	border-bottom:2px solid #006b6e;
	border-right:none;
	color:#000;
}
#pdf_content td.fontbold_alignright_border
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	text-align:right;
	border-bottom:2px solid #006b6e;
}
#pdf_content td.fontbold_alignright_border_norightborder
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	text-align:right;
	border-bottom:2px solid #006b6e;
	border-right:none;
}
#pdf_content td.fontbold_headlinebgcolor_border
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	background-color:#006b6e;
	border-bottom:2px solid #006b6e;
	color:#fff;
}
#pdf_content td.fontbold_headlinebgcolor_border_norightborder
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	background-color:#006b6e;
	border-bottom:2px solid #006b6e;
	border-right:none;
	color:#fff;
}
#pdf_content td.fontbold_alignright_headlinebgcolor_border
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	text-align:right;
	background-color:#006b6e;
	border-bottom:2px solid #006b6e;
	color:#fff;
}
#pdf_content td.fontbold_alignright_headlinebgcolor_border_norightborder
{
	font-weight:bold;
	text-align:right;
	background-color:#006b6e;
	border-bottom:2px solid #006b6e;
	border-right:none;
	color:#fff;
}
#pdf_content td.bgcolor
{
	border-right:2px solid #ABABAB;
	border-bottom:2px solid #ABABAB;
	background-color:#e1e1e1;
}
#pdf_content td.bgcolor_norightborder
{
	border-bottom:2px solid #ABABAB;
	background-color:#e1e1e1;
	border-right:none;
}
#pdf_content td.norightborder
{
	border-bottom:2px solid #ABABAB;
	border-right:none;
}
#pdf_content td.alignright
{
	border-right:2px solid #ABABAB;
	border-bottom:2px solid #ABABAB;
	text-align:right;
}
#pdf_content td.alignright_bgcolor
{
	border-right:2px solid #ABABAB;
	border-bottom:2px solid #ABABAB;
	text-align:right;
	background-color:#e1e1e1;
}
#pdf_content td.alignright_norightborder
{
	border-bottom:2px solid #ABABAB;
	text-align:right;
	border-right:none;
}
#pdf_content td.alignright_bgcolor_norightborder
{
	border-bottom:2px solid #ABABAB;
	text-align:right;
	background-color:#e1e1e1;
	border-right:none;
}
#pdf_content td.border
{
	border-right:2px solid #ABABAB;
	border-bottom:2px solid #006b6e;
}
#pdf_content td.border_norightborder
{
	border-bottom:2px solid #006b6e;
	border-right:none;
}
#pdf_content td.alignright_border_norightborder
{
	text-align:right;
	border-bottom:2px solid #006b6e;
	border-right:none;
}
#pdf_content td.alignright_border_bgcolor
{
	border-right:2px solid #ABABAB;
	text-align:right;
	border-bottom:2px solid #006b6e;
	background-color:#e1e1e1;
}
#pdf_content td.alignright_border_bgcolor_norightborder
{
	text-align:right;
	border-bottom:2px solid #006b6e;
	background-color:#e1e1e1;
	border-right:none;
}
#pdf_content td.border_bgcolor
{
	border-right:2px solid #ABABAB;
	background-color:#e1e1e1;
	border-bottom:2px solid #006b6e;
}
#pdf_content td.border_bgcolor_norightborder
{
	background-color:#e1e1e1;
	border-bottom:2px solid #006b6e;
	border-right:none;
}
#pdf_content td.nobottomborder
{
	border-bottom:none;
	border-right:none;
	font-style:italic;
}
#pdf_content td.alignright_border
{
	border-right:2px solid #ABABAB;
	text-align:right;
	border-bottom:2px solid #006b6e;
}
#pdf_content td.indent
{
	padding-left:0.8em;
}
#pdf_content td.indentdouble
{
	padding-left:1.6em;
}
#pdf_content td.indent_border
{
	padding-left:0.8em;
	border-bottom:2px solid #006b6e;
}
#pdf_content td.indentdouble_border
{
	padding-left:1.6em;
	border-bottom:2px solid #006b6e;
}
#pdf_content td.fontbold_alignright_border_alignbottom
{
	font-weight:bold;
	text-align:right;
	border-bottom:2px solid #006b6e;
	vertical-align:bottom;
}
#pdf_content td.fontbold_border_alignbottom
{
	font-weight:bold;
	border-bottom:2px solid #006b6e;
	vertical-align:bottom;
}
#pdf_content td.fontbold_alignright_border_norightborder_alignbottom
{
	font-weight:bold;
	text-align:right;
	border-bottom:2px solid #006b6e;
	border-right:none;
	vertical-align:bottom;
}
#pdf_content td.fontbold_border_norightborder_alignbottom
{
	font-weight:bold;
	border-bottom:2px solid #006b6e;
	border-right:0;
	vertical-align:bottom;
}


#cntmain h1, #cntmain h1 strong
{
	text-transform:uppercase;
}

#cntmain h2, #cntmain h2 strong
{
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:5px;
}
.content_area
{
	margin-bottom:18px;
}
#footer
{
	margin-top:40px;
}
a.pdfurl
{
	color:#7A8AAC;
}
#pdftitle
{
	text-align:right;
	color:#213B74;
	margin-right:80px;
	padding: 5px 0 5px 2px;
}
#cntmain ul li
{
	background-image:url(../images/ico_list.gif);
	background-repeat:no-repeat;
	background-position:left 4pt;
	font-size:1.2em;
	padding-left: 1.4em;
	margin-bottom:0.4em;
}
#cntmain a, #footer_content a, a
{
	background-image:none;
}
.tx-kchtabletoexcel-pi1 p a
{
	padding:0;
	background:none;
}
#cntmain td p, #cntmain th p
{
	margin:0px;
	padding:0px;
	font-size:1em;
}
#cntmain table
{
	border-collapse:collapse;
	width:100%;	
}
#cntmain td, #cntmain th
{
	font-size:1.1em;
	vertical-align:middle;
	border-right:2px solid #ABABAB;
	border-bottom:2px solid #ABABAB;
	color:#626566;
	padding:5.5px;
	border-top:none;
}
#cntmain td.fontbold_border
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	border-bottom:2px solid #006b6e;
	color:#000;
}
#cntmain td.fontbold_border_norightborder
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	border-bottom:2px solid #006b6e;
	border-right:none;
	color:#000;
}
#cntmain td.fontbold_alignright_border
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	text-align:right;
	border-bottom:2px solid #006b6e;
}
#cntmain td.fontbold_alignright_border_norightborder
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	text-align:right;
	border-bottom:2px solid #006b6e;
	border-right:none;
}
#cntmain td.fontbold_headlinebgcolor_border
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	background-color:#006b6e;
	border-bottom:2px solid #006b6e;
	color:#fff;
}
#cntmain td.fontbold_headlinebgcolor_border_norightborder
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	background-color:#006b6e;
	border-bottom:2px solid #006b6e;
	border-right:none;
	color:#fff;
}
#cntmain td.fontbold_alignright_headlinebgcolor_border
{
	border-right:2px solid #ABABAB;
	font-weight:bold;
	text-align:right;
	background-color:#006b6e;
	border-bottom:2px solid #006b6e;
	color:#fff;
}
#cntmain td.fontbold_alignright_headlinebgcolor_border_norightborder
{
	font-weight:bold;
	text-align:right;
	background-color:#006b6e;
	border-bottom:2px solid #006b6e;
	border-right:none;
	color:#fff;
}
#cntmain td.bgcolor
{
	border-right:2px solid #ABABAB;
	border-bottom:2px solid #ABABAB;
	background-color:#e1e1e1;
}
#cntmain td.bgcolor_norightborder
{
	border-bottom:2px solid #ABABAB;
	background-color:#e1e1e1;
	border-right:none;
}
#cntmain td.norightborder
{
	border-bottom:2px solid #ABABAB;
	border-right:none;
}
#cntmain td.alignright
{
	border-right:2px solid #ABABAB;
	border-bottom:2px solid #ABABAB;
	text-align:right;
}
#cntmain td.alignright_bgcolor
{
	border-right:2px solid #ABABAB;
	border-bottom:2px solid #ABABAB;
	text-align:right;
	background-color:#e1e1e1;
}
#cntmain td.alignright_norightborder
{
	border-bottom:2px solid #ABABAB;
	text-align:right;
	border-right:none;
}
#cntmain td.alignright_bgcolor_norightborder
{
	border-bottom:2px solid #ABABAB;
	text-align:right;
	background-color:#e1e1e1;
	border-right:none;
}
#cntmain td.border
{
	border-right:2px solid #ABABAB;
	border-bottom:2px solid #006b6e;
}
#cntmain td.border_norightborder
{
	border-bottom:2px solid #006b6e;
	border-right:none;
}
#cntmain td.alignright_border_norightborder
{
	text-align:right;
	border-bottom:2px solid #006b6e;
	border-right:none;
}
#cntmain td.alignright_border_bgcolor
{
	border-right:2px solid #ABABAB;
	text-align:right;
	border-bottom:2px solid #006b6e;
	background-color:#e1e1e1;
}
#cntmain td.alignright_border_bgcolor_norightborder
{
	text-align:right;
	border-bottom:2px solid #006b6e;
	background-color:#e1e1e1;
	border-right:none;
}
#cntmain td.border_bgcolor
{
	border-right:2px solid #ABABAB;
	background-color:#e1e1e1;
	border-bottom:2px solid #006b6e;
}
#cntmain td.border_bgcolor_norightborder
{
	background-color:#e1e1e1;
	border-bottom:2px solid #006b6e;
	border-right:none;
}
#cntmain td.nobottomborder
{
	border-bottom:none;
	border-right:none;
	font-size:1.1em;
	font-style:italic;
}
#cntmain td.alignright_border
{
	border-right:2px solid #ABABAB;
	text-align:right;
	border-bottom:2px solid #006b6e;
}
#cntmain td.indent
{
	padding-left:0.8em;
}
#cntmain td.indentdouble
{
	padding-left:1.6em;
}
#cntmain td.indent_border
{
	padding-left:0.8em;
	border-bottom:2px solid #006b6e;
}
#cntmain td.indentdouble_border
{
	padding-left:1.6em;
	border-bottom:2px solid #006b6e;
}
#cntmain td.fontbold_alignright_border_alignbottom
{
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid #006b6e;
	vertical-align:bottom;
}
#cntmain td.fontbold_border_alignbottom
{
	font-weight:bold;
	border-bottom:1px solid #006b6e;
	vertical-align:bottom;
}
#cntmain td.fontbold_alignright_border_norightborder_alignbottom
{
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid #006b6e;
	border-right:none;
	vertical-align:bottom;
}
#cntmain td.fontbold_border_norightborder_alignbottom
{
	font-weight:bold;
	border-bottom:1px solid #006b6e;
	border-right:0;
	vertical-align:bottom;
}


