/* CSS Document */
.link{
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none
	}
a:hover.link{
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 1px
	}
a:visited.link{
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none
	}
.text{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
.products{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #800000;
	text-decoration: none
	}
a:hover.products{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #maroon;
	text-decoration: none;
	line-height: 1px;
	}
a:visited.products{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: maroon;
	text-decoration: none;
	}
.link1{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none
 	}
a:hover.link1{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 1px
	}
a:visited.link{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none
}
.content{
	font-family:Verdana;
	color:#FFFFFF;
	font-size:11px;
	line-height:18px;
	}
ul{
	margin:0px;
	padding-left:0px;
	margin-left:20px;
	}
.product1{
	font-family:Verdana;
	color:#FFCC00;
	font-size:12px;
	font-weight:bold;
	}
.product1 a{
	color:#FFCC00;
	text-decoration:none;
	}
.product1 a:hover{
	color:#FFCC00;
	text-decoration:underline;
	}
.image{
	float:right;
	margin-left:20px;
	}