	/*** MAIN STYLES ***/
	html, HTML {
		overflow: -moz-scrollbars-vertical;
		}
	body { behavior:url(js/global.htc); }
	body {
		font-family: arial, verdana, sans-serif;
		font-size: 70%;
		color: #656565;
		margin: 0;
		padding: 0;
		background-color: #c5c3ae;
		background-image:  url(../images/main_bg.gif);
		background-repeat: repeat-x;
		background-position: center top;
		text-align: center;
		}
	td {
		font-family: arial, verdana, sans-serif;
		font-size: 1em;
		color: #656565;
		vertical-align: top
		}
	
	tr.alternate {
		background-color: #F0F0F0;
	}

	tr:hover {
		background-color: #F0F0F0;
	}
		
	th {
		background-color: #F0F0F0;
		}

	
	body.smallText #wrapper { font-size: 1em; }	
	body.mediumText #wrapper { font-size: 1.2em; }	
	body.largeText #wrapper { font-size: 1.4em; }
	
	body.smallText #central_column { font-size: 1em; }	
	body.mediumText #central_column { font-size: 1.2em; }	
	body.largeText #central_column { font-size: 1.4em; }
	
	input, select {font-family: arial, verdana, sans-serif; font-size: 10px; color: #656565; background-color: #FFFFFF; margin: 0;}
	textarea {font-family: arial, verdana, sans-serif; font-size: 11px; color: #656565; background-color: #FFFFFF; margin: 0;}
	a img, .link_img { border: none; }
	form { border: 0; margin: 0; padding: 0; }
	p { margin: 0; padding: 0 0 0.8em 0; }
	@media print { 
	.notforprint {display:none;}
	}
	@media screen {
	.notforscreen {display:none;}
	}
	@media handheld {
	.notforhandheld {display:none;}
	}
	.notforany {display: none;}
	/*** FONT STYLES ***/
	a { color: #d42719; text-decoration: none; } 
	a:hover { color: #000000; text-decoration: underline; }
	hr { border: 0; margin: 8px 0px 0px 0px; padding: 6px 0px 0px 0px; width: 100%; height: 2px; border-top: 2px solid #000000; overflow: hidden; display: none; }
	h1 { margin: 0; padding: 0px 0px 10px 0px; color: #000000; font-weight: bold; font-size: 1.6em; font-family: Helvetica, Arial, Verdana, sans-serif; }
	h2 { margin: 0; padding: 0px 0px 10px 0px; color: #000000; font-weight: bold; font-size: 1.4em; font-family: Helvetica, Arial, Verdana, sans-serif; }
	h3 { margin: 0; padding: 0px 0px 10px 0px; color: #656565; font-weight: normal; font-size: 1.3em; font-family: Helvetica, Arial, Verdana, sans-serif; }
	h4 { margin: 0; padding: 0px 0px 10px 0px; color: #000000; font-weight: bold; font-size: 1.2em; font-family: Helvetica, Arial, Verdana, sans-serif; }
	h5 { margin: 0; padding: 0; color: #000000; font-size: 1em; font-weight: normal; }
	h6 { margin: 0; padding: 0; color: #FF0000; font-weight: bold; }
	h1 em, h2 em, h3 em, h4 em, h5 em { font-style: normal; color: #d42719; }
	h1 span, h2 span, h3 span, h4 span, h5 span { color: #656565; } 
	em { } 
	strong { }
	strong em { font-style: normal; color: #d42719; }
	strong span { color: #000000; }
	.error, .message, .mandatory { color: #FF0000; font-weight: bold; }
	.error-message { display: block; color: #222222; padding: 3px 4px 4px 4px; background-color: #FFDDDD; border: 1px solid #FF0000; margin: 0px 0px 10px 0px; }
	.anchor { height: 1px; overflow: hidden; display: none; }
	.lge { font-size: 1.2em; }
	.normal, a.normal, .normal a { font-style: normal; color: #656565; }
	a:hover.normal, .normal a:hover { font-style: normal; color: #252525; }
	/*** LAYOUT STYLES ***/
	#wrapper {
		position: relative;
		width: 100%;
		background-image:  url(../images/wrapper-bg.gif);
		background-repeat: repeat-y;
		background-position: center top;
		}
	#wrapper1 {
		position: relative;
		width: 100%;
		background-image:  url(../images/wrapper1-bg.gif);
		background-repeat: no-repeat;
		background-position: center top;
		padding: 6px 0 0 0;
		}
	#container {
		position: relative;
		width: 100%;
		background-image:  url(../images/wrapper2-bg.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 0 0 20px 0;
		}
	#header {
		position: relative;
		width: 760px;
		margin: 0 auto;
		text-align: left;
		}
	#header label { display: none; }
	#header .logo { float: left; }
	#central_column {
		position: relative;
		width: 760px;
		margin: 0 auto;
		text-align: left;
		}
	#content_left {
		position: relative;
		float: left;
		width: 225px;
		padding: 20px 0 10px 0;
		}
	#content_center {
		position: relative;
		float: left;
		width: 535px;
		padding: 20px 0 10px 0;
		}
	.content {
		clear: both;
		padding: 12px 14px 14px 14px;
		}
	#content_left .content {
		width: 146px;
		}
	#content_center .content {
		width: 380px;
		}
	#footer {
		clear: both;
		position: relative;
		width: 760px;
		margin: 0 auto;
		padding-top: 15px;
		padding-bottom: 16px;
		#padding-bottom: 5px;
		text-align: left;
		color: #999999;
		font-size: 0.9em;
		}
	#footera {
		float: left;
		}
	#footerb {
		float: right;
		}
	#footer a { color: #CCCCCC; text-decoration: none; } 
	#footer a:hover { color: #FFFFFF; text-decoration: underline; }
	#footer em { display: none; }
	/*** MISC STYLES ***/
	.clear {
		clear: both;
		height: 0px;
		overflow: hidden;
		}
	.clear_l {
		clear: left;
		}
	.clear_r {
		clear: right;
		}
	.clear_n {
		clear: none;
		}
	.clear_content {
		clear: both;
		}
	.align_l {
		text-align: left;
		}
	.align_r {
		text-align: right;
		}
	.align_c {
		text-align: center;
		}
	.float_l {
		float: left;
		}
	.float_r {
		float: right;
		}
	.float_n {
		float: none;
		}
	.dnd {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		}
	.content_img_left {
		float: left;
		margin-right: 12px;
		margin-bottom: 8px;
		}
	.content_img_right {
		float: right;
		margin-left: 12px;
		margin-bottom: 8px;
		}
	.hr,
	.hr1,
	.hr2 {
		clear: both;
		height: 10px;
		background-image: url(../images/dotline_horizontal.gif);
		background-repeat: repeat-x;
		background-position: left center;
		font-size: 2px;
		}
	.hr1 {
		height: 20px !important;
		}
	.hr2 {
		height: 40px !important;
		}
	.hr_shadow,
	.hr_shadow1 {
		clear: both;
		background-image:  url(../images/shadow_horizontal.gif);
		background-repeat: no-repeat;
		background-position: top center;
		font-size: 2px;
		height: 5px;
		}
	.hr_shadow1 {
		clear: both;
		height: 10px;
		}
	#content_center ul {
		margin:0; 
		padding: 0 0 12px 0;
		}
		#content_center ul li {
			list-style-type: none; 
			background:  url(../images/arrow_bullet.gif) transparent; 
			background-repeat:no-repeat; 
			margin:0; 
			padding: 0px 0px 0px 12px; 
			background-position: 2px 4px;
			}
	/*** USEFUL HACKS ***/
	/* IMPORTANT HACK */
	element.class {
	width: 300px;
	_width: 400px;
	}
	/* IE 5 BOX MODEL HACK */
	element.class {
	width: 400px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 300px;
	}
	/*** NAVIGATION STYLES ***/
	ul#top_nav {
		float: right;
		overflow: hidden;
		margin: 0;
		padding: 0px 0 0 0;
		list-style: none;
		width: 400px;
		}
		ul#top_nav li {
			display: inline;
			}
			ul#top_nav li a {
				float: right;
				display: block;
				background-image: url(../images/top_nav_bg.gif);
				background-repeat: no-repeat;
				background-position: left center;
				padding: 0 8px 0 9px;
				color: #656565;
				}
			ul#top_nav li a:hover {
				text-decoration: none;
				color: #d42719 !important;
				}
			ul#top_nav li a.selected {
				color: #000000;
				font-weight: bold;
				}
			ul#top_nav li#home a {
				background-image: none !important;
				}
	/*** NAVIGATION STYLES ***/
	ul#lang_nav {
		float: right;
		overflow: hidden;
		margin: 0;
		padding: 20px 0 0 0;
		list-style: none;
		width: 400px;
		}
		ul#lang_nav li {
			display: inline;
			font-size: 10px;
			}
			ul#lang_nav li a {
				float: right;
				display: block;
				background-image: url(../images/top_nav_bg.gif);
				background-repeat: no-repeat;
				background-position: left center;
				padding: 0 8px 0 9px;
				color: #656565;
				}
			ul#lang_nav li a:hover {
				text-decoration: none;
				color: #d42719 !important;
				}
			ul#lang_nav li a.selected {
				color: #000000;
				font-weight: bold;
				}
			ul#lang_nav li#home a {
				background-image: none !important;
				}
	ul#top_nav1 {
		clear: both;
		float: left;
		width: 760px;
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 0;
		list-style: none;
		background-color: #C80000;
		background-image: url(../images/top_nav1_bg.gif);
		background-repeat: repeat-x;
		background-position: left top;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		}
		ul#top_nav1 li {
			display: inline;
			}
			ul#top_nav1 li a {
				float: left;
				display: block;
				background-image: url(../images/top_nav1_a_bg.gif);
				background-repeat: no-repeat;
				background-position: right 11px;
				padding: 8px 11px 7px 10px;
				color: #FFFFFF;
				text-transform: uppercase;
				}
			ul#top_nav1 li a:hover,
			ul#top_nav1 li a.selected {
				background-position: right -239px;
				text-decoration: none;
				color: #000000;
				}
			html:first-child ul#top_nav1 li a {
				background-position: right 11px; /* Opera & Safari */
				}
			html:first-child ul#top_nav1 li a:hover,
			html:first-child ul#top_nav1 li a.selected {
				background-position: right -239px; /* Opera & Safari */
				}
	ul#left_nav {
		float: left;
		overflow: hidden;
		margin: 0;
		padding: 0 0 0 5px;
		list-style: none;
		width: 160px;
		}
		ul#left_nav li {
			clear: both;
			float: left;
			}
			ul#left_nav li a {
				float: left;
				display: block;
				width: 160px;
				color: #000000;
				border-bottom: 1px solid #DDDDDD;
				padding: 6px 0 7px 0;
				}
			ul#left_nav li:last-child a {
				border-bottom: none;
				}
			ul#left_nav li a:hover,
			ul#left_nav li a.selected {
				background-position: 0px center;
				text-decoration: none;
				color: #d42719;
				}
				ul#left_nav li ul {
					margin: 0;
					padding: 0;
					list-style: none;
					}
				ul#left_nav li ul li a {
					border: 0 !important;
					background-image: url(../images/left_nav_sub_bg.gif);
					background-repeat: no-repeat;
					background-position: -495px 7px;
					padding: 4px 0 4px 15px;
					widows: 145px;
					}
				ul#left_nav li ul li a:hover,
				ul#left_nav li ul li a.selected {
					background-position: 5px 7px;
					}
					ul#left_nav li ul li ul li a {
						background-position: -485px 7px;
						padding: 4px 0 4px 25px;
						widows: 130px;
						}
					ul#left_nav li ul li ul li a:hover,
					ul#left_nav li ul li ul li a.selected {
						background-position: 15px 7px;
						padding: 4px 0 4px 25px;
						widows: 130px;
						}
	#search {
		clear: both;
		float: right;
		}
		#searchfield {
			border: 1px solid #999999;
			}
		#searchbutton {
			position: relative;
			top: 5px !important;
			top: 4px;
			border: 0;
			color: #000000;
			width: 16px;
			height: 16px;
			cursor: hand;
			cursor: pointer;
			/* transparent background image changing only the background colour on hover! */
			background-color: #DDDDDD;
			}
		#searchbutton:hover {
			background-color: #AAAAAA;
			}
	a.link {
		width: 96%;
		background-image: url(../images/a_link.gif);
		background-repeat: no-repeat;
		background-position: -500px center;
		padding: 0px 6px 0px 14px;
		color: #656565;
		}
	a:hover.link {
		background-position: 0px center;
		color: #000000;
		text-decoration: none;
		}
	a.link1 {
		width: 96%;
		background-image: url(../images/a_link1.gif);
		background-repeat: no-repeat;
		background-position: right 3px;
		padding: 0px 12px 0px 0px;
		color: #d42719;
		font-weight: bold;
		}
	a:hover.link1 {
		background-position: right -247px;
		color: #000000;
		text-decoration: none;
		}
	a.link2 {
		width: 96%;
		background-image: url(../images/a_link2.gif);
		background-repeat: no-repeat;
		background-position: right 3px;
		padding: 0px 12px 0px 0px;
		color: #656565;
		}
	a:hover.link2 {
		background-position: right -247px;
		color: #000000;
		text-decoration: none;
		}
	a.link2-left {
		width: 96%;
		background-image: url(../images/a_link2-left.gif);
		background-repeat: no-repeat;
		background-position: left 3px;
		padding: 0px 0px 0px 12px;
		color: #656565;
		}
	a:hover.link2-left {
		background-position: left -247px;
		color: #000000;
		text-decoration: none;
		}
	a.button {
		clear: both;
		float: left;
		display: block;
		width: 100px;
		height: 30px;
		background-image: url(../images/testbutton.gif);
		background-repeat: no-repeat;
		background-position: -100px 0px;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.button {
		background-position: 0px 0px;
		}
	/*** FORM STYLES ***/
	#content_center input,
	#content_center select,
	#content_center textarea {
		width: 200px;
		border: 1px solid #A5A5A5;
		margin-bottom: 10px;
		}
	#content_center select {
		width: 202px !important;
		width: 204px;
		}
	input:focus,
	select:focus,
	textarea:focus {
	background-color: #EEEEEE;
	}
	fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #EEEEEE;
	}
	fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
	}
	#content_center label {
		clear: both;
		width: 110px;
		display: block;
		float: left;
		padding-top: 2px;
		font-weight: bold;
		}
	label em {
	font-style: normal;
	color: #FF0000;
	}
	.check,
	.radio {
		background: transparent;
		width: auto !important;
		border: 0 !important;
		}
	input.button {
		border: 1px solid #AAAAAA !important;
		background-color: #AAAAAA !important;
		color: #FFFFFF !important;
		width: auto !important;
		font-weight: bold;
		cursor: hand;
		cursor: pointer;
		font-size: 11px;
		}
	/*** WEBSITE STYLES ***/
	a.sign-up {
		position: absolute;
		top: 140px;
		left: 651px;
		clear: both;
		float: left;
		display: block;
		width: 93px;
		height: 20px;
		background-image: url(../images/but_sign-up.gif);
		background-repeat: no-repeat;
		background-position: -100px 0px;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.sign-up {
		background-position: 0px 0px;
		}
	a.testimonials {
		position: absolute;
		top: 140px;
		left: 651px;
		clear: both;
		float: left;
		display: block;
		width: 93px;
		height: 20px;
		background-image: url(../images/but_testimonials.gif);
		background-repeat: no-repeat;
		background-position: -100px 0px;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.testimonials {
		background-position: 0px 0px;
		}
	.home_itm {
		float: left;
		position: relative;
		width: 30%;
		padding: 0 3% 0 0;
		background-image: url(../images/home_itm_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}
	.home_itm span.ttl {
		display: block;
		padding: 12px 12px 20px 12px;
		font-size: 1.2em;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		text-transform: uppercase;
		}
	.header,
	.header1 {
		background-image: url(../images/header_bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		text-align: right;
		padding: 60px 20px 0px 20px;
		width: 720px;
		height: 90px;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 2.0em;
		}
	.header {
		color: #FFFFFF;
		}
	.precis {
		float: right;
		width: 335px;
		}
	.pagination {
		clear: both;
		background-color: #F0F0F0;
		padding: 6px;
		margin: 14px 0 0 0;
		height: 1.3em;
		overflow: hidden;
		}
	.pagination .pagination_l {
		float: left;
		width: 20%;
		}
	.pagination .pagination_c {
		float: left;
		width: 60%;
		text-align: center;
		}
		.pagination .pagination_c a,
		.pagination .pagination_c a.selected {
			color: #000000;
			padding: 0 3px 0 3px;
			}
		.pagination .pagination_c a:hover,
		.pagination .pagination_c a.selected {
			color: #FFFFFF;
			background-color: #000000;
			text-decoration: none;
			}
	.pagination .pagination_r {
		float: right;
		width: 16%;
		text-align: right;
		}
