body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666;
	background: #f3f3f3;
	line-height: 150%;
}

a {
	color: #9c1a1a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.c {
	clear: both;
}

span {
	display: none;
}

#wrapper {
	width: 900px;
	border: 20px solid #fff;
	margin-left: auto;
	margin-right: auto;
}

/*

#menu {
	display: block;
	width: 900px;
	height: 35px;
	background: #9c1a1a;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

*/

#menu a {
	display: block;
}

#menu_home, #menu_about_us, #menu_investor_relations, #menu_contact_us {
	height: 35px;
	margin-left: 22px;
}

#menu_home {
	width: 71px;
	margin-left: 466px;
	background-image: url(/images/menu_home.gif);
}

#menu_about_us {
	width: 92px;
	margin-left: 0;
	background-image: url(/images/menu_about_us.gif);
}

#menu_investor_relations {
	width: 155px;
	margin-left: 0;
	background-image: url(/images/menu_investor_relations.gif);
}

#menu_contact_us {
	width: 106px;
	margin-left: 0;
	background-image: url(/images/menu_contact_us.gif);
}

#menu_home:hover, #menu_about_us:hover, #menu_investor_relations:hover, #menu_contact_us:hover {
	background-position: 0 35px;	
}

.menu_active {
	background-position: 0 35px !important;
}

#header {
	width: 900px;
	height: 228px;
	background-image: url(/images/header-background.gif);
}

#header h1 {
	margin: 0;
	padding: 0;
}

#logo {
	display: block;
	position: relative;
	outline: none;
	width: 182px;
	height: 68px;
	left: 16px;
	top: 14px;
	background-image: url(/images/header-logo.gif);
}

#content {
	width: 900px;
	padding-top: 20px;
	background: #fff;
}

h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 12px;
	color: #9c1a1a;
	text-transform: uppercase;
}

table {
	border-collapse: collapse;
}

table th {
	background: #e8e8e8;
	padding: 6px;
	width: 200px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table td {
	background: #f3f3f3;
	padding: 6px;
	border-bottom: 1px solid #fff;	
}

#left {
	float: left;
	display: block;
	width: 620px;
	margin-bottom: 15px;
}

#left_wide {
	float: left;
	display: block;
	width: 900px;
	margin-bottom: 15px;
}

#right {
	float: left;
	display: block;
	width: 250px;
	margin-left: 30px;
	margin-bottom: 15px;
}

#recent_news, #related_articles, #navigation {
	margin: 0;
	padding: 0;	
}

#recent_news li, #related_articles li, #navigation li {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #f3f3f3;
	list-style-type: none;
}

#last_update {
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
}

#footer {
	border-top: 1px solid #f3f3f3;
	background: #fff;
	display: block;
	text-align: center;
	padding-top: 20px;
}

#footer img {
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
}

p {
	text-align: justify;
}