@charset "UTF-8";
/* this @charset is for mozilla's bug */

pre, dl, ol, p, blockquote
{
	line-height:140%;
}

blockquote
{
	margin-left:32px;
}

body
{
	color:black;
	background-color:white;
	margin-left:10%;
	margin-right:10%;
	font-family:"Trebuchet MS", arial, helvetica, Sans-Serif;
}

td
{
	margin-left:0%;
	margin-right:0%;
	font-size: 84%;
}

div#body a
{
        line-break:strict;
        word-break:break-all;
        word-wrap:break-word;
}

a:link
{
	color:#FB7E21;
	background-color:inherit;
	text-decoration:none;
}

a:active
{
	color:#666666;
	background-color:#FFDC98;
	text-decoration:none;
}

a:visited
{
	color:#996600;
	background-color:inherit;
	text-decoration:none;
}

a:hover
{
	color:#215dc6;
	background-color:#CCDDEE;
	text-decoration:underline;
}

h1, h2 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:#000000;
	background-color:#DDDDDD;
	padding:.3em;
	border:0px;
	margin:0px 0px .5em 0px;
	text-shadow: #CCCCCC 2px 2px 2px;
}
h3 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	border-bottom:  3px solid #DDDDDD;
	border-top:     1px solid #DDDDDD;
	border-left:   10px solid #DDDDDD;
	border-right:   5px solid #DDDDDD;

	color:inherit;
	background-color:#FFFFFF;
	padding:.3em;
	margin:0px 0px .5em 0px;
	text-shadow: #CCCCCC 2px 2px 2px;
}
h4 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	border-left:   18px solid #DDDDDD;

	color:inherit;
	background-color:#FFFFFF;
	padding:.3em;
	margin:0px 0px .5em 0px;
}
h5, h6 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:inherit;
	background-color:#DDDDDD;
 	padding:.3em;
 	border:0px;
 	margin:0px 0px .5em 0px;
}

h1.title {
	font-size: 30px;
	font-weight:bold;
	background-color:transparent;
	padding: 12px 0px 0px 0px;
	border: 0px;
	margin: 12px 0px 0px 0px;
}

dt {
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}
dd
{
	margin-left:1em;
}

pre
{
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding:.5em;
	margin-left:1em;
	margin-right:2em;
/*	white-space:pre;	*/
	font-size:80%;
	color:black;
	background-color:#F0F8FF;
/*	white-space:normal;	*/
	line-break:strict;
	word-break:break-all;
	word-wrap:break-word;
}

img
{
	border:none;
/*	vertical-align:middle;	*/
}

ul
{
	margin-top:.5em;
	margin-bottom:.5em;
	line-height:130%;
}

em
{
	font-style:italic;
}

strong
{
	font-weight:bold;
}

thead td.style_td,
tfoot td.style_td
{
	color:inherit;
	background-color:#D0D8E0;
}
thead th.style_th,
tfoot th.style_th
{
	color:inherit;
	background-color:#E0E8F0;
}
.style_table
{
	padding:0px;
	border:0px;
	margin:auto;
	text-align:left;
	color:inherit;
	background-color:#ccd5dd;
}
.style_th
{
	padding:5px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color:#EEEEEE;
}
.style_td
{
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
}

ul.list1
{
	list-style-type:disc;
}
ul.list2
{
	list-style-type:circle;
}
ul.list3
{
	list-style-type:square;
}
ol.list1
{
	list-style-type:decimal;
}
ol.list2
{
	list-style-type:lower-roman;
}
ol.list3
{
	list-style-type:lower-alpha;
}

span.noexists
{
	color:inherit;
	background-color:#FFFACC;
}

.small
{
	font-size:80%;
}

hr.full_hr
{
	border-style:solid;
	border-color:#333333 #FFFFFF #333333;
	border-width:1px 0px;
}

div#body
{
	padding:0px;
	margin:0px 0px 0px 0px;
}

div#footer
{
	font-size:70%;
	padding:0px;
	margin:0px 1% 0px 1%; 
}
div#sigunature{        margin: 0px 16px 0px 0px;        white-space:nowrap;        font-size: 12px;        line-height: 122%;}