/* CSS Document */

.l1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5F5F5F;
	text-decoration: none;
	}
.l1 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6782AC;
	text-decoration: none;
	}
.l1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6782AC;
	text-decoration: none;
	}
.l1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #90ACD6;
	text-decoration : underline; 
	}
.l2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
.l2 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #6782AC;
	text-decoration: none;
	}
.l2 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #6782AC;
	text-decoration: none;
	}
.l2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #90ACD6;
	text-decoration : underline; 
	}

h1{
font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #6782AC;
  line-height:25px;
  background-image:url(images/01_files/product_bg.jpg);
  padding-left:11px;
  padding-right:11px;
  margin-bottom: 0px;
  margin-top: 0px;
}