	BODY
	{
		background-image: url(../image/background.jpg);
	   color           : black;
	   font-family     : "Times New Roman", Arial, sans-serif;
 		font-size       : 12pt;
	}

	H1
	{

	}

	H2
	{

	}

	H3
	{

	}

	H4
	{

	}

	H5
	{

	}

	H6
	{

	}

	.StandardHeading
	{
	   color           : black;
	   font-family     : Arial, sans-serif, "Times New Roman";
 		font-size       : 16pt;
		font-weight     : bold;
		text-align      : center;
	}

	.CompanyHeading
	{
		color           : red;
		font-family     : "Baskerville Old Face";
		font-size       : 18pt;
		font-weight     : bold;
	}

	.ParagraphHeading
	{
	   color           : black;
	   font-family     : Arial, sans-serif, "Times New Roman";
 		font-size       : 14pt;
		font-weight     : bold;
		text-align      : left;
	}

	.ParagraphText
	{
	   color           : black;
	   font-family     : Arial, sans-serif, "Times New Roman";
 		font-size       : 11pt;
		text-align      : left;
	}

	.CompanyText
	{
		color           : red;
		font-family     : "Baskerville Old Face";
		font-size       : 12pt;
		font-weight     : bold;
	}

	.StandardRule
	{
	   color           : black;
	}

	.CompanyName
	{
		color          : red;
		font-family    : "Baskerville Old Face";
		font-size      : 10pt;
		font-weight    : bold;
	}
	
	.Copyright
	{
		color          : black;
		font-size      : 10pt;
		font-weight    : bold;
	}

	.Explanation
	{
		color          : black;
		font-size      : 11pt;
	}

	.RequiredLabel 
	{
		color          : black;
		font-weight    : bold;
	}

	.NormalLabel 
	{
		color          : black;
	}

	.ErrorLabel 
	{
		color          : red;
		font-weight    : bold;
	}

	.WarningLabel 
	{
		color          : #EE8300;
	}

	.RequiredField 
	{
		color          : black;
	}

	.NormalField 
	{
		color          : black;
	}

	.ErrorField 
	{
		background     : #FFCCCC;
	}

	.WarningField 
	{
		background     : #F9F9C8;
	}

	.ContentsCompany
	{
		color          :  red;
		font-family    : "Baskerville Old Face";
		font-size      : 12pt;
		font-weight    : bold;
	}
	
	.ContentsHeading
	{
		color          :  black;
		font-family    : "Arial";
		font-size      : 13pt;
		font-weight    : bold;
	}
	
	.ContentsItem
	{
		color          : black;
		font-family    : "Arial";
		font-size      : 10pt;
	}

	.ListHeader
	{
		color          : black;
		font-family    : "Arial";
		font-size      : 18pt;
	}

	li
	{
		color          : black;
		font-family    : "Arial";
		font-size      : 12pt;
	}

	input
	{
		color          : black;
		font-family    : "Arial";
		font-size      : 12pt;
	}

