html,body {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	margin: 0px;
	background-color: #FFF;
	padding-bottom: 10px;
}

div.footer {
	margin-top: 10px;
	background-image: url('../images/line.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
	padding: 8px 0px;
	font-size: 10px;
	color: #777777;
}
div.footer a {
	color: #777777;
}
div.footer a:link {
	color: #777777;
}
div.footer a:active {
	color: #777777;
}
div.footer a:visited {
	color: #777777;
}

ul {
	list-style-image: url('../images/bullet.gif');
	margin: 0px 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
ol {
	margin: 10px 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px;
}

li {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 4px;
}

a:active {
	color: #009900;
	text-decoration: underline;
}
a:link {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	color: #009900;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
hr {
	color: #262B2E;
	height: 1px;
}
select {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-serif;
}
h1 {
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -1px;
	color: #009900;
}
h2 {
	font-weight: normal;
	font-size: 16px;
	font-variant: small-caps;
	line-height: 17px;
	color: #555555;
}
h3 {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #404040;
}
h4 {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #009900;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#newsList h4 {
	margin-top: 30px;
	margin-bottom: 0px;
}


.flagsContainer1 {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 1;
	text-align: center;
	margin: 0px auto;
}
.flags1 {
	width: 900px;
	margin: 0px auto;
	text-align: right;
	background-color: #FF0000;
}



.flagsContainer {
	width: 900px;
	margin: 0px auto;
	margin-top: 10px;
}
.flags {
	width: 900px;
	margin: 0px auto;
	text-align: right;
}
.flags a img {
	border: 0px;
}



.container {
	width: 900px;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
	text-align: center;
	margin: 0px auto;
}


.menuContainer {
	margin-top: 55px;
	text-align: center;
	padding: 5px 0px;
}
.menuContainer table {
	width: 895px;
	margin: 0px auto;
}
.menuContainer td {
	border-right: 1px solid #a8a8a8;
}
.menuContainer td.last {
	border-right: none;
}
.menuContainer td.lastActive {
	border-right: none;
}
.menuContainer a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #a8a8a8;
	font-weight: bold;
	letter-spacing: 4px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	font-variant: small-caps;
}
.menuContainer a:link {
	color: #a8a8a8;
	text-decoration: none;
}
.menuContainer a:visited {
	color: #a8a8a8;
	text-decoration: none;
}
.menuContainer a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

.menuContainer td.active a {
	color: #000;
}
.menuContainer td.active a:link {
	color: #000;
}
.menuContainer td.active a:visited {
	color: #000;
}
.menuContainer td.active a:hover {
	color: #000;
}

.menuContainer td.lastActive a {
	color: #000;
}
.menuContainer td.lastActive a:link {
	color: #000;
}
.menuContainer td.lastActive a:visited {
	color: #000;
}
.menuContainer td.lastActive a:hover {
	color: #000;
}




.betterData {
	height: 10px;
	margin: 5px 0px;
	background-image: url('../images/betterData.gif1');
	background-repeat: no-repeat;
	background-position: right 50%;
}

.layoutTable {
	width: 900px;
}
.layoutTable .leftSide {
	width: 250px;
	vertical-align: top;
}
.layoutTable .rightSide {
	width: 650px;
	vertical-align: top;
}

.subMenu {
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: right;
}
.subMenu div {
	padding: 0px;
	padding-right: 5px;
}
.subMenu div#active a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.subMenu div.header {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 10px;
	border-bottom: 1px solid #696969;
}
.subMenu a {
	display: block;
	font-size: 10px;
	color: #929292;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 5px;
	border-bottom: 1px solid #696969;
}
.subMenu a:link {
	color: #929292;
	text-decoration: none;
}
.subMenu a:visited {
	color: #929292;
	text-decoration: none;
}
.subMenu a:hover {
	color: #000;
}

.subSubMenu {
	border-bottom: 1px solid #696969;
}
.subSubMenu div {
	padding: 0px;
}
.subSubMenu a {
	font-size: 10px;
	color: #929292;
	text-decoration: none;
	text-transform: none;
	border-bottom: none;
}
.subSubMenu a:hover {
	color: #000;
	text-decoration: none;
}

.contentContainer {
	padding: 0px;
	margin: 0px;
	width: 640px;
	margin-left: 10px;
}
.singleCollumn {
	background-color: #D6E0FF;
	background-image: url('../images/big_bottomCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	border-bottom: 2px solid #FFF;
}
.singleCollumn .betweencontainerCollumnWithPic {
	margin-top: -25px;
	background-image: url('../images/logo_new_release.jpg');
	background-repeat: no-repeat;
	background-position: 452px -77px;
}
.singleCollumn .upperCorners {
	background-image: url('../images/big_upperCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
}
.singleCollumn .upperCorners2 {
	background-image: url('../images/big_upperCorners2.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
}
.singleCollumn .content {
	text-align: left;
	padding: 10px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.singleCollumn .content h1 {
	margin-left: 30px;
	margin-top: 20px;
}
.singleCollumn .content h3 {
	margin-left: 50px;
	line-height: 16px;
}
.singleCollumn .content h4 {
	margin-left: 50px;
}
.singleCollumn .content p {
	margin-left: 50px;
	line-height: 17px;
}
.singleCollumn .content ul {
	margin-left: 50px;
	line-height: 17px;
}
.singleCollumn .content .item {
	margin-left: 30px;
}
	
.singleCollumn .contentNews {
	text-align: left;
	padding: 15px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.singleCollumn .contentNews p {
	margin-left: 35px;
	line-height: 17px;
}


.twinColImage {
	border-bottom: 2px solid #FFF;
}



table.twinCol {
	width: 640px;
	background-color: #D6E0FF;
}
table.twinCol .upperCorners {
	background-image: url('../images/small_upperCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
}
table.twinCol .leftCollumn {
	width: 319px;
	vertical-align: top;
	border-right: 1px solid #FFF;
	background-image: url('../images/small_bottomCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	border-bottom: 2px solid #FFF;
}
table.twinCol .rightCollumn {
	width: 319px;
	vertical-align: top;
	border-left: 1px solid #FFF;
	background-image: url('../images/small_bottomCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	border-bottom: 2px solid #FFF;
}
table.twinCol .content {
	text-align: left;
	padding: 15px;
	line-height: 17px;
}
table.twinCol h4 {
	margin-top: 10px;
	margin-bottom: 0px;
}

table.twinCol#leftDark .leftCollumn .upperCorners {
	background-image: url('../images/smallDark_upperCorners.gif');
}
table.twinCol#leftDark .leftCollumn {
	background-color: #262B2E;
	background-image: url('../images/smallDark_bottomCorners.gif');
	color: #E7E6E4;
}
table.twinCol#rightDark .rightCollumn .upperCorners {
	background-image: url('../images/smallDark_upperCorners.gif');
}
table.twinCol#rightDark .rightCollumn {
	background-color: #262B2E;
	background-image: url('../images/smallDark_bottomCorners.gif');
	color: #E7E6E4;
}
table.twinCol#rightDark .rightCollumn a {
}


table.twinCol#bothDark {
	background-color: #262B2E;
	color: #E7E6E4;
}
table.twinCol#bothDark .leftCollumn .upperCorners {
	background-image: url('../images/smallDark_upperCorners.gif');
}
table.twinCol#bothDark .leftCollumn {
	background-image: url('../images/smallDark_bottomCorners.gif');
}
table.twinCol#bothDark .rightCollumn .upperCorners {
	background-image: url('../images/smallDark_upperCorners.gif');
}
table.twinCol#bothDark .rightCollumn {
	background-image: url('../images/smallDark_bottomCorners.gif');
}
table.twinCol .header {
	background-image: url('../images/bigGray_bottomCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	border-bottom: 2px solid #FFF;
	background-color: #EEE;
	color: 262B2E
}
table.twinCol .header .upperCorners {
	background-image: url('../images/bigGray_upperCorners.gif');
}
table.twinCol .colspanned {
	background-image: url('../images/big_bottomCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	border-bottom: 2px solid #FFF;
}
table.twinCol .colspanned .upperCorners {
	background-image: url('../images/big_upperCorners.gif');
}
table.twinCol .footer {
	background-color: #FFF;
}
table.twinCol .footer .upperCorners {
	background-image: none;
}
table.twinCol .footer .content {
	text-align: right;
	padding: 5px 10px;
}



table.twinColRight {
	width: 640px;
	background-color: #D6E0FF;
	border-bottom: 2px solid #FFF;
}
table.twinColRight .leftCollumn .upperCorners {
	background-image: url('../images/twinColRight_upperCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
}
table.twinColRight .leftCollumn {
	width: 418px;
	vertical-align: top;
	border-right: 1px solid #FFF;
	background-image: url('../images/twinColRight_bottomCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
}
table.twinColRight .rightCollumn .upperCorners {
	background-image: url('../images/twinColRight_darkUpperCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
	background-color: #262B2E;
}
table.twinColRight .rightCollumn .bottomCorners {
	background-image: url('../images/twinColRight_darkBottomCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	padding: 15px 0px;
	padding-bottom: 8px;
}
table.twinColRight .rightCollumn {
	width: 220px;
	vertical-align: top;
	border-left: 1px solid #FFF;
	background-image: url('../images/twinColRight_blueBottomCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	padding-bottom: 20px;
}
table.twinColRight .leftCollumn .content {
	text-align: left;
	padding: 25px;
	line-height: 17px;
}
table.twinColRight .rightCollumn .content {
	text-align: left;
	padding: 0px 15px;
	padding-bottom: 15px;
	line-height: 17px;
	font-size: 9px;
	color: #E7E6E4;
}
table.twinColRight h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
table.twinColRight h4 {
	margin-top: 20px;
	margin-bottom: 0px;
}

table.twinColRight .rightCollumn h4 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 55px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C7C6C4;
	text-align: center;
	color: #E7E6E4;
}
table.twinColRight .rightCollumn h3 {
	color: #E7E6E4;
}
table.twinColRight .rightCollumn a {
}
table.twinColRight .rightCollumn ul {
	list-style-image: url('../images/bullet_gray.gif');
}


.leftSide .leftSideMessage {
	width: 197px;
	background-image: url('../images/leftSide_background.gif');
	background-repeat: repeat-y;
	background-position: 50% top;
}
.leftSide .leftSideMessage .upperCorners {
	background-image: url('../images/leftSide_upperCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
	margin: 0px;
}
.leftSide .leftSideMessage .bottomCorners {
	background-image: url('../images/leftSide_bottomCorners.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	margin: 0px;
}
.leftSide .leftSideMessage .content {
	padding-top: 35px;
	padding-bottom: 25px;
	margin-left: 14px;
	margin-right: 21px;
}
.leftSide .leftSideMessage h4 {
	margin: 0px;
}
.leftSide .leftSideMessage p {
	margin: 10px 0px;
}

.button {
	color: #0086FE;
	font-size: 11px;
	padding: 1px 10px;
	cursor: pointer;
}

.newsItem {
	margin-top: 25px;
	margin-bottom: 35px;
}

.getAcrobat {
	float: right;
	margin: 8px 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.item {
	margin: 3px 0px;
	margin-bottom: 5px;
	font-size: 10px;
	padding: 8px;
	background-color: #FFF;
	background-image: url('../images/content_gradient.gif');
	background-repeat: repeat-x;
	background-position: 50% top;
	border: 1px solid #C7C6C4;
	clear: both;
}
.item h1 {
	margin-left: 0px;
	margin-top: 10px;
}
.item h4 {
	margin-left: 0px;
	margin-top: 10px;
}
.item h3 {
	margin-left: 0px;
}
.item h4.special {
	margin-top: 0px;
	margin-left: 0px;
}
.item p {
	margin-left: 0px;
}
.item ul {
	margin: 0px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-image: url('../images/bullet_gray.gif');
}
.item .main_table {
	padding: 3px;
}

.quote {
	padding-left: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #262B2E;
	border-bottom: 1px solid #262B2E;
	margin-bottom: 10px;
}
.trademarks {
	font-size: 9px;
	text-align: left;
	padding: 0px 8px;
}
.trucksTable {
	line-height: 24px;
}
.trucksTableBold {
	line-height: 24px;
	font-weight: bold;
}
.truckLogo {
	width: 45px;
	background-color: #FFF;
	border: 1px solid #C7C6C4;
	text-align: center;
	padding: 2px;
	margin: 2px 0px;
	margin-right: 7px;
	float: left;
}
.input_text {
	font-size: 11px;
	width: 250px;
}
textarea {
	font-size: 11px;
	width: 250px;
}
.validateError {
	color: #FF0000;
}

.upperCorners2 {
	background-image: url('../images/right_collumn_lgray_top.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
	margin: 0px;
	margin-top: 25px;
	padding-top: 6px;
}
.bottomCorners2 {
	background-image: url('../images/right_collumn_lgray_bottom.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	margin: 0px;
	padding: 10px;
	padding-bottom: 6px;
	padding-top: 0px;
}

.office {
	margin: 0px -15px;
	padding: 0px 15px;
	padding-top: 140px;
}
.office p {
	margin: 0px;
}

.exampleImg {
	margin: 5px 0px;
}























/*  -------------Style distributie pagina----------------  */











.carIcon {
	background-image: url('../images/distribIcons/icon_car.jpg');
	width: 70px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.truckIcon {
	background-image: url('../images/distribIcons/icon_truck.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.carTruckIcon {
	background-image: url('../images/distribIcons/icon_carTruck.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}


.distribOverview h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding-bottom: 2px;
}
.header_content {	
	width: 100%;
}
.header_content td {	
	height: 42px;
	padding-right: 85px;
	border-bottom: 1px solid #009900;
}


















/*  -------------Style intro pagina versie 2----------------  */



.KaderBlue_bottom, .KaderBlue_bottom_land {
	float: right;
	margin-bottom: 2px;
	Width: 639px;
	background-image: url('../images/images_companyIntro/kaderBlauw_bottom.gif');
	background-repeat: no-repeat;
	background-color: #d7e0ff;
	background-position: 50% bottom;
}
.KaderBlue_bottom_land {
	background-image: url('../images/content/top_land.gif');
}
.kaderBlue_top, .kaderBlue_top_land {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 17px;
	Width: 582px;
	background-image: url('../images/images_companyIntro/kaderBlauw_top.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
	text-align: left;
	line-height: 17px;	
}
.kaderBlue_top_land {
	background-image: url('../images/content/bottom_land.gif');
}
.kaderBlue_top2 {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 17px;
	Width: 582px;
	background-image: url('../images/images_companyIntro/kaderBlauw_top.gif');
	background-repeat: no-repeat;
	background-position: 50% top;
	text-align: left;
	line-height: 17px;	
}
.kaderBlue_top h1 {
	margin-top: 0px;
}
.kaderBlue_top p{
	margin-left: 20px;
	
}
.fontSize_big {
	font-size: 12px;
}
.content_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.header {
	width: 334px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 38px;
	background-image: url('../images/images_companyIntro/header_green.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	
}
.header2 {
	width: 334px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 38px;
	background-image: url('../images/images_companyIntro/header_green2.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	
}
.header3 {
	width: 362px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url('../images/images_companyIntro/header_green3.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	
}
.maincontainer_contentRight {
	width: 372px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	background-color: #fff;
	background-image: url('../images/images_companyIntro/contentFooter_white.gif');
	background-repeat: no-repeat;
	background-position: bottom;	
}
.container_contentfield {
	width: 225px;
	padding-top: 1px;
	padding-right: 90px;
	margin-left: 30px;
	border-bottom: 1px solid #009900;
	line-height: normal;
}
.container_contentfield p {
	margin-left: 0px;
	color: #727272;
}
.container_contentfield h3 {
	font-weight: bold;
}
.paddingh3 {
	margin-bottom: 0px;
}
.container_contentfield h4 {
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: 2px;
	margin-top: 17px;
	color: #000;
}
.subhead2 {
	font-size: 10px;
	font-weight: bold;
	color: #a9a9ab;
	margin-top: 1px;
	margin-bottom: 20px;
}
.container_info {
	width: 146px;
	height: 36px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-right: 45px;
	background-image: url('../images/images_companyIntro/grijzeInfoKader.jpg');
	background-repeat: no-repeat;
	font-size: 8px;
	color: #fff;
	margin-bottom: 10px;
	line-height: normal;


}
.container_logo {
	width: 170px;
	margin-left: 20px;
}
.logo1 {
	height: 23px;
	padding-top: 8px;
	color: #009900;
	border-bottom: 1px solid #aaa;
	background-image: url('../images/images_companyIntro/logoATR.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.logo2 {
	height: 23px;
	padding-top: 8px;
	color: #009900;
	border-bottom: 1px solid #aaa;
	background-image: url('../images/images_companyIntro/logoAD.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.logo3 {
	height: 23px;
	padding-top: 8px;
	color: #009900;
	border-bottom: 1px solid #aaa;
	background-image: url('../images/images_companyIntro/logo3.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.logo4 {
	height: 23px;
	padding-top: 8px;
	color: #009900;
	border-bottom: 1px solid #aaa;
	background-image: url('../images/images_companyIntro/logoATemot.gif');
	background-repeat: no-repeat;
	background-position: right;
}
.logo5 {
	height: 23px;
	padding-top: 8px;
	color: #009900;
	border-bottom: 1px solid #aaa;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: right;
}



.iconpic1 {
	background-image: url('../images/automechanika_intro.jpg');
	background-repeat: no-repeat;
	background-position: right 70%;
}
.iconpic2 {
	background-image: url('../images/images_companyIntro/banner.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.iconpic3 {
	background-image: url('../images/images_companyIntro/boxTruckData.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.iconpic4 {
	background-image: url('../images/images_companyIntro/EOBD_Reader.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.iconpic5 {
	background-image: url('../images/images_companyIntro/twitternews.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.iconpic6 {
	background-image: url('../images/images_companyIntro/beschuit.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.iconpic7 {
	background-image: url('../images/images_companyIntro/emission_flowers.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.iconpic8 {
	background-image: url('../images/images_companyIntro/vivid_award.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}




a.webBlogBtn {
	display: block;
	width: 139px;
	height: 19px;
	background-image: url('../images/bttnblog02.jpg');
	background-repeat: no-repeat;
	background-position: left 50%;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 7px;
	padding-top: 4px;
	text-decoration: none;
}

a.webBlogBtn:hover {
	background-image: url('../images/bttnblog02_over.jpg');
	text-decoration: underline;
}












h3.special {
	padding: 8px;
	background-color: #FFF;
	background-image: url('../images/content_gradient.gif');
	background-repeat: repeat-x;
	background-position: 50% top;
	border: 1px solid #C7C6C4;
	text-align: center;
	font-weight: bold;
}



.green_subtitle {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: -1px;
	color: #009900;
}