@charset "UTF-8";
/* CSS Document */

body {
	background-color: #002e55;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;	
	line-height: 150%;

}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #002e55;	
	line-height: 120%;

}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002e55;	
	line-height: 150%;

}

ul,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #002e55;	
	line-height: 150%;

}

A:LINK {
 	color: #005dab;
	text-decoration: underline;
}
A:HOVER {
	color : #666666;
	text-decoration: underline;
}
A:VISITED {
	color: #005dab;
	text-decoration: none;	
}

A:Active {
	 color: #005dab;
	 }

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;	
	line-height: 150%;

}

.ingred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;	
	line-height: 150%;

}

A.style1:LINK {
 	color: #ffffff;
	text-decoration: none;
}
A.style1:HOVER {
	color : #ffffff;
	text-decoration: underline;
}
A.style1:VISITED {
	color: #ffffff;
	text-decoration: none;	
}

A.style1:Active {
	 color: #ffffff;
	 }
	 
.block {
	display: block;
	padding:18px;
	margin:0px;
	  }
	  
	  