/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg) repeat-x #D4D2D3;
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Arial;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - center page
 * * * * * * * * * * */
#containerIE
	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	background: url(images/background-page.jpg) repeat-x #D4D3D2;
	margin: 0px auto;
	text-align: left;
	width: 880px;
	padding: 0px;
	margin-bottom: 0px;
	}
/* * * * * * * * * * *
 * Top
 * * * * * * * * * * */
#top
	{
	}
#top .logo
	{
	background: url(images/background-logo.jpg);
	width: 286px;
	height: 174px;
	float: left;
	display: inline;
	}
#top .logo a.logoLink
	{
	width: 284px;
	height: 122px;
	display: block;
	}
#top .logo .langs
	{
	margin-left: 10px;
	padding-top: 10px;
	}
#top .logo .langs .last
	{
	margin-left: 170px;
	}
#top .logo .langs a img
	{
	border: 0px;
	}
#top .menu
	{
	background: url(images/background-menu.jpg);
	width: 593px;
	float: left;
	display: inline;
	font-size: 15px;
	}
#top .menu .menuItem
	{
	background: url(images/background-menu-border.jpg) no-repeat right;
	float: left;
	display: inline;
	height: 52px;
	line-height: 52px;
	padding-left: 10px;
	padding-right: 10px;
	}
#top .menu a
	{
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
#top .subMenu
	{
	background: url(images/background-submenu.jpg) repeat-x #FE1900;
	position: absolute;
	padding: 15px;
	padding-bottom: 30px;
	}
#top .subMenu .subMenuItem
	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #E6615E;
	}
#top .webDesc
	{
	float: left;
	display: inline;
	margin-left: 150px;
	margin-top: 20px;
	}
#top .webTitle
	{
	font-size: 25px;
	color: #000000;
	padding-bottom: 5px;
	}
#top .webSubTitle
	{
	font-size: 20px;
	color: #81776A;
	}
#top #search
	{
	margin-left: 10px;
	}
#top #search input.keyword
	{
	border: 1px solid #2A2924;
	background: #DCDCDC;
	font-size: 14px;
	color: #000000;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#top #search input.submit
	{
	background: url(images/background-input-submit.jpg);
	border: 0px;
	width: 64px;
	height: 27px;
	font-size: 14px;
	color: white;
	}
/* * * * * * * *
 * News
 * * * * * * * */
#news .newsBox
	{
	background: url(images/background-hpbox.jpg);
	width: 253px;
	height: 326px;
	float: left;
	display: inline;
	margin-left: 30px;
	margin-top: 10px;
	}
#news .newsBox .newsTitle
	{
	font-size: 16px;
	font-weight: bold;
	margin-left: 22px;
	padding-top: 15px;
	padding-bottom: 10px;
	}
#news .newsBox img
	{
	margin-left: 22px;
	border: 0px;
	}
#news .newsBox .newsText
	{
	font-size: 14px;
	color: #939292;
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 95px;
	overflow: hidden;
	}
#news .newsBox .newsHref
	{
	background: url(images/icon-square.jpg) no-repeat left center;
	margin-left: 22px;
	padding-left: 13px;
	}
#news .newsBox .newsHref a
	{
	color: #444444;
	font-size: 14px;
	}
/* * * * * * * *
 * Banner
 * * * * * * * */
#banner
	{
	margin-left: 40px;
	margin-top: 10px;
	}
/* * * * * * * *
 * Content
 * * * * * * * */
#content
	{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	}
#content h1
	{
	font-size: 25px;
	border-bottom: 1px solid #959595;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
#content a
	{
	color: #DC0800;
	}
#content .searchBox
	{
	margin-top: 10px;
	}
#content .searchBox a
	{
	font-weight: bold;
	text-decoration: none;
	}
/* * * * * * * *
 * Bottom
 * * * * * * * */
#bottom
	{
	background: url(images/background-bottom.jpg);
	height: 93px;
	text-align: center;
	line-height: 90px;
	color: #9B9C9C;
	font-size: 14px;
	}
#bottom a
	{
	color: #9B9C9C;
	}

/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.red
	{
	color: red;
	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}
.centerAlign
	{
	text-align: center;
	}
.rightAlign
	{
	text-align: right;
	}
.rightAlignImage
	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
.leftAlignImage
	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}
.leftAlignImage.miniPhoto
	{
	width: 50px;
	}
