/* Standard element */
* {
	margin: 0;
	padding: 0;
}

html{ overflow-y : scroll; }

body {
	margin: 0;
	/*font: 0.9em Arial, Helvetica, sans-serif;*/
	font: 14px Arial;
 
/*	background: #F7F7F7;*/ 
}

p {
  color: #5b5745;

  font-size: 13px;
  line-height: 1.5;
  font-family: Helvetica, sans-serif, arial;


}


.sidebar {
  color: #5b5745;
  font-size: 12px;
  line-height: 1.4;
}

a {
	color: #5b5745;
	background: inherit;
	text-decoration: none;
}


a:hover {
	color: #437BBC;
	background: inherit;
	text-decoration: underline;
}


.body_li {
  color: #5b5745;
  font-size: 12px;
  line-height: 1.4;
  font-family: sans-serif, arial;
  
	list-style-type: arrow;
    padding-left:20px;
}

.body_li a{
	text-decoration:none;
	border-bottom:1px dotted #5b5745;
}


h1 {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 3px 0;
	padding-bottom: 4px;
	line-height: 120%;

}

h1 a:hover{
	text-decoration:none;
}


h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 17px 0 7px 0;
	line-height: 110%;
}


h2 a:hover{
	text-decoration:none;
}

.title h2{
	line-height: 150%;
	font-size: 14pt;
	font-weight: normal;
}




h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 8px 0;
	padding: 0;
	line-height: 110%;

}


.title h3{
	line-height: 100%;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0 4px 0;
	color: #000000;
}


#selectlang {
	border: 0px solid #ccc;
	font-size: .98em;
	font-weight: normal;
	font-family: Helvetica, Sans-serif, Tahoma, Arial, Verdana;
	width: 65pt;
	}

#selectlang select {	
	border: 1px solid #ccc;
	font-size: .98em;
	font-weight: normal;
	font-family: Helvetica, Sans-serif, Tahoma, Arial, Verdana;
	width: 65pt;
	}


.dotted{
	border-bottom: 1px dashed gray; 
	/*cursor: help;*/
}


.input-text{
	border: 1px solid #ccc;
	font-size: 0.9em;
	height: 1.7em;
	padding: 4px 3px 0pt 4px;
	width: 90%;
}

.input-textarea{
	border: 1px solid #ccc;
	font-size: 0.9em;
	padding: 4px 3px 0pt 4px;
	width: 90%;
}

.input-checkbox{
	border: 0px solid #ccc;
	font-size: 1.1em;
	padding: 4px 3px 0pt 4px;
}

select{
	border: 1px solid #ccc;
	font-size: 9pt;
	font-family: Helvetica, sans-serif, arial;
}

.button {
	border: 1px solid #ccc;
	font-weight: bold;
	height: 2.3em;
	padding: 3px 3px 0pt 2px;
	width: 130px;
  	font-family: Helvetica, sans-serif, arial;
	background:url(images/button_bg.gif) repeat-x left top;
}


/* Misc */
.clearer {
	clear: both;
}

.box{
	background:#FAFAFF;
	/*border:1px dotted #c0d0e0;*/
	color:#333;
	margin-top: 23px;
	margin-bottom: 17px;
	padding:10px 13px 18px 13px;
	clear: both;
	overflow: hidden;

	border:1px dotted #BBBBBB;


}

.box a{
	text-decoration: none;
}


div.quote {
	border-left: 1px solid #36C;
	clear: both;
	color: #5b5745;
	font-style: none;
	display: block;
	line-height: 150%;
	margin: 12px 0 12px 16px;
	padding-left: 10px;
	
	font-size: 13px;
	line-height: 150%;
	font-family: Helvetica, sans-serif, arial;
	width: 90%;

}

div.quote p{
	font-size: 13px;
	line-height: 150%;
	font-family: Helvetica, sans-serif, arial;
	width: 97%;
	color: #5b5745;
	
}



/* Menu */
div.menu ul {
	float: left;
	margin: 0 1px 0 0;
}
div.menu li {
	list-style-image: none;
}
div.menu a {
	background: #000000;
	color: #DDD;
	display: block;
	font-family: Arial;
	font-size: 85%;
	padding: 10px 0 5px 0px;
	text-decoration: none;
	width: 98px;
	text-align: center;
	height: 18px;
	border-top: 2px solid #000000;
	font-weight: normal;
}
div.menu a#current {
	/*background: #666; color: #FFF;*/
	/*background: #333 url(images/bgsubtitle.gif) repeat-x;*/
	border-top: 2px solid #437BBC;
}
div.menu a:hover {
	/*background: #666; color: #FFF;*/
	/*background: #333 url(images/bgsubtitle.gif) repeat-x;*/
	/*color: #fff;*/
	border-top: 2px solid #437BBC;
}
div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}



div.links a {
	color: #fff; background-position: left bottom;
	display: block;
	
	padding: 6px 0 8px 8px;
	text-decoration: none; color: #333;	
	border-left: 2px solid #fff;
	
}
div.links a:hover {
	color: #0080DD; background-position: left bottom;
	display: block;
	
	padding: 6px 0 8px 8px;
	text-decoration: none; color: #333;	
	border-left: 2px solid #36C;
	color: #36C;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background: #333 url(images/bgsubtitle.gif) repeat-x;
	color: #fff;
	font: bold 100% Tahoma,sans-serif;
	padding: 5px 8px;
	border-top: 2px solid #437BBC;
}


div.links div.line {
	height: 1px; background-color: #EEEEF5;
}


.dot { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: url(images/dot.gif) repeat-x;
	padding: 8px 0;
	font-size: 7pt;
}

.dot2 { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: url(images/dot.gif) repeat-x;
	padding: 8px 0;
	font-size: 7pt;
	width: 485px;
}

.pics {  
    /* height:  391px:  
    width:   226px; */
    /*padding: 0;  
    margin:  0;*/
    top: 2px;  

} 

.pics img {  
    padding: 0px;  
    border:  0px solid #eee;  
    background-color: #eee;  
    /* height:  391px:  
    width:   226px; */
    top:  0; 
    left: 0; 
} 

		img.border {
			display: block;
			padding:15px;
			border:solid;
			border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
			border-width: 1px 1px 1px 1px;
			background-color:white;
		}

		img.border2 {
			display: block;
			padding:5px;
			border:solid;
			border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
			border-width: 1px 1px 1px 1px;
			background-color:white;
		}
		img.bordersmall {
			background: #fff;
			border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
			border-width: 1px 2px 2px 1px;
			padding: 1px;
		}
/*		
#watermark_box {
position:relative;
display:block;
}
img.watermark {
position: absolute;
top: 230px;
left: 310px;
}
*/