body {
	background : url('/images/layout/bg.gif');
}

body, td {
	color : #666666;
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans-serif;
}

.threeColumn {
	border : none;
	padding : 0px;
	margin : 0px;
	width : 100%;
}

.threeColumnLeft, .threeColumnCenter, .threeColumnRight,
.threeColumnLeftFront, .threeColumnCenterFront, .threeColumnRightFront {
	vertical-align: top;
}

.threeColumnGutterLeft {
	width : 8px;
}

.threeColumnGutterRight {
	width : 24px;
}

.threeColumnRight td,  .threeColumnRightFront td{
	font-size : 10px;
	font-style: italic;
}


/* home page */
.threeColumnLeftFront {
	width : 157px;
	font-size : 10px;
}

.threeColumnCenterFront {
	width : 330px;
}

.threeColumnRightFront {
	width : 255px;
	font-size : 10px;
	font-style: italic;
}


/* other pages */
.threeColumnLeft {
	width : 157px;
	font-size : 10px;
}

.threeColumnCenter {
	width : 437px;
}

.threeColumnRight {
	width : 158px;
	font-size : 10px;
	font-style: italic;
}


img {
	border : 0px;
}

.menuShadow {
	background : url('/images/layout/nav/shadow_bottom.gif');
}

.menuShadowLeft {
	background : url('/images/layout/nav/shadow_bottom_left.gif');
}

.menuShadowRight {
	background : url('/images/layout/nav/shadow_bottom_right.gif');
}


#divprofile, #divcompanies, #divservices, #divsupport, #divnews {
	width : 110px; 
	position : absolute; 
	z-index : 1; 
	visibility : hidden; 
	text-align : center; 
	font-size : 9px;
	background-color : #fff;
}

.dotted {
	background-repeat : repeat-x;
	background-position: center;
	background-image : url('/images/layout/dotted.gif');
}

.rightTeaser {
	padding-left : 5px;
}

.footer {
	font-size : 10px;
	text-align : center;
	line-height : 200%;
}

.breadcrumbs, #breadcrumbs {
	font-size : 10px;
}

#breadcrumbs {
	margin-top : -15px;
	margin-bottom : 10px;
}


a {
	color : #077647;
}

.newsTitle {
	font-weight : bold;
}

.newsInfo {
	margin : 5px 0px 5px 0px;
	font-size : 10px;
}

.newsCaption {
	color : #fff;
	padding-left : 2px;
	font-size : 10px;
}

ul.arrow {
	list-style-image : url('/images/layout/arrow.gif');
}

ul.spaced li {
	margin-bottom : 5px;
	margin-left: -25px;
}

dl.spaced dd {
	margin-bottom : 5px;
}


.small {
	font-size : 10px;
}

h2 {
	color : #077647;
	margin-bottom : 0px;
	font-size : 18px;
}

h3 {
	margin-bottom : 0px;
	font-size : 14px;
}

.subMenu {
	line-height : 150%;
}