html, body			{
					margin: 0px;
					}

body				{
					padding: 0px;
					border-color: #ffffff;
					font-family: tahoma, verdana, arial, sans-serif;
					}
body table			{
					font-size: 10pt;
					}

table.header		{
					width: 100%;
					margin: 10px 0 10px 0;
					}

td.headerLogo		{
					width: 100%;
					padding: 5px 10px 5px 0;
					}

table.subheader		{
					width: 100%;
					height: 32px;
					margin-bottom: 10px;
					}

table.content		{
					width: 100%;
					}

table.content td	{
					vertical-align: top;
					}

td.contentLeft		{
					font-size: 10pt;
					}

td.contentRight		{
					width: 100%;
					font-size: 12pt;
					padding: 0 0 0 10px;
					}

table.data			{
					width: 100%;
					border: 0px solid #000000;
					font-size: 16px;
					margin-bottom: 10px;
					}

table.data td		{
					vertical-align: top;
					padding: 5px;
					background-color: #ffffff;
					}

table.data th		{
					background-color: #1874CD;
					padding: 5px;
					border-top: 1px solid #ffffff;
					border-bottom: 1px solid #ffffff;
color: #ffffff;
					}

th.dataTitle		{
					width: 100%;
					text-align: left;
					border-left: 1px solid #ffffff;
					}

th.dataPrice		{
					white-space: nowrap;
					border-left: 1px solid #ffffff;
					border-right: 1px solid #ffffff;
					}

td.dataPrice		{
					white-space: nowrap;
					border-right: 1px solid #ffffff;
					border-left: 1px solid #CDC8B1;
					text-align: center;
					}

td.dataTitle		{
					width: 50%;
					border-left: 1px solid #ffffff;
					}

table.card			{
					width: 100%;
					border: 1px solid #ffffff;
					font-size: 15px;
					margin-bottom: 10px;
					}

table.card td		{
					vertical-align: top;
					padding: 5px;
					border-bottom: 1px solid #ffffff;
					}

td.cardTitle		{
					white-space: nowrap;
					background-color: #ffffff;
					font-weight: bold;
					text-align: right;
					border-left: 1px solid #ffffff;
					border-right: 1px solid #ffffff;
					border-bottom: 1px solid #ffffff;
					}

td.cardDesc			{
					width: 100%;
					background-color: #ffffff;
					border-right: 1px solid #ffffff;
					border-bottom: 1px solid #ffffff;
					}

tr.cardFirst td		{
					border-top: 1px solid #ffffff;
					}

td.cardDesc p		{
					margin: 10px 0 0 0;
					padding: 0;
					}

form				{
					margin: 0;
					padding: 0;
					}

h5					{
					margin-bottom: 7px;
					padding: 0;
					}

div.description,
div.descriptionSub	{
					margin: 0;
					padding: 0;
					}

div.descriptionSub	{
					margin-top: -3px;
					font-size: 9pt;
					color: #999999;
					}



a:hover {text-decoration:none;}
a					{
					color: #3366cc;
                                        }