		@page { margin: 0.5in }
		P { margin-bottom: 0.08in }
		A { color: #003388; }
		P.sdfootnote { margin-left: 0.2in; text-indent: -0.2in; margin-bottom: 0in; font-size: 10pt }
		A.sdfootnoteanc { font-size: 75% }
		BODY { background-color: #336699; font-family: Georgia, serif; font-size: 12pt; }
		H1 { font-family: Georgia; font-size: 24pt; text-align: center;
			margin-top: 10px; 
			margin-bottom: 0px;
			}
		H2 { font-family: Georgia; font-size: 18pt; background-color: #BBDDEE;
		     padding-top: 8px; padding-bottom: 8px;
			 text-align: center;
			 }
		TH { background-color: #BBDDEE;
			font-weight:	bold;
			font-family:	Helvetica, Arial;
			font-size:		13pt;
			padding:		5px;
			vertical-align: middle;
			border-right:	2px solid #FFF; 
			}
		TD { background-color: #FFF;
			 font-weight:	normal;
			 font-family:	Helvetica, Arial;
			 font-size:		12pt;
			 padding:		7px;
			 text-align: 	center;
			 border:		1px solid #BBDDEE;
		   }
		.blue { vertical-align: top; }
		.b { vertical-align: bottom; text-align: center; }
		.l { text-align: left }
		.m { vertical-align: middle; }
		TABLE { width: 95%; margin: 0 auto;
				border-left:3px solid #BBDDEE;
				border-right:3px solid #BBDDEE;
				border-spacing: 0; }
		LI { list-style-type: circle; }
		.none { list-style-type: none; margin-left: -15px; }
		.plus { float: left; margin-left: -18px; color: #006633; }
		.plus:before { content: "\2295"; }
		.minus { float: left; margin-left: -18px; color: #663300; }
		.minus:before { content: "\2296"; }
		
		.drink {
			background-image: url('drink6.jpg');
			box-shadow: 0 0 5px 5px #E9F3FF inset;
			float: right;
			width: 301px;
			height: 150px;
			padding-right: 5px;
			margin-right: 4px;
			margin-top: -10px;
		}

		.big_drink{
			box-shadow: 0 0 5px 5px #E9F3FF inset;
			background-image: url('drink3.jpg');
			width: 100%;
			height: 400px;
		}
		
		.bubbles {
			background-image: url('bubbles5.jpg');

			width: 100%;
			height: 150px;
			padding: 0;
		}
		
		.left_head{
			background-color:#BBDDEE;
			border-bottom:2px solid #FFF;
			font-weight: bold;
		}

