/* CSS Document */

BODY		{ margin:0px; padding:0px; vertical-align:top; text-align:center; height:100%; width:100%;
			  background-image:url(../img/bg.gif); background-repeat:repeat; }

A IMG		{ border:0px; }

TABLE.Envelope		{ width:100%; height:100%; vertical-align:top; }
	TD.EnvSide		{ width:40%; }
	TD.EnvPage		{ width:583px; height:100%; vertical-align:top; }
		TABLE.Page	{ width:583px; height:100%; }
			TD.PageTop		{ width:583px; height:122px; }
			TD.PageSpace	{ width:583px; height:2px; }
			TD.Page	{ width:583px; height:100%; vertical-align:top; background-color:#FFE2E3; padding-top:30px; padding-bottom:30px; }
				TABLE.Items		{ width:545px; }
					TD.Item		{ width:263px; height:167px; vertical-align:top; text-align:left; }
					TD.Item DIV	{ font:bold 11px Arial; color:#666666; padding-bottom:5px; padding-left:5px; }
					TD.Item IMG	{ display:block; }
				DIV.H1			{ background-image:url(../img/head1.gif); height:32px; background-repeat:no-repeat; 
								  background-position:top center; font:bold 11px Arial; color:#FFFFFF; text-align:left;
								  padding-top:17px; padding-left:36px; }
				DIV.H2			{ background-image:url(../img/head2.gif); height:15px; background-repeat:no-repeat; 
								  background-position:top center; font:bold 11px Arial; color:#FFFFFF; text-align:left;
								  padding-left:36px; }
				DIV.HText		{ font:bold 11px Arial; color:#666666; text-align:left; padding-top:5px; padding-left:36px;
								  padding-bottom:20px; }