* { border: 0; margin: 0; padding: 0; }
body {
	font-family: Verdana;
	font-size: 11px;
	background: #000000;
	background-image: url(images/tlo-2.gif);
	text-align: center;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5,h6 { font-size: 11px; }

td {
	font-family: Verdana;
	font-size: 11px;
}

#top, #main, #footer {
	width: 823px;
	margin: 0 auto;
	background-color: #ffffff;
	overflow: hidden;
	clear: both;
	text-align: left;
}

/**** TOP ****/
	#top img { display: block; }
	#t1 {
		padding: 6px 9px;
		color: #030303;
		background-color: #e8e9eb;
	}
	#t2 {
		margin-left: 3px;
		background-color: #e8e9eb;
		background-image: url(images/t2.gif);
		background-repeat: repeat-x;
	}
	#t2 ul, #t2 ul li { list-style: none; }
	#t2 ul { padding: 8px 0; }
	#t2 ul li {
		padding: 0 11px;
		border-left: 2px #222222 solid;
		display: inline;
	}
	#t2 a { font-weight: bold; }
	#langs {
		padding-right: 5px;
		float: right;
	}
	#langs img {
		margin: 7px 3px;
		display: inline;
	}
/**** /TOP ****/
/**** MAIN ****/
	#main { padding: 10px 0; }
	/**** LEFT ****/
		#content-2nd {
			margin-left: 5px;
			width: 185px;
			color: #0e366a;
			float: left;
		}
		#content-2nd a {
			color: #0b2850;
			font-weight: bold;
		}
		#content-2nd p {
			padding-top: 9px;
			padding-left: 14px;
			line-height: 17px;
		}
		#content-2nd dt {
			padding: 7px 10px;
			border-bottom: 2px #ffffff solid;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
			background-color: #0e366a;
			background-image: url(images/content-2nd_dtt.gif);
			background-repeat: no-repeat;
		}
		#content-2nd dd { margin-bottom: 12px; }
		#content-2nd dd dt {
			padding: 10px 2px 10px 17px;
			border-bottom: 1px #ffffff solid;
			font-size: 11px;
			background: #ddeafc url(images/content-2nd_sp.gif) 4px center no-repeat;
		}
		#content-2nd dd dd {
			margin-bottom: 0;
			padding: 10px 2px 10px 34px;
			border-bottom: 1px #ffffff solid;
			background: #ddeafc url(images/content-2nd_sp.gif) 21px center no-repeat;
		}
	/**** /LEFT ****/
	/**** RIGHT ****/
		#content {
			margin-left: 7px;
			width: 610px;
			float: left;
		}
		#content dt {
			padding: 4px 5px;
			border-bottom: 1px #7fa0b1 solid;
			font-size: 18px;
			color: #0e3262;
			background-image: url(images/content_dtt.gif);
			background-position: left;
			background-repeat: repeat-y;
		}
		#content dd { padding: 10px 0; }
		#content p {
			padding: 3px 0;
			line-height: 18px;
		}
		#content ul, #content ol { padding-left: 15px; }
	/**** /RIGHT ****/
/**** /MAIN ****/
/**** FOOTER ****/
	#footer {
		margin-bottom: 20px;
		padding: 7px 0;
		font-weight: bold;
		color: #0e366a;
		background-color: #e8e9eb;
	}
	#footer a { color: #676767; }
	#footer ul, #footer ul li { list-style: none; }
	#footer ul {
		margin-right: 10px;
		float: right;
	}
	#footer ul li {
		padding: 0 9px;
		border-left: 1px #676767 solid;
		display: inline;
	}
/**** /FOOTER ****/