/* CSS Document */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
th,td{	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484D8E;
	}
a:link {
	font-weight:bold;
	text-decoration: underline;	
}
a:visited {	
	font-weight:bold;
	text-decoration: underline;
	color: #484D8E;
}
a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #484D8E;	
}
a:active {
	font-weight:bold;
	text-decoration: underline;
	color: #484D8E;
}
/*///black text BOLD////*/
.fontWeight{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight:bold;*/		
	color: #000000;
}

.bold a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
	}
.bold a:link {
	text-decoration: underline;	
}
.bold a:visited {
	text-decoration: underline;
	color: #000000;
}
.bold a:hover {
	text-decoration: none;
	color: #484D8E;	
}
.bold a:active {
	text-decoration: underline;
	color: #000000;
}
/*/////////////////////*/
.link_home {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484D8E;
	}
.link_home a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484D8E;
	}
.link_home a:link {
	text-decoration: none;	
}
.link_home a:visited {
	text-decoration: none;
	color: #484D8E;
}
.link_home a:hover {
	text-decoration: underline;
	color: #484D8E;	
}
.link_home a:active {
	text-decoration: none;
	color: #484D8E;
}

/*///////*/
.read_white a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
.read_white a:link {
	text-decoration: underline;	
}
.read_white a:visited {
	text-decoration: underline;
	color: #ffffff;
}
.read_white a:hover {
	text-decoration: none;
	color: #484D8E;	
}
.read_white a:active {
	text-decoration: underline;
	color: #ffffff;
}
/*///////SUBMENU///////*/
.submenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	font-weight:bold;
	}
.submenu a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	font-weight:bold;
	}
.submenu a:link {
	font-weight:bold;
	text-decoration: none;	
}
.submenu a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #336699;
}
.submenu a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #539701;	
}
.submenu a:active {
	font-weight:bold;
	text-decoration: none;
	color: #336699;
}
/*///////SUB-SUBMENU WHITE///////*/
.subM_white {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;	
	}

/*/////////////////TITLES///////////////////////////*/
.titles {		
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;	
	color:#484D8E;
}
.titles2 {		
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;	
	color:#484D8E;
}
.titles3 {		
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;	
	color:#484D8E;
}
.text_bold{	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#484D8E;
	font-weight:bold;	
}

/*///////////////footer/////////////////////*/
.footer{	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-align:right;
	padding-right:10px;	
	height:25px;
	vertical-align:middle;	
}

.copyright{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding:10px 0 20px 60px;
}
.copyright a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
.copyright a:link {
	text-decoration: underline;	
}
.copyright a:visited {
	text-decoration: underline;
	color: #000000;
}
.copyright a:hover {
	text-decoration: none;
	color: #484D8E;	
}
.copyright a:active {
	text-decoration: underline;
	color: #000000;
}
/*///////////////form/////////////////////*/
.input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight:bold;
	background:#E1E8F2;
	border:1px solid #6B87B5;
	width:150px;
}
.input_small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight:bold;
	background:#E1E8F2;
	border:1px solid #6B87B5;
	width:30px;
}
select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight:bold;
	background:#E1E8F2;
	border:1px solid #6B87B5;
	width:150px;	
}

textarea{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight:bold;
	background:#E1E8F2;
	border:1px solid #6B87B5;
}
.form_titles {
	padding-left:10px;
	background:#7492C3;	
	height:30px;
	padding-left:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;	
	color:#ffffff;
}

.your_cleaning_bg {
	padding-left:10px;
 	background:#E2E8F2;
}

.considera_bg {
 	background:#C2CDE0;
}
/*//////////////PRODUCTS/////////////////*/

.prod_table_title{
	padding-left:10px;
	background:#94ABD1;	
	height:30px;
	text-align:center;
}
.prod_table_bg{
	padding-left:10px;
 	background:#E2E8F2;
	vertical-align:top;	
	}

/*//////////////ARTICLE/////////////////*/

.art_table_title{
	padding-left:10px;
	background:#94ABD1;
	width:33%;
	height:30px;
	text-align:center;
}
.art_table_bg{
	padding-left:10px;
 	background:#E2E8F2;
	vertical-align:top;		
}

.art_table2_title{
	padding-left:10px;
	background:#94ABD1;
	width:25%;
	height:30px;	
}
.art_table2_bg{
	padding-left:10px;
 	background:#E2E8F2;
	vertical-align:top;		
}