body		{
		font-family: Verdana, Arial, sans-serif;
		color: #333;
		margin: 0px 0px;
		}

h1, .header	{
		font-size: 14pt;
		color: #960;
		font-weight: 100;
		margin-bottom: 0px;
		}


h2, .itemhead	{
		font-size: 8pt;
		font-weight: bold;
		color: #036;
		margin-bottom: 0px;
		}

p, li		{
		font-size: 8pt;
		}
		
.indent		{
		text-indent: 20px;
		}

.bodytext	{
		margin: 20px 20px;
		}

.emp		{
		font-weight: bold;
		color: #069;
		font-size: 8pt;
		}


.topalign	{
		vertical-align: top;
		}

.botalign	{
		vertical-align: bottom;
		}

.subprod	{
		vertical-align: middle;
		text-align: left;

		}

img		{
		border: 0pt;
		color: #FFF;
		border-style: solid;
		}



a:link 		{
		color: #960;
		font-size: 8pt;
		font-weight: 100;
		text-decoration: none;
		}

a:visited 	{
		color: #960;
		font-size: 8pt;
		font-weight: 100;
		text-decoration: none;
		}

a:hover 	{
		color: #c90;
		font-size: 8pt;
		font-weight: 100;
		text-decoration: underline;
		}

a:active 	{
		color: #000;
		font-size: 8pt;
		font-weight: 100;
		text-decoration: underline;
		}

.product	{
		border: 1pt;
		border-color: #333;
		}
		
.large		{
		border: 2pt;
		border-color: #333;
		border-style: solid;
		margin: 2px 12px 2px 2px;
		}
		
.button		{
		border: 1pt;
		border-color: #333;
		border-style: solid;
		background-color: #c90;
		font-family: Verdana, Arial, sans-serif;
		color: #333;
		font-size: 10pt;
		padding: 3px;
		}			



