body {
	margin: 0px;
	background-color: #9B9B9B;
	background-image: url(back.jpg);
}

h1 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 18pt;
	color: #333333;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #333333;
	text-align: center;
}

p {
	font-family: Tahoma, Arial, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	color: #000033;
	text-align: justify;
	text-indent: 24pt;
}

A:Link {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}

A:Visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

A:Hover {
	color: #6666dd;
	text-decoration: underline;
	font-weight: bold;
}

.small {
	font-family: Tahoma, Arial, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	color: #333333;
	letter-spacing: 2pt;
}

.com {
	font-size: 8pt;
	line-height: 8pt;
	text-indent: 12pt;
	margin: 2pt 0pt;
}

.right {
		text-align: right;
}

.fig {
	font-family: Tahoma, Arial, "MS Sans Serif", sans-serif;
	font-size: 8pt;
	line-height: 8pt;
	text-align: center;
	text-indent: 0;
}

.h1 {
	font-family: Impact, Arial, sans-serif;
	font-size: 18pt;
	color: #444499;
	text-align: center;
}

ul {
	font-family: Tahoma, Arial, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	color: #000033;
	text-align: left;
	text-indent: 0pt;
	margin: 0pt 40pt;
}

.red {
	color : #FF0000;
	font-weight : bold;
}

.as {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-style: italic;
	color: #DDDDDD;
}

.fleft {
	float: left;
	margin: 0 10 0 0;
}