/* Refer to the following page to fully understand how to use the 'class' 
   attribute http://www.w3schools.com/tags/att_global_class.asp */

<Style Type-"type/css">
<!--
body
	{
	background-color		: #ffffff;
	margin-left				: 0.5cm;
	margin-right			: 0.5cm;
	}

h1	{
	color					: #000000;	/* rrggbb */
	font-family				: arial, verdana;
	font-size				: 14pt;
	font-style				: normal;	/* italic */
	font-weight				: bold;
	text-align				: left;
	}

h2	{
	color					: #000000;	/* rrggbb */
	font-family				: arial, verdana;
	font-size				: 13pt;
	font-style				: normal;
	font-weight				: bold;
	text-align				: left;
	}

h3	{
	color					: #000000;	/* rrggbb */
	font-family				: arial, verdana;
	font-size				: 12pt;
	font-style				: normal;
	font-weight				: bold;
	text-align				: left;
	}

li
	{
	color					: #000000;
	font-family				: verdana, arial;
	font-size				: 9pt;
	}

LI.small
	{
	font-size				: 8pt;
	line-height				: 120%;
	}

p
    {
	color					: #000000;
    font-family             : Verdana;
    font-size               : 10pt;
    }

th
	{
	background-Color		: #C0C0C0;
	color					: #000000;
	font-family				: arial, verdana;
	font-size				: 10pt;
	font-weight				: bold;
	/* The following styles define a 3D effect around the cell */ 
	border-left				: solid #FFFFFF 1.0pt; 
	border-top				: solid #FFFFFF 1.0pt; 
	border-right			: solid #000000 1.0pt; 
	border-bottom			: solid #000000 1.0pt
	}

td
	{
	color					: #000000;
	font-family				: verdana;
	font-size				: 8pt;
    padding                 : 2px 2px 2px 2px;
	vertical-align          : top;
 	}

td.ten
	{
	color					: #000000;
	font-size				: 10pt;
    padding                 : 0px;
    text-align              : center;
	vertical-align          : top;
 	}

tr
	{
	color					: #000000;
	font-family				: verdana;
	font-size				: 7.5pt;
	}

.center
	{
	text-align				: center;
	}

.copyright
	{
	font-family				: verdana, arial;
	font-size				: 7.5pt;
	font-weight				: normal;
	text-align				: center;
	}

.heading
	{						
	color					: #000000;
	font-family				: arial;
	font-size				: 13.5pt;
	font-weight				: bold;
	}

-->
</Style>