html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	background: #ffffff;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 11px;
}
body#bd {
	padding: 70px 0 0;
	color: #333333;
	background: url(../images/body-top.jpg) repeat-x top center #ffffff;
}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #ffffff;
	color: #000000;
	font-size: 11pt;
	font-family: serif;
	line-height: 140%;
}
.fontadjust {
	position: absolute;
	top: 102px;
	width: 115px;
	margin-left: 907px;
}

/*Menucis*/
  #menu .active a
{
font: normal; color: #a70000; text-decoration: none;
}
/* Default Menu */
a.mainlevel {
	padding: 5px 0 5px 15px;
	width: 90%;
	border-bottom: 1px solid #efefef;
	display: block;
	color: #333333;
	background: url(../images/arrow.png) no-repeat 3px 9px;
}
a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
	color: #35a6be;
	background: url(../images/arrow.png) no-repeat 3px 9px #F7F7F7;
	text-decoration: none;
}
/* Normal link */
a {
	color: #35a6be;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #35a6be;
	text-decoration: underline;
}

/* Title text */
.contentheading, h1, h2, h3 {
        font-family: "tahoma", Tahoma, Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #0885b6;
}

/* Small text */
small, .small {
	color: #999999;
	font-size: 100%;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 155%;}
h3 {
	font-size: 125%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	text-transform: uppercase;
}
p, pre, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
ul {list-style: none;}
ul li {
	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 15px 6px;
	line-height: 180%;
}
ol li {
	margin-left: 35px;
	line-height: 180%;
}
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
fieldset {border: none;}
hr {
	border-top: 1px solid #dddddd;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a img {border: none;}
td, div {font-size: 100%;}

/* Form */
form {
	margin: 0;
	padding: 0;
}
form label {cursor: pointer;}
input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}
select, textarea, .inputbox {
	background: #ffffff;
	color: #666666;
	margin-bottom: 1px;
	padding: 3px 2px;
	border: 1px solid #dddddd;
}
/* ==================== pages */
.ctitl p a:link,.ctitl p a:visited,.ctitl p a:hover,.ctitl p a:active {
	text-decoration:none;
	background:#ffffff;
	border: 1px solid #cccccc;
	padding:2px 5px;
	font-size:10px;
}
.ctitl p {margin:4px 6px;}
.ctitl p span {
	text-decoration:none;
	background:#ffffff;
	padding:2px 5px;
	border:1px solid #cccccc;
	font-size:10px;
}
.ctitl h4 {
	margin-top:-1.45em;
	padding:0;
	border:none;
}
.exdiv{
margin: 0px;
padding: 0px;
background-color:#FEF2F2;
border-left: 1px solid #FF6060;
border-top: 1px dotted #000;
border-right: 1px dotted #000;
border-bottom: 1px dotted #000;
}

#tooltip {
font: 10px tahoma; color : #282828;
border-left: 1px solid #c4c4c4; 
border-right : 1px solid #c4c4c4; 
border-bottom : 3px solid #35a6be; 
border-top : 1px solid #c4c4c4;
background: #f6f6f6;
padding : 6px 7px;
position : absolute;
visibility : hidden;
    -moz-opacity : 0.9;
    -moz-border-radius : 5px;
    filter:alpha(opacity=90); 
   -moz-opacity:0.9; 
   -khtml-opacity: 0.9; 
   opacity: 0.9; 
}
/* ==================== spoilers. */
.title_spoiler {
	color: #636363;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e0dfe3;
	font-weight: bold;
	padding: 5px;
}

.title_spoiler img{
border: 0;
}

.spoiler {
	color: #757575;
	background-color: #FCFCFC;
	border: 1px dashed #e0dfe3;
	border-top: 0;
	text-align: justify;
	padding: 5px;
}
#menu a.activ {
background-color: #FE9212;
border-color: #FE9212;
}
