body	{
		font-family: Verdana;
		font-size: 10px;
		color: #000000;
}

h1	{
		font-size: 11px;
		font-style: bold;
		line-height: 14px;
		margin-left:15px;
		color: #cc9966;
}

p	{
		margin-left:15px;
		margin-right:30px;
		margin-bottom: 6px;
		line-height: 13px;
}

p.link	{
		margin-left:15px;
		margin-right:15px;
		margin-bottom: 6px;
		line-height: 20px;
		text-align: center;
}

a	{
	outline: none;
}


a:link	{
		color: #ffffff;
		background: transparent;
		text-decoration: none;
}

a:visited	{
		color: #ffffff;
		background: transparent;
		text-decoration: none;
}

a:hover	{
		color: #ffffff;
		background: transparent;
		text-decoration: underline;
}

a.b2b:link	{
		color: #cc9966;
		background: transparent;
		text-decoration: none;
}

a.b2b:visited	{
		color: #cc9966;
		background: transparent;
		text-decoration: none;
}

a.b2b:hover	{
		color: #000000;
		background: transparent;
		text-decoration: underline;
}

span.black		{
		color: #000000;
		
}