body {
	font-family:arial;
	font-size:11pt;
	color:#000000;
	background-color:#eeeeee;
}

a {color:#4080ff; text-decoration:underline}
a:hover {text-decoration:none}

h1 {color:#4080ff; font-size:15pt; border-bottom: #4080ff 1px solid; padding-bottom:4px;}
h2 { font-size:12pt; }
li {padding-top:5px;}

.container {
	width: 760px;
	margin: 20px auto;
	background: #ffffff;
	padding : 2px;
	border: 1px solid #c9c9c9;
}

.header {
	background: #e8f0ff;
	color: #000000;
	padding: 10px 8px;
	border-bottom: 2px solid #4080ff;
}

.headerCompany {
	font-size: 18pt;
	font-weight: bold;
	color: #4080ff;
}
.headerSystems{
	font-size: 18pt;
	font-weight: bold;
	color: #2e506e;
}

.headerSlogan {
	font-size: 11pt;
	font-weight : normal;
	letter-spacing: normal;
}

#language_menu_rtl {
	float:left;
}
#language_menu_ltr {
	float:right;
}

#sidebar_rtl {
	float: right;
	width: 180px;
}

#sidebar_ltr {
	float: left;
	width: 180px;
}

#sidebar_inner {
	margin:20px;
}

#content_rtl {
	margin:20px;
	margin-right: 180px;
}

#content_ltr {
	margin: 20px;
	margin-left: 180px;
}

.block_header {
	border-top : 1px solid;
	border-bottom : 1px solid;
	text-align: center;
	font-weight: bold;
}

.sidebar_block {
	border-top: 2px solid #4080ff;
	border-bottom: 2px solid #4080ff;
	background: #fafcff;
}

.sidebar_block a {
	text-decoration: none;
	padding:5px;
	display: block;
	line-height: 1.25em;
	color: #000000;
}

.sidebar_block a:hover {
	background: #e8f0ff;
}

.sidebar_block div {
	font-weight: bold;
	text-align: center;
	color: #4080ff;
	border-bottom: 1px solid #4080ff;
	padding: 5px;
	background: #e8f0ff;
}

#copyright {
	clear: both;
	background: #e8f0ff;
	color: #404040;
	border-top: 2px solid #4080ff;
	font-size:10pt;
	padding:2px 10px;
}

#copyright_xhtml_rtl {
	float: left;
	direction: ltr;
}

#copyright_xhtml_ltr {
	float: right;
	direction: ltr;
}

#sidebar_images {
    text-align: center;
    margin-top: 40px;
}

img {
    border: 0px none;
}
