body 
{
	background:			white;
	padding:			0px;
	margin:				0px;
	font-family: 		Arial, Helvetica, sans-serif;
	color:				#666666;
	font-size:			8pt;
	font-weight:		normal;
}

h2
{
	color:				#666666;
	font-size:			14pt;
	font-weight:		bold;
}

h3
{
	color:				#666666;
	font-size:			12pt;
	font-weight:		bold;
}

p, ul, li, th
{
	color:				#666666;
	font-size:			10pt;
	font-weight:		normal;
}

p.legal
{
	color:				#666666;
	font-family:		Verdana, Arial, Helvetica, sans-serif; 
	font-size:			8pt;
	font-weight:		normal;
}

img
{
	border-style:		none;
}

a, a:link, a:visited, a:active 
{
	color:				#0000ff;
	text-decoration:	underline;
/*	text-decoration:	none;*/
	border-style:		none;
}

a:hover 
{
	text-decoration:	underline;
/*	text-decoration:	none;*/
	color:				#0000ff;
	border-style:		none;
}

a#menu, a#menu:link, a#menu:visited, a#menu:active 
{
	color:				#ffffff;
	text-decoration:	none;
	border-style:		none;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	font-weight:		bold;
}

a#menu:hover 
{
	text-decoration:	underline;
	color:				#ffffff;
/*	text-decoration:	none;*/
	border-style:		none;
}

table.customers td
{
	font-size:			12pt;
}

.container
{
	padding:			0px;
	margin:				24px;
/*	background:			transparent;*/
}

/*hack for IE6 not using margin:auto properly*/
div#center
{
	text-align:			center;
}

input.txt, input.submit
{
	border:				1px solid #888888;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			10px;
	font-weight:		500;
}
