body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #0363A6;
}

#content {
	width: 750px;
	margin: 0 auto;
}

#head {
	width: 750px;
	height: 100px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
}

#document {
	width: 750px;
	border-collapse: collapse;
	border: no-border;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

#menu {
	vertical-align: top;
	width: 150px;
	background-color: #ABD7F5;
}

#space {
	height: 10px;
	background-color: #ABD7F5;
}

#work {
	vertical-align: top;
	border-right: 1px solid #ABD7F5;
	text-align: justify;
}

#change_page {
	padding: 20px;	
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #FF9600;
}

#address {
	background-color: #ABD7F5;
	padding: 5px;
	text-align: center;
	color: #083E57;
}

#language {
	width: 100%;
	padding: 3px;
	text-align: center;
}

#language img {
	border: none;
	padding-left: 5px;
	padding-right: 5px;
}

#to_load {
	text-align: justify;
	padding-right: 5px;

	width: 90%;
}

#to_load li{
	padding-top: 5px;
}

#to_load a {
	color: #FF8C04;
	text-decoration: none;
	font-weight: bold;
}

#to_load .fintolink {
	color: #FF8C04;
	text-decoration: none;
	font-weight: bold;
}

#to_load .nolink {
	color: #0363A6;
	text-decoration: none;
	font-weight: bold;
}
#to_load a:hover {
	color: #4E5F68;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

#to_load name {
	font-size: 12px;
	font-weight: bold;
	color: #029BEA;
	text-align: center;
}

#to_load img {
	border: none;
}

.subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #029BEA;
}

.column {
	width: 50%;
	float: left;
}
