h1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	width: 760px;
	margin: 0;
	padding: 0;	
}

h1 em {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 2px 0 5px;
}

h1 em a {
	border-bottom: 1px dotted #666;
	text-decoration: none;
}

h1 em a:hover {
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 13px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 5px 0 6px 0;
	float: left;
}

h2 em 
{
    white-space:nowrap;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 13px;
	margin: 0 10px 0 0;
	padding: 5px 0 6px 0;
}

h3 em {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	white-space:nowrap;
}

h3 em a {
	border-bottom: 1px dotted #999;
	text-decoration: none;
}

h3 em a:hover 
{
    border-bottom: 1px dotted black;
	text-decoration: none;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 3px 0;
	padding: 0;
	color: #666;
}

h5 a {
	color: black;
}

p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
}

p.introduction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 10px 5px 0;
	color: black;
}

p.introduction-frontpage {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin:0;
	padding:0;
}

div.introduction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 10px 5px 0;
	color: black;
}

p.numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

p.companyInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
}

.diagram p img {
	padding-top: 10px;
}

.relations p img {
	padding-right: 5px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a img {
	border: none
}

ul li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#readmore ul {
	padding: 10px 0 10px 15px;
}

#readmore ul li {
	list-style: disc;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: black;
	text-decoration: none;
}

#readmore a {
	color: #336699;
	text-decoration: underline;
}

#readmoreFrontpage a {
	color: #336699;
	text-decoration: underline;
}

#readmore a:hover {
	text-decoration: none;
}

#readmoreFrontpage a:hover {
	text-decoration: none;
}

#showList a {
	color: #336699;
	text-decoration: underline;
}

#showList a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.alert {
	color: #CC0000!important;
}

a.collapse,
a.collapseFrontpage,
a.showall,
a.expand,
a.expandFrontpage,
a.expandList {
	color: #336699!important;
	text-decoration: none;
	background-image: url(img/icon-expand.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 13px!important;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a.map {
	background-image: url(../img/icon-map-24x24.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding: 10px 0 0 13px;
}

a.goto {
	background-image: url(img/goto.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 13px;
	font-size: 11px;
	color: #467392;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.goto,
a:hover.showall,
a:hover.expandList,
a:hover.expandFrontPage,
a:hover.expand {
	text-decoration: none;
}

table a {
	color: #336699;
	text-decoration: underline;
}

input {
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.checkbox input {
	border: none;
}

input.search {
	background-image: url(img/icon-search.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	border: 2px solid #8CB1DA;
	padding-left: 23px;
	float: left;
	color: #999999;
	background-color: White;
}

input.CompanyCompareSearch {
	background-image: url(img/icon-search.gif);
	background-position: 3px;
	background-repeat: no-repeat;
	border: 1px solid #8CB1DA;
	padding-left: 23px;
	float: left;
	color: #666;
	background-color: White;
}

input.searchCompanies {	
	float: left;	    
	color: #999999;
	background-color: White;	
	border:1px solid #8CB1DA;
}

input.searchCompaniesButton {		
	margin-left: 5px;
	height: 21px;
	width: 60px;
	visibility: hidden;
}

input.filter {
	background-image: url(img/icon-search.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	border:1px solid #8CB1DA;
    color:#999999;
    float:left;
    padding-left:23px;
}

label {
	font-size: 11px;
}

span.reference {
	color: #4b5b69;
	font-size: 10px;	
}

#showList ul {
	padding: 10px 0 10px 15px;
}

#showList ul li {
	list-style: disc;
	font-size: 12px;
	line-height: 18px;
}

.component-head h3 {
	color: #666666;
	padding: 0;
}

.component-head h3 strong {
	color: Black;
}