body		{
		background-color:	rgb( 180, 180, 180);
		background-image:	url(BackGround_1.jpg);
		background-repeat:	no-repeat;
		background-position:	70% 5%;
		background-attachment:	fixed;
		}

h1 		{
		font-family:	arial;
		text-align:	center;	
		color: 		navy;
		font-size:	24pt;
		font-weight:	bold;
		margin-bottom:	12pt;
		}

h1.smcaps	{
		font-variant:	small-caps;
		}

h1.smcapsL	{
		font-variant:	small-caps;
		text-align:	left;
		}

h1.left		{
		text-align:	left;
		}


h2		{
		font-family:	arial;
		color: 		navy;
		font-size:	18pt;
		}

h2.left		{
		text-align:	left;
		}

h2.center	{
		text-align:	center;
		}

h2.right	{
		text-align:	right;
		}

h3		{
		color:		navy;
		font-size:	14pt;
		}

h3.center	{
		text-align:	center;
		}

p		{
		font-family:	arial;
		color:		navy;
		font-size:	12pt;
		margin-left:	12pt;
		margin-bottom:	6pt;
		}

p.center	{
		text-align:	center;
		}

p.note		{
		font-family:	"courier new";
		color:		lime;
		font-size:	12pt;
		font-weight:	bold;
		}


em	{
	font-weight:	bolder;
	}

img	{
	margin:		0pt;
	}

div.box	{
	border:		solid;
	border-color:	yellow;
	border-width:	thin;
	width:		100%;
	}