body {
	background-color: #FFFFFF;
}
body, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, address {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #505050;
}


/* LINK STYLES */
a {
	text-decoration: none;
	color: #f15922;
}
a:hover {
	color: #386478;
}
a img {
	border: 0px;
}
.langlink {
	line-height: 16px;
	padding-left: 19px;
	display: block;
	color: #ffffff;
}
.langlink:hover {
	background-color: #4e7a8e;
	color: #ffffff;
}


/* IMAGE STYLES */
.imageleft {
	float:left;
	margin-right: 10px;
}
.imageright {
	float: right;
	margin-left: 10px;
}
.imagecenter {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
.imagecenter, .imageleft, .imageright {
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* TITLE STYLES */
.title, .Title {
	font-size: 13px;
	font-weight: bold;
	display: inline;
	margin-bottom: 6px;
}
.subtitle, .Subtitle {
	font-size: 11px;
	font-weight: bold;
	display: inline;
	margin-bottom: 6px;
}


/* COLORED TABLE STYLES */
.colortable {
	width: 640px;
}
.colortable td {
	border-bottom: 1px solid #dddddd;
	padding: 2px 10px 2px 0px;
}


/* ICONS */
.iconemail {
	padding-left: 20px;
	background-image: url(../image/web/icon/darkemail.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.iconphone {
	padding-left: 20px;
	background-image: url(../image/web/icon/darkphone.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.iconpdf {
	padding-left: 20px;
	background-image: url(../image/web/icon/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* HIGHLIGHTS */
.orangehighlight {
	padding: 10px 20px 10px 20px;
	background-color: #f15922;
	color: #ffffff;
}
.orangehighlight * {
	color: #ffffff;
}
