
body {
	color: #333;
	font-size: 16px;
	padding: 0 0px 40px 0px; 
	font-family:arial;

} 
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.canvas {
	margin:0 auto;position:relative;
	
}
.grid {
	background-color:#FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	height:500px;
}
.logo {
	margin-left:24px;
	margin-top:17px;
}
.icons {
	margin-left:45px;
}
/* clearfix */
.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .row {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix, .row {display:block;}

/* gridframework */
.row {position:relative; margin-left:-0px;}
.gu1 .row {width: 900px;}

.col {padding-left:0px; float:left; position:relative;}
.gu1{width: 900px;}
.gu1_top_left{width: 500px;}
.gu1_top_right{
width: 400px;
}
.gu1_top_inside{
padding-left:115px;
padding-top:18px;
}

.gu1_top_inside img{
margin-bottom:17px;
}

.title {
	width:900px;
	text-align:center;
	font-family: Trebuchet MS;
}
p.title1 {
	font-size:30px;
	color:#134292;
	border:0;
	padding-top:17px;
	margin-bottom:0px;
 }
 p.title2 {
	font-size:25px;
	color:#000;
		border:0;
		padding-top:10px;
 }
 .menu {
 	width:900px;
 	font-family: Trebuchet MS;
 }
.menu_inside {
	padding-top:50px;
		 	border-bottom:2px #1caee0 solid;
		 	height:33px;
		 	width:70%;
		 	float:left;
}

.menu_lang {	
	padding-top:50px;
		 	border-bottom:2px #1caee0 solid;
		 	height:33px;
		 	text-align:right;
	
}
.menu_lang a {
	color:#134292;
}
.menu_inside ul {
}
.menu_inside li  {
	white-space:nowrap;
	display:inline;
		margin-left:5px;
		margin-right:35px;
		padding-right:0px;
	 }
.menu_inside li a {
	font-size:20px;
	color:#134292;
	text-decoration: none;
	text-transform: uppercase;
		padding-left:0;
}

a.active{
	color:#1caee0 !important;
}
.menu_inside li a:hover {
		color:#1caee0;  }

.content {
	width:890px;
	height:100%;
	padding:32px 5px 35px 5px;
	border-bottom:2px #1caee0 solid;
		line-height:22px;
		min-height:600px;
}
.footer{
	width:900px;
	font-size:10px;
	padding-top:12px;
}

span.important {
	font-weight:bold;
	color:#134292;
}

.content table {
    empty-cells: show;
    width:900px;
    margin:0 auto;
}

.content table td {
    padding-bottom:15px;
}

.content table td.ura {
color:#134292;
width:15%;
border:0px;
}
.content table td.text {
width:85%;
border:0px;
}
.content table td.text.small {
width:85%;
border:0px;
padding-bottom:25px;
}

ul.table_list li {
	padding: 15px 0px;
}
.content ul {
	margin-top:10px;
	list-style-type: none;
	 list-style-position: inside;

counter-reset: foo;
    display: table;

}
.content li {
 padding: 9px 0px; 
 margin-left:0px;
 counter-increment: foo;
  display: table-row;
  border-bottom:8px solid #fff;
}
.content li:last-child {
	border-bottom:0px; }
.content li:before {
    content: "• ";
    display: table-cell; /* aha! */
	color:#1caee0; 
	 text-align: right;
	padding-right:5px;

}

h1.ex {
	margin-top:25px;
}

p {
	margin-bottom:20px;
}

/**form*/
input[type=text] {
	padding:10px;
	margin-bottom:10px;
	width:60%;
	border-radius:2px;
	border:1px solid;
}
input[type=radio] {
	margin-left:0px;
	margin-right:5px;

}
input[type=checkbox] {
	margin-left:0px;
	margin-right:10px;

}
input[type=submit] {
	margin-left:0px;

}
.radio {	
	margin-bottom:15px;
}
.textarea {
		padding:10px;
	margin-bottom:10px;
	width:60%;
	border-radius:2px;
	border:1px solid;
	font-family:arial;
	font-size:13px;
}

.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #3498db;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  border:0px;
  margin-top:5px;
  cursor:pointer;
}

.btn:hover {
  background: #134292;
  text-decoration: none;
}

a {
	text-decoration:none;
	    color:#1caee0; 
	    outline:0;
}

a:hover {
	text-decoration:underline;
}