/* Style sheet v1 - Northwind Antiques */

/* Browser and Table Background Color */
body.homebackcolor	{background-color:#AFACC1;}
table.backcolor		{background-color:#CDCADB;}


/* Padding */
body {
padding: 0;
margin: 0;
} 


/* Table Controls(table td and generic)*/
table.center 		{ margin-left:auto; margin-right:auto; }
td.alignleft		{ text-align: left; }
td.aligntopleft		{ text-align: left; vertical-align: top; }
td.alignright		{ text-align: right; }
td.aligncenter		{ text-align: center; }
td.alignleftmiddle	{ text-align: left; vertical-align: middle;}

.valigntop			{ vertical-align: top; }


/* table with padded cells */
td.imgpad_payment		{ padding-left: 10px }


/* Classes (Text) - In Use */
p.nwatext 			{
				font-family: Arial, san serif, Helvetica;
				color: black;
				}
.nwatext9 			{
				font-family: Arial, san serif, Helvetica;
				font-size: 9pt;
				color: black;
				}
.nwatext10 			{
				font-family: Arial, san serif, Helvetica;
				font-size: 10pt;
				color: black;
				}

.nwatext12 			{
				font-family: Arial, san serif, Helvetica;
				font-size: 12pt;
				color: black;
				}

.nwatext15			{
				font-family: Times, serif;
				font-size: 15pt;
				color: black;
				}

.nwatext16			{
				font-family: Times, serif;
				font-size: 16pt;
				color: black;
				}

/* Linking */
a.nwalink:link 		{ color: #000000; text-decoration:underline; }
a.nwalink:active 		{ color: #000000; text-decoration:underline; }
a.nwalink:visited 	{ color: #000000; text-decoration:underline; }
a.nwalink:hover		{ color: #000000; text-decoration:underline overline; }

 
/* Drop Caps */
.dropcap:first-letter {
	float: left; 						/* Make the text flow around the letter */
	font-family: Times, Times New Roman, Serif; 	/* Use whatever font fits your site */
	color: #000000; 						/* Color of the font */
	font-size: 2em; 						/* Makes the letter twice the size of the rest of the text */
	font-weight: bold; 					/* Don't need it, but looks good */
	line-height: 1em; 					/* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.1em; 					/* If it's getting crowded - adjust */
				}


/* Images - no borders*/
img				{  border-style: none; }


/* Removed Dotted Border around Links when selected */
	a:active		{ outline: none;	}
	a:focus		{ -moz-outline-style: none; }

/* Overall forces scroll so the jumping doesn't occur */
html { height: 100%; margin-bottom: 1px; }


