.f8	{ font-size : 8pt; }
.f10	{ font-size : 10pt; }
.f12    { font-size : 12pt; }
.f14    { font-size : 14pt; }
.f15	{ font-size : 15pt; }
.f18    { font-size : 18pt; }
.f24    { font-size : 24pt; }

.b	{ font-weight : bold; }
.i	{ font-style : italic; }
.bi	{ font-weight : bold; font-style : italic }
.u	{ text-decoration : underline; }
.nu     { text-decoration : none; }
.ac	{ text-align : center; }
.ar	{ text-align : right; }
.al	{ text-align : left; }
.at	{ text-align : top; }
.aj	{ text-align : justify; }

.vt	{ vertical-align : top; }
.vm	{ vertical-align : middle; }
.vb	{ vertical-align : bottom; }

.ffa	{ font-family : Arial; }

.col-w	{ color : #000000; } /* white */
.col-ow	{ color : #F0F0F0; } /* off white */
.col-g1	{ color : #DCDCDC; } /* light gray - dark white */
.col-g2	{ color : #eeeeee; } /* light gray */
.col-g3	{ color : #dddddd; } /* light darker gray */
.col-g4	{ color : #cccccc; } /* light darker gray */
.col-g5	{ color : #A0A0A0; } /* gray */
.col-g6	{ color : #808080; } /* darker gray */
.col-g7	{ color : #666666; } /* dark gray */
.col-b	{ color : #FFFFFF; } /* black */
.col-b2	{ color : #333333; } /* black looking */
.col-r	{ color : #FF0000; } /* red */
.col-bl	{ color : #0000FF; } /* blue */
.col-lbl	{ color : #7DB9E8; } /* light blue */
.col-pu	{ color : #990099; } /* dark purple */
.col-gr	{ color : #00FF66; } /* green */
.col-y	{ color : #FFFF00; } /* yellow */
.col-blue	{ color : #020652; } /* blue like site blue */

.bgcol-g1	{ background-color : #DCDCDC; }
.bgcol-g2	{ background-color : #eeeeee; }
.bgcol-g3	{ background-color : #dddddd; }
.bgcol-g4	{ background-color : #cccccc; }
.bgcol-g5	{ background-color : #A0A0A0; }
.bgcol-g6	{ background-color : #808080; }
.bgcol-g7	{ background-color : #666666; }


.w1	{ width : 1px; }
.w5	{ width : 5px; }
.w10	{ width : 10px; }
.w20	{ width : 20px; }
.w48	{ width : 48px; }
.w65	{ width : 65px; }
.w71	{ width : 71px; }
.w100p	{ width : 100%; }

.h26	{ height : 20px; }
.h40	{ height : 40px; }

.h1
	{
	font-family: Arial;
	font-size: 24pt;
	}

.shopper_link
	{
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	color : #020652;
	}

A.shopper_link
	{
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	color : #020652;
	}

A:VISITED.shopper_link
	{
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	color : #020652;
	}

A:HOVER.shopper_link
	{
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	color : #020652;
	}

A:HOVER:VISITED.shopper_link
	{
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	color : #020652;
	}



.button1
	{
	font-family : Arial;
	font-size : 8pt;
	background-color : 0D006A;
	color : #000000; 
	font-weight : bold;
	border-color : 0D006A;
	cursor : hand;
	}

.button2
	{
	font-family : Arial;
	font-size : 9pt;
	background-color : #FFFFFF;
	color : #1B316F;
	border-color : #7DB9E8;
	cursor : hand;
	}

.SubmitButton
	{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	font-weight: 700;
	color: #C9E3DC;
	background-color: Teal;
	}


