<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************** 
 * CSS for Minisite *
 * Media: screen    *
 ********************/
body {
	background-color: #EFEFEF;
	color: #000;
	font-family: verdana, sans-serif;
	text-align: center; /* align main div in IE */	
	height: 100%;
	margin: 0;
	background-image: url(../images/minisite_backgr.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;	
}
#main {
	position: relative;
	width: 726px; /* fixed width for main div */
	height: 100%;
	text-align: left; /* reset center align main div for IE */
	margin: auto auto; /* center align in firefox */
	background-color: #FFF;
}
#header {
	position: relative;
	height: 100px;
	margin: 0 20px 0 2px;
	padding-top: 15px;
}
#logo {
	position: relative;
	float: left;
	width: 200px;
}
#baseline {
	position: relative;
	float: right;
	padding-top: 6px;
}
#content {
	position: relative;
	margin-left: 180px;
	margin-right: 0;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-top: 20px;
}
#footer {
	position: relative;
	clear: both;
	margin: 10px 20px 30px 180px;
	padding-top: 10px;	
	font-size: 10px;
	border-top: 1px solid #CCC;
	color: #666;
}
#otherlang {
	position: absolute;
	top: 100px;
	right: 20px;
	text-align: right;
	z-index: 999;
	background-color: white;
}
#menu {
	position: absolute;
	width: 155px;
	top: 130px;
	left: 0;
	text-align: right;
}
#breadcrumbs {
	position: relative;
	font-size: 10px;
	margin-bottom: 10px;
}
#skip_content {
	display: none;
	visibility: hidden;
}
#otherproducts {
	position: absolute;
	top: 0;
	right: 20px;
	text-align: right;
}
#content table {
	font-size: 11px;
}
#content caption {
	text-align: left;
	padding: 0;
	padding-bottom: 15px;
}
ul.languages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 9px;
}
ul.languages li {
	display: inline;
	margin-left: 2px;
}
ul.crumbs {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;	
}
ul.crumbs li {
	display: inline;	
}
ul.list {
	margin-top: 15px;
	margin-bottom: 25px;	
}
ul.list li {
	margin-bottom: 5px;
}

ul.menuitems {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
}
li.menuitem {
	margin: 3px 0 10px 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	color: #FF8700;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 14px;
	/*color: #369;*/
	/*color: #666;*/
	color: #666;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.5;
}
h3 {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: 1.6;
}
h4 {
	font-size: 11px;
}
p, ul, .normal, address {
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.5;
}
sup {
	font-size: 11px;
}
pre {
	font-size: 11px;
	font-family: sans-serif;
	display: block;
	width: 400px;
}
a:link, a:visited {
	color: #0C2577;
	text-decoration: none;
	border-bottom: 1px solid #0c2577;
	padding-bottom: 1px;
}
a:active, a:hover {
	color: #FF8700;
	border-bottom: 1px solid #FF8700;
}
a.crumb:link, a.crumb:visited{
	color: #888;
	border: 0;
	text-decoration: none;
}
a.crumb:active, a.crumb:hover {
	color: #111;
	text-decoration: underline;
	border: 0;
}
a.menuitem_on:link, a.menuitem_on:visited {
	color: #FF7800;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
a.menuitem_on:active, a.menuitem_on:hover {
	color: #FF7800;
	border: 0;
}
a.menuitem_off:link, a.menuitem_off:visited {
	color: #0C2577;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
a.menuitem_off:active, a.menuitem_off:hover {
	color: #FF8700;
	border: 0;
}
a.language_on:link, a.language_on:visited, a.language_on:active, a.language_on:hover {
	color: #FF8700;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
a.language_off:link, a.language_off:visited {
	color: #0C2577;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
a.language_off:hover, a.language_off:active {
	font-weight: bold;
	color: #FF8700;
	text-decoration: none;
	border: none;
}
a.footer:link, a.footer:visited {
	color: #666;
	text-decoration: none;
	border: 0;
}
a.footer:active, a.footer:hover {
	color: #999;
	border: 0;
}
strong, b {
	font-weight: bold;
}
small {
	font-size: 80%;
}
address {
	font-style: normal;
	color: gray;
}

div.image {
	width: 250px;
}
.img_caption {
	color: gray;
	text-align: left;
	padding: 2px 4px;
}
.image_box {
	font-size: 11px;
	margin: 30px 0;
}
.orange_box {
	background-color: #FFFFFF;
	border: 1px solid #FF8700;
	border-left: 0;
	border-right: 0;
	margin-top: 20px;
	text-align: left;
	width: 225px;
}
table.orange_box th {
	background-color: #FF8700;
	color: white;
	font-weight: bold;
	text-align: left;
}
table.orange_box td {
	background-color: #FFDBB2;
}
.blue_box {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 15px;
	text-align: left;
}
table.blue_box td {
	padding: 10px 5px;
}
table.blue_box th {
	background-color: #ccc;
	color: #333;
	font-weight: bold;
	text-align: left;
}
.grey_box {
	background-color: #EFEFEF;
	border: 1px solid silver;
	padding: 5px;
}
div.grey_box a:link, div.grey_box a:visited, div.grey_box a:active, div.grey_box a:hover {
	border: none;
	text-decoration: underline;
	font-size: 10px;
}
.box_ul {
	margin-left:10px;
	padding-left:10px;
}
.box_ul li {
	margin-bottom: 5px;
}
.quote {
	margin-top: 20px;
	text-align: left;
	width: 225px;
}
.fieldset{
	display: block;
	border: none;
	margin: 15px 0;
	padding: 0;
	width: 400px;
	position: relative;
}
.field_title {
	display: block;
	background-color: #EFEFEF;
	width: 80%;
	color: black;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;	
}
.row {
	display: block;
	margin: 10px 5px;
	padding-top: 5px;
}
form {
	margin: 0;
	padding: 0;
}
label {
	display: inline;
	font-weight: bold;
	margin: 5px;
	font-size: 11px;
}
.field {
	font-size: 11px;
	font-family: verdana, sans-serif;
	border: 1px solid #CCC;
	padding: 2px;
}
.fielderror {
	font-size: 11px;
	font-family: verdana, sans-serif;
	border: 2px solid red;
	padding: 2px;
}
textarea {
	margin-top: 5px;
}
.button {
	background-color: #FFF;
	border: 1px solid #666;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	color: #0c2577;
	font: bold 11px verdana, sans-serif;
}
.button:hover { /* doesn't work in IE */
	color: #FF8700;
}
img.top_right {
	margin: 15px 0 50px 30px;
}
.error {
	color: red;
}
#otherproducts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#otherproducts ul li {
	margin: 0 4px;
	padding: 0;	
	display: inline;
}
a.otherproduct_off:link, a.otherproduct_off:visited {
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	font-size: 10px;
	padding: 1px;
	border: 1px solid #FFF;
}
a.otherproduct_off:hover, a.otherproduct_off:active {
	border: none;
	text-decoration: none;
	color: #FF8700;
	border: 1px solid #FF8700;
	padding: 1px;
}
a.otherproduct_on:link, a.otherproduct_on:visited, a.otherproduct_on:hover, a.otherproduct_on:active {
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #FF8700;
	font-size: 10px;
	padding: 1px;
	border: 1px solid #FFF;
}
script {
	display: none;
}</pre></body></html>