body {
	margin: 0px;
	padding: 0px;
	background: url(images/line_head.jpg) repeat-x left top;
	line-height: 16px;
	text-align: justify;
	font-family: tahoma, arial; /**Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #434343;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 10px 10px;
}

.right {
	text-align: right;
	margin: 0px 5px;
}

tr.nowrap td {
	white-space:nowrap;
}

/** HEADER */

#header {
	width: 778px;
	height:386px;
	margin: 0px auto;
	padding: 0em;
	color: #254360;
	background:url(images/ltal.jpg) right top repeat-x
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 30px 0px 20px 0px;
}

#content ul {
	margin: 15px;
	padding: 0px;
	
}

#columnFULL {
	float: right;
	width: 748px;
	padding-left: 15px;
	padding-right: 15px;
	
}

#columnFULL h1 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
}

#columnFULL h2,h3 {
	height: 14px;
	border-spacing: 0px;
	font-size: 14px;
	font-weight: bold;
}

#columnA {
	float: right;
	width: 510px;
	padding-left: 20px;
	padding-right: 15px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h1 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
}

#columnA h2,h3 {
	height: 14px;
	border-spacing: 0px;
	font-size: 14px;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 195px;
	padding-left: 15px;
}

#columnB h1,h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
}

#columnB ul,li {
	text-align: left;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	padding: 18px 0px 0px 0px;
	height: 59px;
	background: url(images/fbg.jpg) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a.pata {
	color:#787878;
	text-decoration:none;
}

.link_f a {
	text-decoration:none;
	color:#474747;
	font-weight:bold;
}	
.link_f a:hover {
	text-decoration:underline;
}
.link_f1 a {
	text-decoration:underline;
	color:#1B4997;
}	