<style type="text/css">

	.dummy{}
	
	.baseText
	{
		font-family:"Arial";
		font-size: 11px;
		color: #000000;
	}

	b
	{
		font-family:"Arial";
		font-size: 12px;
		color: #000000;
		font-weight: bold;
	}
	
	p
	{
		font-family:"Arial";
		font-size: 11px;
		color: #000000;
	}
	
	h1
	{
		font-family:"Arial";
		color:#019DC3;
	}
	
	h2
	{
		font-family:"Arial";
		color:#019DC3;
	}
	
	.blue
	{
		color:#019DC3;
	}
	
	.yellow
	{
		color:#FFB210;
	}
	
	.purple
	{
		color:#7365AD;
	}
	
	.green
	{
		color:#94CF42;
	}
	
	a.baseText
	{
		font-family:"Arial";
		font-size: 11px;
		color: #000000;
		text-decoration:none;
	}
	
	a
	{
		font-family:"Arial";
		font-size: 11px;
		color: #000000;
	}

	a.h1
	{
		font-family:"Arial";
		font-size: 12px;
		color: #F0027F;
		font-weight: bold;
	}
	
	b.h1
	{
		font-family:"Arial";
		font-size: 28px;
		color: #F0027F;
		font-weight: bold;
		text-decoration:underline;
	}

</style>
